4.0.10-r2 release

This commit is contained in:
Bitnami Bot
2018-06-15 03:26:09 +00:00
parent 7fa3219a6b
commit c8a573b5c4
2 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r76
FROM bitnami/minideb-extras:jessie-r77
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-r1" \
BITNAMI_IMAGE_VERSION="4.0.10-r2" \
PATH="/opt/bitnami/redis-sentinel/bin:$PATH" \
REDIS_MASTER_HOST="redis" \
REDIS_MASTER_PASSWORD="" \

View File

@@ -30,6 +30,12 @@ $ docker-compose up -d
* Bitnami images are built on CircleCI and automatically pushed to the Docker Hub.
* All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution.
# Supported tags and respective `Dockerfile` links
* [`4.0`, `4.0.10-r2`, `latest` (4.0/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/4.0.10-r2/4.0/Dockerfile)
Subscribe to project updates by watching the [bitnami/redis-sentinel GitHub repo](https://github.com/bitnami/bitnami-docker-redis-sentinel).
# Get this image
The recommended way to get the Bitnami Redis Sentinel Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/redis-sentinel).