4.0.9-r3 release

This commit is contained in:
Bitnami Bot 2018-06-01 02:58:12 +00:00
parent 3eb08e0886
commit 5166c6eba5
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r61
FROM bitnami/minideb-extras:jessie-r64
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -6,7 +6,7 @@ RUN bitnami-pkg unpack redis-sentinel-4.0.9-1 --checksum 98c2482692bd81e50137d4d
COPY rootfs /
ENV BITNAMI_APP_NAME="redis-sentinel" \
BITNAMI_IMAGE_VERSION="4.0.9-r2" \
BITNAMI_IMAGE_VERSION="4.0.9-r3" \
PATH="/opt/bitnami/redis-sentinel/bin:$PATH" \
REDIS_MASTER_HOST="redis" \
REDIS_MASTER_PASSWORD="" \

View File

@ -62,4 +62,4 @@ workflows:
branches:
only: /.*/
tags:
only: /^[0-9].*-r[0-9]+(-(?!rhel).*)?$/
only: /^.*(?<!-rhel-7)-r[0-9]+$/