6.2.6-debian-10-r172 release

This commit is contained in:
Bitnami Bot
2022-04-01 06:15:26 +00:00
parent 2019253088
commit 0619105d32
2 changed files with 2 additions and 7 deletions

View File

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

View File

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