Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cdi-image for openSUSE:Factory checked in at 2025-10-21 11:16:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cdi-image (Old) and /work/SRC/openSUSE:Factory/.cdi-image.new.18484 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cdi-image" Tue Oct 21 11:16:59 2025 rev:3 rq:1312648 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/cdi-image/cdi-image.changes 2025-10-10 17:10:20.443746802 +0200 +++ /work/SRC/openSUSE:Factory/.cdi-image.new.18484/cdi-image.changes 2025-10-21 11:19:32.702673907 +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.apiserver ++++++ --- /var/tmp/diff_new_pack.nx2e2J/_old 2025-10-21 11:19:33.422704182 +0200 +++ /var/tmp/diff_new_pack.nx2e2J/_new 2025-10-21 11:19:33.426704349 +0200 @@ -34,6 +34,8 @@ cut -d '.' -f -3)" = "1.62.0" ] RUN set -euo pipefail; useradd -u 1001 --create-home -s /bin/bash cdi-apiserver + +# 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/*; \ @@ -42,6 +44,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 ++++++ Dockerfile.cloner ++++++ --- /var/tmp/diff_new_pack.nx2e2J/_old 2025-10-21 11:19:33.450705359 +0200 +++ /var/tmp/diff_new_pack.nx2e2J/_new 2025-10-21 11:19:33.454705527 +0200 @@ -34,6 +34,8 @@ cut -d '.' -f -3)" = "1.62.0" ] RUN set -euo pipefail; useradd -u 1001 --create-home -s /bin/bash cdi-cloner + +# 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/*; \ @@ -42,6 +44,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 ++++++ Dockerfile.controller ++++++ --- /var/tmp/diff_new_pack.nx2e2J/_old 2025-10-21 11:19:33.478706536 +0200 +++ /var/tmp/diff_new_pack.nx2e2J/_new 2025-10-21 11:19:33.486706872 +0200 @@ -34,6 +34,8 @@ cut -d '.' -f -3)" = "1.62.0" ] RUN set -euo pipefail; useradd -u 1001 --create-home -s /bin/bash cdi-controller + +# 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/*; \ @@ -42,6 +44,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 ++++++ Dockerfile.importer ++++++ --- /var/tmp/diff_new_pack.nx2e2J/_old 2025-10-21 11:19:33.506707713 +0200 +++ /var/tmp/diff_new_pack.nx2e2J/_new 2025-10-21 11:19:33.510707881 +0200 @@ -34,6 +34,8 @@ cut -d '.' -f -3)" = "1.62.0" ] RUN set -euo pipefail; useradd -u 1001 --create-home -s /bin/bash cdi-importer + +# 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/*; \ @@ -42,6 +44,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 ++++++ Dockerfile.operator ++++++ --- /var/tmp/diff_new_pack.nx2e2J/_old 2025-10-21 11:19:33.534708891 +0200 +++ /var/tmp/diff_new_pack.nx2e2J/_new 2025-10-21 11:19:33.534708891 +0200 @@ -34,6 +34,8 @@ cut -d '.' -f -3)" = "1.62.0" ] RUN set -euo pipefail; useradd -u 1001 --create-home -s /bin/bash cdi-operator + +# 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/*; \ @@ -42,6 +44,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 ++++++ Dockerfile.uploadproxy ++++++ --- /var/tmp/diff_new_pack.nx2e2J/_old 2025-10-21 11:19:33.562710068 +0200 +++ /var/tmp/diff_new_pack.nx2e2J/_new 2025-10-21 11:19:33.562710068 +0200 @@ -34,6 +34,8 @@ cut -d '.' -f -3)" = "1.62.0" ] RUN set -euo pipefail; useradd -u 1001 --create-home -s /bin/bash cdi-uploadproxy + +# 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/*; \ @@ -42,6 +44,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 ++++++ Dockerfile.uploadserver ++++++ --- /var/tmp/diff_new_pack.nx2e2J/_old 2025-10-21 11:19:33.586711077 +0200 +++ /var/tmp/diff_new_pack.nx2e2J/_new 2025-10-21 11:19:33.590711245 +0200 @@ -34,6 +34,8 @@ cut -d '.' -f -3)" = "1.62.0" ] RUN set -euo pipefail; useradd -u 1001 --create-home -s /bin/bash cdi-uploadserver + +# 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/*; \ @@ -42,6 +44,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
