From 9ebc6e51ccf4db65e511b923ead80dd180c4793d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 12 Mar 2026 15:34:28 +0100 Subject: [PATCH] [bitnami/redis-cluster] Release 8.6.1-debian-12-r1 (#91569) Signed-off-by: Bitnami Bot --- bitnami/redis-cluster/8.6/debian-12/Dockerfile | 6 +++--- bitnami/redis-cluster/README.md | 10 ++++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/bitnami/redis-cluster/8.6/debian-12/Dockerfile b/bitnami/redis-cluster/8.6/debian-12/Dockerfile index 653a83ed3848..ebf256bff335 100644 --- a/bitnami/redis-cluster/8.6/debian-12/Dockerfile +++ b/bitnami/redis-cluster/8.6/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-23T12:33:36Z" \ + org.opencontainers.image.created="2026-03-12T13:30:17Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/redis-cluster/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redis-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" \ "redis-8.6.1-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -50,7 +50,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/redis-cluster/postunpack.sh ENV APP_VERSION="8.6.1" \ BITNAMI_APP_NAME="redis-cluster" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/redis/bin:$PATH" EXPOSE 6379 diff --git a/bitnami/redis-cluster/README.md b/bitnami/redis-cluster/README.md index 9ece20f3bde9..6f62a08fea54 100644 --- a/bitnami/redis-cluster/README.md +++ b/bitnami/redis-cluster/README.md @@ -1,7 +1,5 @@ # Bitnami Secure Image for Redis® Cluster -## What is Redis® Cluster? - > Redis® is an open source, scalable, distributed in-memory cache for applications. It can be used to store and serve data in the form of strings, hashes, lists, sets and sorted sets. [Overview of Redis® Cluster](https://redis.io) @@ -78,6 +76,8 @@ Containers attached to the same network can communicate with each other using th ## Configuration +The following section describes how to configure the application + ### Configuration file The image looks for configurations in `/opt/bitnami/redis/mounted-etc/redis.conf`. You can overwrite the `redis.conf` file using your own custom configuration file. @@ -90,6 +90,8 @@ Instead of providing a custom `redis.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 | @@ -99,7 +101,7 @@ Instead of providing a custom `redis.conf`, you may also choose to provide only | `REDIS_DISABLE_COMMANDS` | Commands to disable in Redis | `nil` | | `REDIS_DATABASE` | Default Redis database | `redis` | | `REDIS_AOF_ENABLED` | Enable AOF | `yes` | -| `REDIS_RDB_POLICY` | Enable RDB policy persitence | `nil` | +| `REDIS_RDB_POLICY` | Enable RDB policy persistence | `nil` | | `REDIS_RDB_POLICY_DISABLED` | Allows to enable RDB policy persistence | `no` | | `REDIS_MASTER_HOST` | Redis master host (used by slaves) | `nil` | | `REDIS_MASTER_PORT_NUMBER` | Redis master host port (used by slaves) | `6379` | @@ -130,7 +132,7 @@ Instead of providing a custom `redis.conf`, you may also choose to provide only | `REDIS_CLUSTER_ANNOUNCE_IP` | IP to use for announcing the cluster service | `nil` | | `REDIS_CLUSTER_ANNOUNCE_PORT` | Client port to use for announcing the cluster service | `nil` | | `REDIS_CLUSTER_ANNOUNCE_BUS_PORT` | Cluster message bus port to use for announcing the cluster service | `nil` | -| `REDIS_DNS_RETRIES` | Number of retries in order to get an addresable domain name | `120` | +| `REDIS_DNS_RETRIES` | Number of retries in order to get an addressable domain name | `120` | | `REDIS_NODES` | List of Redis cluster nodes | `nil` | | `REDIS_CLUSTER_SLEEP_BEFORE_DNS_LOOKUP` | Time to wait before the DNS lookup | `0` | | `REDIS_CLUSTER_DNS_LOOKUP_RETRIES` | Number of retires for the DNS lookup | `1` |