From 3023cf72b9cb1e5c943758bbdc07c363568a38a6 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 23 Feb 2026 13:34:11 +0100 Subject: [PATCH] [bitnami/redis-sentinel] Release 8.6.1-debian-12-r0 (#91037) Signed-off-by: Bitnami Bot --- .../redis-sentinel/8.6/debian-12/Dockerfile | 10 ++--- bitnami/redis-sentinel/README.md | 40 ------------------- 2 files changed, 5 insertions(+), 45 deletions(-) diff --git a/bitnami/redis-sentinel/8.6/debian-12/Dockerfile b/bitnami/redis-sentinel/8.6/debian-12/Dockerfile index 21a00284be13..a0aff0c20b53 100644 --- a/bitnami/redis-sentinel/8.6/debian-12/Dockerfile +++ b/bitnami/redis-sentinel/8.6/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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-19T04:19:44Z" \ + org.opencontainers.image.created="2026-02-23T12:05:42Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/redis-sentinel/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redis-sentinel" \ org.opencontainers.image.title="redis-sentinel" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="8.6.0" + org.opencontainers.image.version="8.6.1" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -29,7 +29,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=( \ - "redis-sentinel-8.6.0-0-linux-${OS_ARCH}-debian-12" \ + "redis-sentinel-8.6.1-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -48,9 +48,9 @@ RUN uninstall_packages curl COPY rootfs / RUN /opt/bitnami/scripts/redis-sentinel/postunpack.sh -ENV APP_VERSION="8.6.0" \ +ENV APP_VERSION="8.6.1" \ BITNAMI_APP_NAME="redis-sentinel" \ - IMAGE_REVISION="1" + IMAGE_REVISION="0" EXPOSE 26379 diff --git a/bitnami/redis-sentinel/README.md b/bitnami/redis-sentinel/README.md index 4a84bea845b6..7dedf53b2b24 100644 --- a/bitnami/redis-sentinel/README.md +++ b/bitnami/redis-sentinel/README.md @@ -229,46 +229,6 @@ docker logs redis You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver. -## Maintenance - -### Upgrade this image - -Bitnami provides up-to-date versions of Redis(R) Sentinel, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container. - -#### Step 1: Get the updated image - -```console -docker pull bitnami/redis-sentinel:latest -``` - -#### Step 2: Stop and backup the currently running container - -Stop the currently running container using the command - -```console -docker stop redis -``` - -Next, take a snapshot of the persistent volume `/path/to/redis-persistence` using: - -```console -rsync -a /path/to/redis-persistence /path/to/redis-persistence.bkp.$(date +%Y%m%d-%H.%M.%S) -``` - -#### Step 3: Remove the currently running container - -```console -docker rm -v redis -``` - -#### Step 4: Run the new image - -Re-create your container from the new image. - -```console -docker run --name redis bitnami/redis-sentinel:latest -``` - ## Notable Changes ### Starting January 16, 2024