4.0.9-r3 release

Update image to version 4.0.9-r3
This commit is contained in:
Bitnami Bot 2018-04-23 15:10:21 +00:00
parent dd25185cae
commit 4897ab77d5
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r24
FROM bitnami/minideb-extras:jessie-r28
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
@ -8,10 +8,9 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
RUN bitnami-pkg unpack redis-4.0.9-1 --checksum 9660d6d127da0e49fa7fb9c1858f9b2630e61c4f85721d60593c65781d4be451
COPY rootfs /
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="redis" \
BITNAMI_IMAGE_VERSION="4.0.9-r2" \
BITNAMI_IMAGE_VERSION="4.0.9-r3" \
PATH="/opt/bitnami/redis/bin:$PATH" \
REDIS_DISABLE_COMMANDS="" \
REDIS_MASTER_HOST="" \

View File

@ -335,7 +335,7 @@ services:
- redis-master
environment:
- REDIS_REPLICATION_MODE=slave
- REDIS_MASTER_HOST=redis-primary
- REDIS_MASTER_HOST=redis-master
- REDIS_MASTER_PORT_NUMBER=6379
- REDIS_MASTER_PASSWORD=my_master_password
- REDIS_PASSWORD=my_slave_password
@ -344,7 +344,7 @@ services:
Scale the number of slaves using:
```bash
$ docker-compose scale redis-primary=1 redis-secondary=3
$ docker-compose scale redis-master=1 redis-secondary=3
```
The above command scales up the number of slaves to `3`. You can scale down in the same way.

View File

@ -8,11 +8,12 @@ jobs:
RELEASE_SERIES_LIST: "4.0"
LATEST_STABLE: "4.0"
IMAGE_NAME: redis
CHART_REPO: https://github.com/bitnami/charts
EXTRA_CHART_REPOS_LIST: "https://github.com/kubernetes/charts"
CHART_NAME:
CHART_REPO:
DOCKER_PROJECT: bitnami
QUAY_PROJECT: bitnami
GCLOUD_PROJECT: bitnami-containers
AZURE_PROJECT: bitnami
steps:
- checkout