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 2024-11-26 20:55:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/valkey-image (Old) and /work/SRC/openSUSE:Factory/.valkey-image.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "valkey-image" Tue Nov 26 20:55:39 2024 rev:2 rq:1226327 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/valkey-image/valkey-image.changes 2024-11-17 16:40:04.088414897 +0100 +++ /work/SRC/openSUSE:Factory/.valkey-image.new.28523/valkey-image.changes 2024-11-26 20:55:51.166318814 +0100 @@ -1,0 +2,5 @@ +Mon Nov 25 15:06:00 UTC 2024 - SUSE Update Bot <bci-inter...@suse.de> + +- Add major & major + minor version tag, do not install redis compat package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.3qo6j4/_old 2024-11-26 20:55:52.646380297 +0100 +++ /var/tmp/diff_new_pack.3qo6j4/_new 2024-11-26 20:55:52.698382458 +0100 @@ -17,6 +17,8 @@ #!BuildTag: opensuse/valkey:%%valkey_version%%-%RELEASE% #!BuildTag: opensuse/valkey:%%valkey_version%% +#!BuildTag: opensuse/valkey:8.0 +#!BuildTag: opensuse/valkey:8 #!BuildTag: opensuse/valkey:latest FROM opensuse/bci/bci-micro:latest AS target @@ -24,9 +26,13 @@ COPY --from=target / /target RUN set -euo pipefail; \ - zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends valkey valkey-compat-redis; \ + zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends valkey; \ zypper -n clean; \ rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2} +# 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" ] FROM opensuse/bci/bci-micro:latest COPY --from=builder /target / # Define labels according to https://en.opensuse.org/Building_derived_containers ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.3qo6j4/_old 2024-11-26 20:55:53.010395420 +0100 +++ /var/tmp/diff_new_pack.3qo6j4/_new 2024-11-26 20:55:53.042396749 +0100 @@ -1,4 +1,4 @@ -# The Valkey %%valkey_version%% container image +# The Valkey 8.0 container image  @@ -18,13 +18,13 @@ ```ShellSession -podman run --rm registry.opensuse.org/opensuse/valkey:%%valkey_version%% +podman run --rm registry.opensuse.org/opensuse/valkey:8.0 ``` In case you want start with persistent storage, run this: ```ShellSession -podman run --rm registry.opensuse.org/opensuse/valkey:%%valkey_version%% valkey-server --save 60 1 +podman run --rm registry.opensuse.org/opensuse/valkey:8.0 valkey-server --save 60 1 ``` This one will save a snapshot of the DB every 60 seconds if at least 1