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