4.0.11-ol-7-r105 release

This commit is contained in:
Bitnami Bot 2018-11-15 14:37:29 +00:00
parent 4832c51611
commit 99214690e6
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ COPY rootfs /
RUN /prepare.sh
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="redis" \
BITNAMI_IMAGE_VERSION="4.0.11-ol-7-r104" \
BITNAMI_IMAGE_VERSION="4.0.11-ol-7-r105" \
PATH="/opt/bitnami/redis/bin:$PATH" \
REDIS_DISABLE_COMMANDS="" \
REDIS_MASTER_HOST="" \

View File

@ -21,7 +21,7 @@ args=("$REDIS_BASEDIR/etc/redis.conf" "--daemonize" "no" "$@")
# configure extra command line flags
if [[ -n "$REDIS_EXTRA_FLAGS" ]]; then
warn "REDIS_EXTRA_FLAGS is deprecated. Please specify any extra-flag using '/run.sh $REDIS_EXTRA_FLAGS' as command instead"
read -r -a envExtraFlags <<< "$REDIS_EXTRA_FLAGS"
read -r -a envExtraFlags <<< "$REDIS_EXTRA_FLAGS"a
args+=("${envExtraFlags[@]}")
fi

View File

@ -51,7 +51,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`5.0-ol-7`, `5.0.0-ol-7-r16` (5.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/5.0.0-ol-7-r16/5.0/ol-7/Dockerfile)
* [`5.0-debian-9`, `5.0.0-debian-9-r16`, `5.0`, `5.0.0`, `5.0.0-r16` (5.0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/5.0.0-debian-9-r16/5.0/debian-9/Dockerfile)
* [`4.0-ol-7`, `4.0.11-ol-7-r104` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.11-ol-7-r104/4.0/ol-7/Dockerfile)
* [`4.0-ol-7`, `4.0.11-ol-7-r105` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.11-ol-7-r105/4.0/ol-7/Dockerfile)
* [`4.0-debian-9`, `4.0.11-debian-9-r95`, `4.0`, `4.0.11`, `4.0.11-r95`, `latest` (4.0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.11-debian-9-r95/4.0/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/redis GitHub repo](https://github.com/bitnami/bitnami-docker-redis).