5.0.5-debian-9-r179 release
This commit is contained in:
parent
ad72fe27f0
commit
c0bade3e7c
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras-base:stretch-r377
|
||||
FROM bitnami/minideb-extras-base:stretch-r378
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -14,7 +14,7 @@ RUN . ./libcomponent.sh && component_unpack "redis" "5.0.5-3" --checksum fc0fb89
|
|||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="redis" \
|
||||
BITNAMI_IMAGE_VERSION="5.0.5-debian-9-r178" \
|
||||
BITNAMI_IMAGE_VERSION="5.0.5-debian-9-r179" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PATH="/opt/bitnami/redis/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -284,9 +284,8 @@ redis_validate() {
|
|||
redis_configure_replication() {
|
||||
info "Configuring replication mode..."
|
||||
|
||||
redis_conf_set replica-announce-ip $(get_machine_ip)
|
||||
redis_conf_set replica-announce-ip "$(get_machine_ip)"
|
||||
redis_conf_set replica-announce-port "$REDIS_MASTER_PORT_NUMBER"
|
||||
|
||||
if [[ "$REDIS_REPLICATION_MODE" = "master" ]]; then
|
||||
if [[ -n "$REDIS_PASSWORD" ]]; then
|
||||
redis_conf_set masterauth "$REDIS_PASSWORD"
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`5.0-ol-7`, `5.0.5-ol-7-r185` (5.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/5.0.5-ol-7-r185/5.0/ol-7/Dockerfile)
|
||||
* [`5.0-debian-9`, `5.0.5-debian-9-r178`, `5.0`, `5.0.5`, `5.0.5-r178`, `latest` (5.0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/5.0.5-debian-9-r178/5.0/debian-9/Dockerfile)
|
||||
* [`5.0-debian-9`, `5.0.5-debian-9-r179`, `5.0`, `5.0.5`, `5.0.5-r179`, `latest` (5.0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/5.0.5-debian-9-r179/5.0/debian-9/Dockerfile)
|
||||
* [`5.0-centos-7`, `5.0.5-centos-7-r164` (5.0/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/5.0.5-centos-7-r164/5.0/centos-7/Dockerfile)
|
||||
* [`4.0-ol-7`, `4.0.14-ol-7-r234` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.14-ol-7-r234/4.0/ol-7/Dockerfile)
|
||||
* [`4.0-debian-9`, `4.0.14-debian-9-r209`, `4.0`, `4.0.14`, `4.0.14-r209` (4.0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis/blob/4.0.14-debian-9-r209/4.0/debian-9/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue