diff --git a/bitnami/redis-sentinel/6.2/debian-10/Dockerfile b/bitnami/redis-sentinel/6.2/debian-10/Dockerfile index 2cb61fb41c47..713be82fbf5f 100644 --- a/bitnami/redis-sentinel/6.2/debian-10/Dockerfile +++ b/bitnami/redis-sentinel/6.2/debian-10/Dockerfile @@ -20,7 +20,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/redis-sentinel/postunpack.sh ENV APP_VERSION="6.2.6" \ BITNAMI_APP_NAME="redis-sentinel" \ - BITNAMI_IMAGE_VERSION="6.2.6-debian-10-r171" + BITNAMI_IMAGE_VERSION="6.2.6-debian-10-r172" EXPOSE 26379 diff --git a/bitnami/redis-sentinel/README.md b/bitnami/redis-sentinel/README.md index 52ee9e44ada6..86ff281ee04a 100644 --- a/bitnami/redis-sentinel/README.md +++ b/bitnami/redis-sentinel/README.md @@ -44,9 +44,8 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`6.2`, `6.2-debian-10`, `6.2.6`, `6.2.6-debian-10-r171`, `latest` (6.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/6.2.6-debian-10-r171/6.2/debian-10/Dockerfile) +* [`6.2`, `6.2-debian-10`, `6.2.6`, `6.2.6-debian-10-r172`, `latest` (6.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/6.2.6-debian-10-r172/6.2/debian-10/Dockerfile) * [`6.0`, `6.0-debian-10`, `6.0.16`, `6.0.16-debian-10-r170` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/6.0.16-debian-10-r170/6.0/debian-10/Dockerfile) -* [`5.0`, `5.0-debian-10`, `5.0.14`, `5.0.14-debian-10-r170` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/5.0.14-debian-10-r170/5.0/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/redis-sentinel GitHub repo](https://github.com/bitnami/bitnami-docker-redis-sentinel). @@ -399,10 +398,6 @@ $ docker-compose up redis - The Redis(TM) sentinel container has been migrated to a non-root container approach. Previously the container run as `root` user and the redis daemon was started as `redis` user. From now own, both the container and the redis daemon run as user `1001`. As a consequence, the configuration files are writable by the user running the redis process. You can revert this behavior by changing `USER 1001` to `USER root` in the Dockerfile. -## Branch Deprecation Notice - -Redis™ Sentinel'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-sentinel/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-redis-sentinel/pulls) with your contribution.