Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgres-14-image for openSUSE:Factory checked in at 2025-04-28 16:20:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-14-image (Old) and /work/SRC/openSUSE:Factory/.postgres-14-image.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-14-image" Mon Apr 28 16:20:32 2025 rev:40 rq:1273119 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-14-image/postgres-14-image.changes 2025-04-22 22:15:07.852006921 +0200 +++ /work/SRC/openSUSE:Factory/.postgres-14-image.new.30101/postgres-14-image.changes 2025-04-28 16:20:44.072216453 +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.IF4goE/_old 2025-04-28 16:20:44.568237237 +0200 +++ /var/tmp/diff_new_pack.IF4goE/_new 2025-04-28 16:20:44.572237405 +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 postgresql14-server findutils coreutils sed util-linux; \ - zypper -n clean; \ + zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends libpq5 postgresql14-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 /