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 2026-07-31 15:27:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/valkey-image (Old) and /work/SRC/openSUSE:Factory/.valkey-image.new.2004 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "valkey-image" Fri Jul 31 15:27:31 2026 rev:26 rq:1368409 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/valkey-image/valkey-image.changes 2026-07-23 23:17:44.459879413 +0200 +++ /work/SRC/openSUSE:Factory/.valkey-image.new.2004/valkey-image.changes 2026-07-31 16:10:53.067895327 +0200 @@ -1,0 +2,15 @@ +Mon Jul 27 12:02:51 UTC 2026 - SUSE Update Bot <[email protected]> + +- filter basecontainer packages from installation for optimizing rebuilds + +------------------------------------------------------------------- +Mon Jul 27 06:49:55 UTC 2026 - SUSE Update Bot <[email protected]> + +- order installation packages alphabetically for stability + +------------------------------------------------------------------- +Mon Jul 27 06:42:55 UTC 2026 - SUSE Update Bot <[email protected]> + +- adjust for new valkey version + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.OQjeCL/_old 2026-07-31 16:10:53.607914113 +0200 +++ /var/tmp/diff_new_pack.OQjeCL/_new 2026-07-31 16:10:53.623914670 +0200 @@ -17,24 +17,25 @@ #!BuildTag: opensuse/valkey:%%valkey_version%%-%RELEASE% #!BuildTag: opensuse/valkey:%%valkey_version%% -#!BuildTag: opensuse/valkey:9.0 +#!BuildTag: opensuse/valkey:9.1 #!BuildTag: opensuse/valkey:9 #!BuildTag: opensuse/valkey:latest +#!FilterBaseContainerPkgs FROM opensuse/bci/bci-micro:latest AS target FROM opensuse/tumbleweed:latest AS builder COPY --from=target / /target RUN set -euo pipefail; \ export PERMCTL_ALLOW_INSECURE_MODE_IF_NO_PROC=1 SOURCE_DATE_EPOCH=0; \ - zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends valkey sed + zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends sed valkey RUN set -euo pipefail; zypper -n install --no-recommends systemd && \ systemd-tmpfiles --create --root /target valkey.conf # 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)" = "9.0" ] + cut -d '.' -f -2)" = "9.1" ] # cleanup logs and temporary files RUN set -euo pipefail; zypper -n --installroot /target clean -a; \ ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.OQjeCL/_old 2026-07-31 16:10:53.675916478 +0200 +++ /var/tmp/diff_new_pack.OQjeCL/_new 2026-07-31 16:10:53.687916896 +0200 @@ -1,4 +1,4 @@ -# The Valkey 9.0 container image +# The Valkey 9.1 container image  @@ -18,13 +18,13 @@ ```ShellSession -podman run --rm registry.opensuse.org/opensuse/valkey:9.0 +podman run --rm registry.opensuse.org/opensuse/valkey:9.1 ``` If you want to start with persistent storage, run this: ```ShellSession -podman run --rm registry.opensuse.org/opensuse/valkey:9.0 valkey-server --save 60 1 +podman run --rm registry.opensuse.org/opensuse/valkey:9.1 valkey-server --save 60 1 ``` This one will save a snapshot of the DB every 60 seconds if at least 1
