4.0.11-debian-9-r14 release
This commit is contained in:
parent
70f76b7786
commit
f1172237cd
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:stretch-r114
|
||||
FROM bitnami/minideb-extras:stretch-r115
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -11,7 +11,7 @@ RUN bitnami-pkg unpack redis-4.0.11-2 --checksum e97b8f4a65abe293003634090f588d8
|
|||
COPY rootfs /
|
||||
ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
BITNAMI_APP_NAME="redis" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.11-debian-9-r13" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.11-debian-9-r14" \
|
||||
PATH="/opt/bitnami/redis/bin:$PATH" \
|
||||
REDIS_DISABLE_COMMANDS="" \
|
||||
REDIS_MASTER_HOST="" \
|
||||
|
|
|
|||
|
|
@ -38,8 +38,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/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`4.0-ol-7`, `4.0.11-ol-7-r13` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.11-ol-7-r13/4.0/ol-7/Dockerfile)
|
||||
* [`4.0-debian-9`, `4.0.11-debian-9-r13`, `4.0`, `4.0.11`, `4.0.11-r13`, `latest` (4.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.11-debian-9-r13/4.0/Dockerfile)
|
||||
* [`4.0-ol-7`, `4.0.11-ol-7-r14` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.11-ol-7-r14/4.0/ol-7/Dockerfile)
|
||||
* [`4.0-debian-9`, `4.0.11-debian-9-r14`, `4.0`, `4.0.11`, `4.0.11-r14`, `latest` (4.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.11-debian-9-r14/4.0/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/redis GitHub repo](https://github.com/bitnami/bitnami-docker-redis).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue