6.0.16-debian-10-r134 release

This commit is contained in:
Bitnami Bot
2022-02-21 20:05:26 +00:00
parent d18f7bbb03
commit dbc7223250
2 changed files with 6 additions and 2 deletions

View File

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

View File

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