Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kiwi-image for openSUSE:Factory checked in at 2024-07-16 22:04:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiwi-image (Old) and /work/SRC/openSUSE:Factory/.kiwi-image.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-image" Tue Jul 16 22:04:17 2024 rev:2 rq:1187701 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/kiwi-image/kiwi-image.changes 2024-07-15 19:50:55.319317032 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi-image.new.17339/kiwi-image.changes 2024-07-16 22:04:18.754003290 +0200 @@ -1,0 +2,5 @@ +Tue Jul 16 08:14:58 UTC 2024 - Dirk Mueller <dmuel...@suse.com> + +- update tags to new versions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.vzhovO/_old 2024-07-16 22:04:19.294022999 +0200 +++ /var/tmp/diff_new_pack.vzhovO/_new 2024-07-16 22:04:19.298023145 +0200 @@ -14,8 +14,8 @@ # You can contact the BCI team via https://github.com/SUSE/bci/discussions -#!BuildTag: opensuse/bci/kiwi:10.0.21 -#!BuildTag: opensuse/bci/kiwi:10.0.21-%RELEASE% +#!BuildTag: opensuse/bci/kiwi:10.0.23 +#!BuildTag: opensuse/bci/kiwi:10.0.23-%RELEASE% #!BuildTag: opensuse/bci/kiwi:10.0 #!BuildTag: opensuse/bci/kiwi:10.0-%RELEASE% #!BuildTag: opensuse/bci/kiwi:10 @@ -30,12 +30,12 @@ # labelprefix=org.opensuse.bci.kiwi LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI KIWI Appliance Builder (kiwi)" LABEL org.opencontainers.image.description="KIWI Appliance Builder (kiwi) container based on the openSUSE Tumbleweed Base Container Image. This container is only supported in privileged mode." -LABEL org.opencontainers.image.version="10.0.21" +LABEL org.opencontainers.image.version="10.0.23" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.vendor="openSUSE Project" LABEL org.opencontainers.image.source="%SOURCEURL%" -LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/kiwi:10.0.21-%RELEASE%" +LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/kiwi:10.0.23-%RELEASE%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime" LABEL org.opensuse.release-stage="released" @@ -43,4 +43,6 @@ LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/kiwi-image/README.md" RUN set -euo pipefail; zypper -n in --no-recommends btrfsprogs checkmedia dracut-kiwi-oem-repart e2fsprogs enchant-devel gcc glibc-devel iproute2 jing kiwi-systemdeps-core libxml2-devel lvm2 make netcat-openbsd python3-devel python3-kiwi python3-pip tack timezone xfsprogs; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} +# sanity check that the version from the tag is equal to the version of python3-kiwi that we expect +RUN set -euo pipefail; [ "$(rpm -q --qf '%{version}' python3-kiwi | cut -d '.' -f -2)" = "10.0" ] ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.vzhovO/_old 2024-07-16 22:04:19.322024021 +0200 +++ /var/tmp/diff_new_pack.vzhovO/_new 2024-07-16 22:04:19.322024021 +0200 @@ -26,7 +26,7 @@ To build a KIWI NG appliance, launch the container in privileged mode: ```ShellSession -$ podman run --privileged -v /path/to/kiwi/descr:/image:Z registry.opensuse.org/opensuse/bci/kiwi:10.0.21 +$ podman run --privileged -v /path/to/kiwi/descr:/image:Z registry.opensuse.org/opensuse/bci/kiwi:10.0.23 ``` For more information about KIWI NG, see the [KIWI NG documentation](https://osinside.github.io/kiwi/),