[bitnami/redis-cluster] Release 8.6.1-debian-12-r1 (#91569)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-03-12 15:34:28 +01:00 committed by GitHub
parent 9d5a5b16c0
commit 9ebc6e51cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -1,7 +1,5 @@
# Bitnami Secure Image for Redis&reg; Cluster
## What is Redis&reg; Cluster?
> Redis&reg; 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&reg; 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` |