4.0.11-ol-7-r46 release
This commit is contained in:
parent
d6fe0fbfcf
commit
f3d062c6fc
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r116
|
||||
FROM bitnami/oraclelinux-extras:7-r117
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -10,7 +10,7 @@ RUN bitnami-pkg unpack redis-sentinel-4.0.11-1 --checksum f81322d6c651d5d089183f
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="redis-sentinel" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.11-ol-7-r45" \
|
||||
BITNAMI_IMAGE_VERSION="4.0.11-ol-7-r46" \
|
||||
PATH="/opt/bitnami/redis-sentinel/bin:$PATH" \
|
||||
REDIS_MASTER_HOST="redis" \
|
||||
REDIS_MASTER_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -41,8 +41,8 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`4.0-ol-7`, `4.0.11-ol-7-r45` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/4.0.11-ol-7-r45/4.0/ol-7/Dockerfile)
|
||||
* [`4.0-debian-9`, `4.0.11-debian-9-r45`, `4.0`, `4.0.11`, `4.0.11-r45`, `latest` (4.0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/4.0.11-debian-9-r45/4.0/debian-9/Dockerfile)
|
||||
* [`4.0-ol-7`, `4.0.11-ol-7-r46` (4.0/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/4.0.11-ol-7-r46/4.0/ol-7/Dockerfile)
|
||||
* [`4.0-debian-9`, `4.0.11-debian-9-r46`, `4.0`, `4.0.11`, `4.0.11-r46`, `latest` (4.0/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/4.0.11-debian-9-r46/4.0/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/redis-sentinel GitHub repo](https://github.com/bitnami/bitnami-docker-redis-sentinel).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue