diff --git a/bitnami/valkey-cluster/9.0/debian-12/Dockerfile b/bitnami/valkey-cluster/9.0/debian-12/Dockerfile index fb59ab2c81e3..b31d7905324b 100644 --- a/bitnami/valkey-cluster/9.0/debian-12/Dockerfile +++ b/bitnami/valkey-cluster/9.0/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-02-24T07:22:03Z" \ + org.opencontainers.image.created="2026-03-12T16:16:24Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/valkey-cluster/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/valkey-cluster" \ @@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "wait-for-port-1.0.10-7-linux-${OS_ARCH}-debian-12" \ + "wait-for-port-1.0.10-8-linux-${OS_ARCH}-debian-12" \ "valkey-9.0.3-2-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -50,7 +50,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/valkey-cluster/postunpack.sh ENV APP_VERSION="9.0.3" \ BITNAMI_APP_NAME="valkey-cluster" \ - IMAGE_REVISION="2" \ + IMAGE_REVISION="3" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/valkey/bin:$PATH" EXPOSE 6379 diff --git a/bitnami/valkey-cluster/README.md b/bitnami/valkey-cluster/README.md index 5936b8ce99ab..976a88274d29 100644 --- a/bitnami/valkey-cluster/README.md +++ b/bitnami/valkey-cluster/README.md @@ -1,7 +1,5 @@ # Bitnami Secure Image for Valkey Cluster -## What is Valkey Cluster? - > Valkey is an open source (BSD) high-performance key/value datastore that supports a variety workloads such as caching, message queues, and can act as a primary database. [Overview of Valkey Cluster](https://valkey.io/) @@ -82,6 +80,8 @@ Instead of providing a custom `valkey.conf`, you may also choose to provide only ### Environment variables +The following tables list the main variables you can set. + #### Customizable environment variables | Name | Description | Default Value | @@ -91,7 +91,7 @@ Instead of providing a custom `valkey.conf`, you may also choose to provide only | `VALKEY_DISABLE_COMMANDS` | Commands to disable in Valkey | `nil` | | `VALKEY_DATABASE` | Default Valkey database | `valkey` | | `VALKEY_AOF_ENABLED` | Enable AOF | `yes` | -| `VALKEY_RDB_POLICY` | Enable RDB policy persitence | `nil` | +| `VALKEY_RDB_POLICY` | Enable RDB policy persistence | `nil` | | `VALKEY_RDB_POLICY_DISABLED` | Allows to enable RDB policy persistence | `no` | | `VALKEY_PRIMARY_HOST` | Valkey primary host (used by replicas) | `nil` | | `VALKEY_PRIMARY_PORT_NUMBER` | Valkey primary host port (used by replicas) | `6379` | @@ -122,7 +122,7 @@ Instead of providing a custom `valkey.conf`, you may also choose to provide only | `VALKEY_CLUSTER_ANNOUNCE_IP` | IP to use for announcing the cluster service | `nil` | | `VALKEY_CLUSTER_ANNOUNCE_PORT` | Client port to use for announcing the cluster service | `nil` | | `VALKEY_CLUSTER_ANNOUNCE_BUS_PORT` | Cluster message bus port to use for announcing the cluster service | `nil` | -| `VALKEY_DNS_RETRIES` | Number of retries in order to get an addresable domain name | `120` | +| `VALKEY_DNS_RETRIES` | Number of retries in order to get an addressable domain name | `120` | | `VALKEY_NODES` | List of Valkey cluster nodes | `nil` | | `VALKEY_CLUSTER_SLEEP_BEFORE_DNS_LOOKUP` | Time to wait before the DNS lookup | `0` | | `VALKEY_CLUSTER_DNS_LOOKUP_RETRIES` | Number of retires for the DNS lookup | `1` |