Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package valkey-image for openSUSE:Factory 
checked in at 2025-04-28 16:20:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/valkey-image (Old)
 and      /work/SRC/openSUSE:Factory/.valkey-image.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "valkey-image"

Mon Apr 28 16:20:48 2025 rev:9 rq:1273136 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/valkey-image/valkey-image.changes        
2025-03-10 18:49:22.917485323 +0100
+++ /work/SRC/openSUSE:Factory/.valkey-image.new.30101/valkey-image.changes     
2025-04-28 16:21:01.592950574 +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.UjxtGm/_old  2025-04-28 16:21:02.156974207 +0200
+++ /var/tmp/diff_new_pack.UjxtGm/_new  2025-04-28 16:21:02.160974374 +0200
@@ -26,13 +26,13 @@
 COPY --from=target / /target
 
 RUN set -euo pipefail; \
-    zypper -n --installroot /target --gpg-auto-import-keys install 
--no-recommends valkey sed; \
-    zypper -n clean; \
-    rm -rf 
{/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2}
+    zypper -n --installroot /target --gpg-auto-import-keys install 
--no-recommends valkey sed
 # sanity check that the version from the tag is equal to the version of valkey 
that we expect
 RUN set -euo pipefail; \
     [ "$(rpm --root /target -q --qf '%{version}' valkey | \
     cut -d '.' -f -2)" = "8.0" ]
+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 /
 # Define labels according to 
https://en.opensuse.org/Building_derived_containers

Reply via email to