7.0.0-debian-11-r1 release

This commit is contained in:
Bitnami Bot
2022-06-07 12:01:18 +00:00
committed by Bitnami Containers
parent fb11636e36
commit 0179df90ea
2 changed files with 6 additions and 2 deletions

View File

@@ -388,6 +388,10 @@ redis_configure_default() {
cp "${REDIS_MOUNTED_CONF_DIR}/redis.conf" "${REDIS_BASE_DIR}/etc/redis.conf"
else
info "Setting Redis config file"
if is_boolean_yes "$ALLOW_EMPTY_PASSWORD"; then
# Allow remote connections without password
redis_conf_set protected-mode no
fi
is_boolean_yes "$REDIS_ALLOW_REMOTE_CONNECTIONS" && redis_conf_set bind "0.0.0.0 ::" # Allow remote connections
# Enable AOF https://redis.io/topics/persistence#append-only-file
# Leave default fsync (every second)

View File

@@ -34,14 +34,14 @@ $ docker-compose up -d
Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami Redis(R) Cluster Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/redis-cluster).
Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters.
Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deployment and management of Helm Charts in clusters.
## Supported tags and respective `Dockerfile` links
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/).
* [`7.0`, `7.0-debian-11`, `7.0.0`, `7.0.0-debian-11-r0`, `latest` (7.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/7.0.0-debian-11-r0/7.0/debian-11/Dockerfile)
* [`7.0`, `7.0-debian-11`, `7.0.0`, `7.0.0-debian-11-r1`, `latest` (7.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/7.0.0-debian-11-r1/7.0/debian-11/Dockerfile)
* [`6.2`, `6.2-debian-11`, `6.2.7`, `6.2.7-debian-11-r0` (6.2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.2.7-debian-11-r0/6.2/debian-11/Dockerfile)
* [`6.0`, `6.0-debian-11`, `6.0.16`, `6.0.16-debian-11-r0` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.0.16-debian-11-r0/6.0/debian-11/Dockerfile)