6.0.10-debian-10-r4 release
This commit is contained in:
parent
e7009f1f92
commit
66c8dce8dc
|
|
@ -21,7 +21,7 @@ RUN ln -s /opt/bitnami/scripts/redis/run.sh /run.sh
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/redis/postunpack.sh
|
RUN /opt/bitnami/scripts/redis/postunpack.sh
|
||||||
ENV BITNAMI_APP_NAME="redis" \
|
ENV BITNAMI_APP_NAME="redis" \
|
||||||
BITNAMI_IMAGE_VERSION="6.0.10-debian-10-r3" \
|
BITNAMI_IMAGE_VERSION="6.0.10-debian-10-r4" \
|
||||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/redis/bin:$PATH"
|
PATH="/opt/bitnami/common/bin:/opt/bitnami/redis/bin:$PATH"
|
||||||
|
|
||||||
EXPOSE 6379
|
EXPOSE 6379
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ export REDIS_DATABASE="${REDIS_DATABASE:-redis}"
|
||||||
export REDIS_AOF_ENABLED="${REDIS_AOF_ENABLED:-yes}"
|
export REDIS_AOF_ENABLED="${REDIS_AOF_ENABLED:-yes}"
|
||||||
export REDIS_MASTER_HOST="${REDIS_MASTER_HOST:-}"
|
export REDIS_MASTER_HOST="${REDIS_MASTER_HOST:-}"
|
||||||
export REDIS_MASTER_PORT_NUMBER="${REDIS_MASTER_PORT_NUMBER:-6379}"
|
export REDIS_MASTER_PORT_NUMBER="${REDIS_MASTER_PORT_NUMBER:-6379}"
|
||||||
export REDIS_DEFAULT_PORT_NUMBER="6379"
|
export REDIS_DEFAULT_PORT_NUMBER="6379" # only used at build time
|
||||||
export REDIS_PORT_NUMBER="${REDIS_PORT_NUMBER:-$REDIS_DEFAULT_PORT_NUMBER}"
|
export REDIS_PORT_NUMBER="${REDIS_PORT_NUMBER:-$REDIS_DEFAULT_PORT_NUMBER}"
|
||||||
export REDIS_ALLOW_REMOTE_CONNECTIONS="${REDIS_ALLOW_REMOTE_CONNECTIONS:-yes}"
|
export REDIS_ALLOW_REMOTE_CONNECTIONS="${REDIS_ALLOW_REMOTE_CONNECTIONS:-yes}"
|
||||||
export REDIS_REPLICATION_MODE="${REDIS_REPLICATION_MODE:-}"
|
export REDIS_REPLICATION_MODE="${REDIS_REPLICATION_MODE:-}"
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ 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/).
|
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.0`, `6.0-debian-10`, `6.0.10`, `6.0.10-debian-10-r3`, `latest` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/6.0.10-debian-10-r3/6.0/debian-10/Dockerfile)
|
* [`6.0`, `6.0-debian-10`, `6.0.10`, `6.0.10-debian-10-r4`, `latest` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/6.0.10-debian-10-r4/6.0/debian-10/Dockerfile)
|
||||||
* [`5.0`, `5.0-debian-10`, `5.0.10`, `5.0.10-debian-10-r82` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/5.0.10-debian-10-r82/5.0/debian-10/Dockerfile)
|
* [`5.0`, `5.0-debian-10`, `5.0.10`, `5.0.10-debian-10-r82` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/5.0.10-debian-10-r82/5.0/debian-10/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/redis GitHub repo](https://github.com/bitnami/bitnami-docker-redis).
|
Subscribe to project updates by watching the [bitnami/redis GitHub repo](https://github.com/bitnami/bitnami-docker-redis).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue