Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgres-16-image for openSUSE:Factory checked in at 2025-04-28 16:20:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-16-image (Old) and /work/SRC/openSUSE:Factory/.postgres-16-image.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-16-image" Mon Apr 28 16:20:45 2025 rev:40 rq:1273134 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-16-image/postgres-16-image.changes 2025-04-22 22:15:09.592079728 +0200 +++ /work/SRC/openSUSE:Factory/.postgres-16-image.new.30101/postgres-16-image.changes 2025-04-28 16:20:59.048843976 +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.OkgXCl/_old 2025-04-28 16:21:00.188891744 +0200 +++ /var/tmp/diff_new_pack.OkgXCl/_new 2025-04-28 16:21:00.192891911 +0200 @@ -25,8 +25,8 @@ COPY --from=target / /target RUN set -euo pipefail; \ - zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends libpq5 postgresql16-server findutils coreutils sed util-linux; \ - zypper -n clean; \ + zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends libpq5 postgresql16-server findutils coreutils sed util-linux +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 /