From dbc722325016a8274751884fdc0ea59070fde268 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 21 Feb 2022 20:05:26 +0000 Subject: [PATCH] 6.0.16-debian-10-r134 release --- bitnami/redis-cluster/6.0/debian-10/Dockerfile | 2 +- bitnami/redis-cluster/README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bitnami/redis-cluster/6.0/debian-10/Dockerfile b/bitnami/redis-cluster/6.0/debian-10/Dockerfile index 3565cec003b4..76ef7749e2b2 100644 --- a/bitnami/redis-cluster/6.0/debian-10/Dockerfile +++ b/bitnami/redis-cluster/6.0/debian-10/Dockerfile @@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/redis-cluster/postunpack.sh ENV BITNAMI_APP_NAME="redis-cluster" \ - BITNAMI_IMAGE_VERSION="6.0.16-debian-10-r133" \ + BITNAMI_IMAGE_VERSION="6.0.16-debian-10-r134" \ PATH="/opt/bitnami/redis/bin:/opt/bitnami/common/bin:$PATH" EXPOSE 6379 diff --git a/bitnami/redis-cluster/README.md b/bitnami/redis-cluster/README.md index f20f7e0db051..fa5bcc9481c0 100644 --- a/bitnami/redis-cluster/README.md +++ b/bitnami/redis-cluster/README.md @@ -44,7 +44,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`6.2`, `6.2-debian-10`, `6.2.6`, `6.2.6-debian-10-r135`, `latest` (6.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.2.6-debian-10-r135/6.2/debian-10/Dockerfile) -* [`6.0`, `6.0-debian-10`, `6.0.16`, `6.0.16-debian-10-r133` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.0.16-debian-10-r133/6.0/debian-10/Dockerfile) +* [`6.0`, `6.0-debian-10`, `6.0.16`, `6.0.16-debian-10-r134` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.0.16-debian-10-r134/6.0/debian-10/Dockerfile) * [`5.0`, `5.0-debian-10`, `5.0.14`, `5.0.14-debian-10-r133` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/5.0.14-debian-10-r133/5.0/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/redis-cluster GitHub repo](https://github.com/bitnami/bitnami-docker-redis-cluster). @@ -279,6 +279,10 @@ $ docker run --name redis-cluster bitnami/redis-cluster:latest The cluster initialization logic has changed. Now the container in charge of initialize the cluster will also be part of the cluster. It will initialize Redis in background, create the cluster and then bring back to foreground the Redis process. +## Branch Deprecation Notice + +Redis™ Cluster's branch 5.0 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 03-21-2022 + ## Contributing We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-redis-cluster/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-redis-cluster/pulls) with your contribution.