Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgres-18-image for openSUSE:Factory checked in at 2025-10-21 11:16:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgres-18-image (Old) and /work/SRC/openSUSE:Factory/.postgres-18-image.new.18484 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgres-18-image" Tue Oct 21 11:16:51 2025 rev:3 rq:1312632 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/postgres-18-image/postgres-18-image.changes 2025-10-07 18:27:05.806226519 +0200 +++ /work/SRC/openSUSE:Factory/.postgres-18-image.new.18484/postgres-18-image.changes 2025-10-21 11:19:18.294068084 +0200 @@ -1,0 +2,5 @@ +Mon Oct 20 12:53:40 UTC 2025 - SUSE Update Bot <[email protected]> + +- remove password change date from /etc/shadow to make the file reproducible + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.DDfY81/_old 2025-10-21 11:19:18.862091968 +0200 +++ /var/tmp/diff_new_pack.DDfY81/_new 2025-10-21 11:19:18.866092135 +0200 @@ -32,6 +32,8 @@ chroot /target chown -R --from=postgres:postgres 999:999 /; \ groupmod -R /target -g 999 postgres; \ usermod -R /target -u 999 postgres + +# cleanup logs and temporary files RUN set -euo pipefail; zypper -n --installroot /target clean -a; \ rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}; \ rm -rf {/target,}/run/*; \ @@ -40,6 +42,8 @@ rm -f {/target,}/var/cache/ldconfig/aux-cache; \ command -v zypper >/dev/null 2>&1 || rm -f /var/lib/zypp/AutoInstalled +# set the day of last password change to empty +RUN set -euo pipefail; sed -i 's/^\([^:]*:[^:]*:\)[^:]*\(:.*\)$/\1\2/' /target/etc/shadow FROM opensuse/bci/bci-micro:latest COPY --from=builder /target / # Define labels according to https://en.opensuse.org/Building_derived_containers
