4.0.10-r16 release

This commit is contained in:
Bitnami Bot
2018-06-29 03:41:23 +00:00
parent 505e65ff02
commit f9dd4d81b2
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r88
FROM bitnami/minideb-extras:jessie-r90
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@@ -6,7 +6,7 @@ RUN bitnami-pkg unpack redis-sentinel-4.0.10-0 --checksum ee580c44c7d8c9aab50918
COPY rootfs /
ENV BITNAMI_APP_NAME="redis-sentinel" \
BITNAMI_IMAGE_VERSION="4.0.10-r15" \
BITNAMI_IMAGE_VERSION="4.0.10-r16" \
PATH="/opt/bitnami/redis-sentinel/bin:$PATH" \
REDIS_MASTER_HOST="redis" \
REDIS_MASTER_PASSWORD="" \

View File

@@ -32,7 +32,7 @@ $ docker-compose up -d
# Supported tags and respective `Dockerfile` links
* [`4.0`, `4.0.10-r14`, `latest` (4.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/4.0.10-r14/4.0/Dockerfile)
* [`4.0`, `4.0.10-r16`, `latest` (4.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/4.0.10-r16/4.0/Dockerfile)
* [`4.0-ol-7`, `4.0.10-ol-7-r1` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/4.0.10-ol-7-r1/4.0/ol-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/redis-sentinel GitHub repo](https://github.com/bitnami/bitnami-docker-redis-sentinel).