Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nodejs-22-image for openSUSE:Factory checked in at 2025-04-28 16:20:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs-22-image (Old) and /work/SRC/openSUSE:Factory/.nodejs-22-image.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-22-image" Mon Apr 28 16:20:03 2025 rev:22 rq:1273098 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs-22-image/nodejs-22-image.changes 2025-04-22 22:15:19.512499831 +0200 +++ /work/SRC/openSUSE:Factory/.nodejs-22-image.new.30101/nodejs-22-image.changes 2025-04-28 16:20:07.986704466 +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.RsZWJ1/_old 2025-04-28 16:20:08.402721897 +0200 +++ /var/tmp/diff_new_pack.RsZWJ1/_new 2025-04-28 16:20:08.402721897 +0200 @@ -25,8 +25,8 @@ FROM opensuse/tumbleweed:latest RUN set -euo pipefail; \ - zypper -n install --no-recommends nodejs22 npm22 update-alternatives curl findutils gawk git-core procps util-linux; \ - zypper -n clean; \ + zypper -n install --no-recommends nodejs22 npm22 update-alternatives curl findutils gawk git-core procps util-linux +RUN set -euo pipefail; zypper -n clean -a; \ rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2} # Define labels according to https://en.opensuse.org/Building_derived_containers