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-12-17 17:36:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/valkey-image (Old) and /work/SRC/openSUSE:Factory/.valkey-image.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "valkey-image" Wed Dec 17 17:36:18 2025 rev:17 rq:1323217 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/valkey-image/valkey-image.changes 2025-11-09 21:08:42.969188788 +0100 +++ /work/SRC/openSUSE:Factory/.valkey-image.new.1939/valkey-image.changes 2025-12-17 17:40:49.886904655 +0100 @@ -1,0 +2,10 @@ +Tue Dec 16 15:28:01 UTC 2025 - SUSE Update Bot <[email protected]> + +- README.md language cleanups + +------------------------------------------------------------------- +Tue Dec 16 14:18:47 UTC 2025 - SUSE Update Bot <[email protected]> + +- update configuration for the new configuration template names and onyl append the settings rather than overwrite. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.4LcB1C/_old 2025-12-17 17:40:50.630935941 +0100 +++ /var/tmp/diff_new_pack.4LcB1C/_new 2025-12-17 17:40:50.634936109 +0100 @@ -49,7 +49,7 @@ # Define labels according to https://en.opensuse.org/Building_derived_containers # labelprefix=org.opensuse.application.valkey LABEL org.opencontainers.image.title="openSUSE Tumbleweed Persistent key-value database" -LABEL org.opencontainers.image.description="Valkey is an open-source high-performance key/value data store designed for a variety of workloads such as caching, message queuing and primary database use. This image is based on the openSUSE Tumbleweed Base Container Image." +LABEL org.opencontainers.image.description="Valkey is an open source high-performance key/value data store designed for a variety of workloads such as caching, message queuing and primary database use. This image is based on the openSUSE Tumbleweed Base Container Image." LABEL org.opencontainers.image.version="%%valkey_version%%" LABEL org.opencontainers.image.url="https://www.opensuse.org" LABEL org.opencontainers.image.created="%BUILDTIME%" @@ -66,9 +66,11 @@ CMD ["/etc/valkey/valkey.conf"] EXPOSE 6379/tcp -RUN set -euo pipefail; sed -e 's/^protected-mode yes/protected-mode no/' -e 's/^bind .*//' < /etc/valkey/default.conf.example > /etc/valkey/valkey.conf RUN set -euo pipefail; install -o valkey -g valkey -m 750 -d /data WORKDIR /data + +RUN set -euo pipefail; install -m 0640 -o root -g valkey /etc/valkey/valkey.default.conf.template /etc/valkey/valkey.conf +RUN set -euo pipefail; printf 'protected-mode no\nbind * -::*\n' >> /etc/valkey/valkey.conf && chmod 0640 /etc/valkey/valkey.conf && chown root:valkey /etc/valkey/valkey.conf USER valkey VOLUME /data ++++++ README.md ++++++ --- /var/tmp/diff_new_pack.4LcB1C/_old 2025-12-17 17:40:50.662937286 +0100 +++ /var/tmp/diff_new_pack.4LcB1C/_new 2025-12-17 17:40:50.666937455 +0100 @@ -21,7 +21,7 @@ podman run --rm registry.opensuse.org/opensuse/valkey:9.0 ``` -In case you want start with persistent storage, run this: +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
