Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package micro-image for openSUSE:Factory checked in at 2025-07-08 15:30:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/micro-image (Old) and /work/SRC/openSUSE:Factory/.micro-image.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "micro-image" Tue Jul 8 15:30:21 2025 rev:37 rq:1291249 version:%OS_VERSION_ID_SP%.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/micro-image/micro-image.changes 2025-06-01 21:37:05.166611783 +0200 +++ /work/SRC/openSUSE:Factory/.micro-image.new.7373/micro-image.changes 2025-07-08 15:30:51.094787855 +0200 @@ -1,0 +2,5 @@ +Tue Jul 8 11:08:25 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- remove autoinstalled from zypper-free base container + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.iWn2fD/_old 2025-07-08 15:30:51.734814603 +0200 +++ /var/tmp/diff_new_pack.iWn2fD/_new 2025-07-08 15:30:51.738814770 +0200 @@ -27,6 +27,8 @@ RUN set -euo pipefail; \ zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends bash ca-certificates-mozilla-prebuilt coreutils openSUSE-release openSUSE-release-appliance-docker +# not making sense in a zypper-free image +RUN set -euo pipefail; rm -v /target/var/lib/zypp/AutoInstalled RUN set -euo pipefail; zypper -n install jdupes \ && jdupes -1 -L -r /target/usr/ RUN set -euo pipefail; zypper -n --installroot /target clean -a; \