Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kubectl-1.30-image for openSUSE:Factory checked in at 2025-04-29 16:41:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kubectl-1.30-image (Old) and /work/SRC/openSUSE:Factory/.kubectl-1.30-image.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kubectl-1.30-image" Tue Apr 29 16:41:41 2025 rev:7 rq:1273290 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/kubectl-1.30-image/kubectl-1.30-image.changes 2025-03-26 21:25:55.760738140 +0100 +++ /work/SRC/openSUSE:Factory/.kubectl-1.30-image.new.30101/kubectl-1.30-image.changes 2025-04-29 16:41:59.590254460 +0200 @@ -1,0 +2,5 @@ +Mon Apr 28 10:47:42 UTC 2025 - SUSE Update Bot <[email protected]> + +- zypper clean also the system repository from the container + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.xlYKZv/_old 2025-04-29 16:42:00.050273782 +0200 +++ /var/tmp/diff_new_pack.xlYKZv/_new 2025-04-29 16:42:00.054273950 +0200 @@ -24,8 +24,8 @@ COPY --from=target / /target RUN set -euo pipefail; \ - zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends kubernetes1.30-client; \ - zypper -n clean; \ + zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends kubernetes1.30-client +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 /
