4.0.11-ol-7-r5 release

This commit is contained in:
Bitnami Bot 2018-08-13 03:56:59 +00:00
parent fcb6789bed
commit 8d5ae04a9a
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/oraclelinux-extras:7-r67
FROM bitnami/oraclelinux-extras:7-r68
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-0 --checksum 3ac412b4ff1f91b85276329ed3c874e
COPY rootfs /
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="redis" \
BITNAMI_IMAGE_VERSION="4.0.11-ol-7-r4" \
BITNAMI_IMAGE_VERSION="4.0.11-ol-7-r5" \
PATH="/opt/bitnami/redis/bin:$PATH" \
REDIS_DISABLE_COMMANDS="" \
REDIS_MASTER_HOST="" \

View File

@ -34,7 +34,7 @@ $ docker-compose up -d
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-r3` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.11-ol-7-r3/4.0/ol-7/Dockerfile)
* [`4.0-ol-7`, `4.0.11-ol-7-r5` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.11-ol-7-r5/4.0/ol-7/Dockerfile)
* [`4.0-debian-9`, `4.0.11-debian-9-r6`, `4.0`, `4.0.11`, `4.0.11-r6`, `latest` (4.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.11-debian-9-r6/4.0/Dockerfile)
Subscribe to project updates by watching the [bitnami/redis GitHub repo](https://github.com/bitnami/bitnami-docker-redis).