From 0f7dc14fc0057be790070ceda4011894a0509f68 Mon Sep 17 00:00:00 2001 From: SUSE Update Bot Date: Wed, 30 Oct 2024 07:50:55 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A4=96:=20Update=20build=20recipes=20?= =?UTF-8?q?from=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kiwi-image/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kiwi-image/Dockerfile b/kiwi-image/Dockerfile index a29feb79c..7d0d0f1e6 100644 --- a/kiwi-image/Dockerfile +++ b/kiwi-image/Dockerfile @@ -15,8 +15,8 @@ #!UseOBSRepositories -#!BuildTag: bci/kiwi:10.1.10-%RELEASE% -#!BuildTag: bci/kiwi:10.1.10 +#!BuildTag: bci/kiwi:10.1.16-%RELEASE% +#!BuildTag: bci/kiwi:10.1.16 #!BuildTag: bci/kiwi:10.1 #!BuildTag: bci/kiwi:10 @@ -32,13 +32,13 @@ RUN set -euo pipefail; \ LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)" LABEL org.opencontainers.image.title="SLE BCI KIWI Appliance Builder (kiwi)" LABEL org.opencontainers.image.description="KIWI Appliance Builder (kiwi) container based on the SLE Base Container Image. This container is only supported in privileged mode." -LABEL org.opencontainers.image.version="10.1.10" +LABEL org.opencontainers.image.version="10.1.16" LABEL org.opencontainers.image.url="https://www.suse.com/products/base-container-images/" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="SUSE LLC" LABEL org.opencontainers.image.source="%SOURCEURL%" -LABEL org.opencontainers.image.ref.name="10.1.10-%RELEASE%" -LABEL org.opensuse.reference="registry.suse.com/bci/kiwi:10.1.10-%RELEASE%" +LABEL org.opencontainers.image.ref.name="10.1.16-%RELEASE%" +LABEL org.opensuse.reference="registry.suse.com/bci/kiwi:10.1.16-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL com.suse.supportlevel="techpreview" LABEL com.suse.eula="sle-bci" From e21d4f85394384bf5e25eaeb3ded14d5a08e9cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Wed, 30 Oct 2024 09:42:54 +0100 Subject: [PATCH 2/2] Update changes --- kiwi-image/kiwi-image.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kiwi-image/kiwi-image.changes b/kiwi-image/kiwi-image.changes index c28950ad4..b0dc7792f 100644 --- a/kiwi-image/kiwi-image.changes +++ b/kiwi-image/kiwi-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 30 08:42:47 UTC 2024 - Dirk Müller + +- update to new version + ------------------------------------------------------------------- Tue Oct 29 15:21:55 UTC 2024 - SUSE Update Bot