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-29 21:53:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiwi-image (Old) and /work/SRC/openSUSE:Factory/.kiwi-image.new.1882 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kiwi-image" Mon Jul 29 21:53:00 2024 rev:4 rq:1190246 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/kiwi-image/kiwi-image.changes 2024-07-17 15:15:53.963711777 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi-image.new.1882/kiwi-image.changes 2024-07-29 21:53:59.760627033 +0200 @@ -1,0 +2,5 @@ +Mon Jul 29 10:49:24 UTC 2024 - Dirk Mueller <dmueller@suse.com> + +- build kiwi image with jre 21 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.oYklUK/_old 2024-07-29 21:54:00.208645175 +0200 +++ /var/tmp/diff_new_pack.oYklUK/_new 2024-07-29 21:54:00.212645337 +0200 @@ -42,7 +42,7 @@ # endlabelprefix LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/k..." -RUN set -euo pipefail; zypper -n in --no-recommends checkmedia dracut-kiwi-oem-repart enchant-devel gcc glibc-devel iproute2 jing kiwi-systemdeps-filesystems kpartx libxml2-devel lvm2 make netcat-openbsd python3-devel python3-kiwi python3-pip tack timezone xorriso xz; zypper -n clean; rm -rf /var/log/{lastlog,tallylog,zypper.log,zypp/history,YaST2} +RUN set -euo pipefail; zypper -n in --no-recommends checkmedia dracut-kiwi-oem-repart enchant-devel gcc glibc-devel iproute2 java-21-openjdk-headless jing kiwi-systemdeps-filesystems kpartx libxml2-devel lvm2 make netcat-openbsd python3-devel python3-kiwi python3-pip tack timezone xorriso xz; 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" ]