Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package git-image for openSUSE:Factory checked in at 2025-04-28 16:20:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/git-image (Old) and /work/SRC/openSUSE:Factory/.git-image.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "git-image" Mon Apr 28 16:20:05 2025 rev:34 rq:1273101 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/git-image/git-image.changes 2025-03-18 17:43:51.987982241 +0100 +++ /work/SRC/openSUSE:Factory/.git-image.new.30101/git-image.changes 2025-04-28 16:20:11.002830842 +0200 @@ -1,0 +2,5 @@ +Mon Apr 28 10:47:42 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- zypper clean also the system repository from the container + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.jVl14A/_old 2025-04-28 16:20:11.534853133 +0200 +++ /var/tmp/diff_new_pack.jVl14A/_new 2025-04-28 16:20:11.538853301 +0200 @@ -26,13 +26,13 @@ COPY --from=target / /target RUN set -euo pipefail; \ - zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends git-core openssh-clients; \ - zypper -n clean; \ - rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2} + zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends git-core openssh-clients # sanity check that the version from the tag is equal to the version of git-core that we expect RUN set -euo pipefail; \ [ "$(rpm --root /target -q --qf '%{version}' git-core | \ cut -d '.' -f -2)" = "2.49" ] +RUN set -euo pipefail; zypper -n --installroot /target clean -a; \ + rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2} FROM opensuse/bci/bci-micro:latest COPY --from=builder /target / # Define labels according to https://en.opensuse.org/Building_derived_containers