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-09 17:28:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/micro-image (Old) and /work/SRC/openSUSE:Factory/.micro-image.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "micro-image" Wed Jul 9 17:28:04 2025 rev:38 rq:1291339 version:%OS_VERSION_ID_SP%.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/micro-image/micro-image.changes 2025-07-08 15:30:51.094787855 +0200 +++ /work/SRC/openSUSE:Factory/.micro-image.new.7373/micro-image.changes 2025-07-09 17:28:41.656265019 +0200 @@ -1,0 +2,5 @@ +Tue Jul 8 17:05:27 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- drop /var/cache/ldconfig/aux-cache from the containers + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.0r3Rqo/_old 2025-07-09 17:28:42.216288386 +0200 +++ /var/tmp/diff_new_pack.0r3Rqo/_new 2025-07-09 17:28:42.216288386 +0200 @@ -27,8 +27,6 @@ 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; \ @@ -54,3 +52,8 @@ LABEL io.artifacthub.package.logo-url="https://opensource.suse.com/bci/SLE_BCI_logomark_green.svg" CMD ["/bin/sh"] +# not making sense in a zypper-free image +RUN set -euo pipefail; rm -v /var/lib/zypp/AutoInstalled +# includes device and inode numbers that change on deploy +RUN set -euo pipefail; rm -v /var/cache/ldconfig/aux-cache +