6.0.3-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2020-05-16 19:24:11 +00:00
parent 46891b1641
commit eccbbc3d43
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl libc6 procps sudo unzip
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-sentinel" "6.0.2-0" --checksum 373f117fee26dd317d124136e3947abdf15991a74ca48a8548a70f0c8d63237d
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-sentinel" "6.0.3-0" --checksum 46206103ee53f67a628dc8ea6bdb27897d19741b840fb75dcb56bb893cb64f65
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-0" --checksum 582d501eeb6b338a24f417fededbf14295903d6be55c52d66c52e616c81bcd8c
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -17,7 +17,7 @@ RUN apt-get update && apt-get upgrade -y && \
COPY rootfs /
RUN /opt/bitnami/scripts/redis-sentinel/postunpack.sh
ENV BITNAMI_APP_NAME="redis-sentinel" \
BITNAMI_IMAGE_VERSION="6.0.2-debian-10-r0" \
BITNAMI_IMAGE_VERSION="6.0.3-debian-10-r0" \
PATH="/opt/bitnami/redis-sentinel/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 26379

View File

@ -42,7 +42,7 @@ 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/tutorials/understand-rolling-tags-containers/).
* [`6.0-debian-10`, `6.0.2-debian-10-r0`, `6.0`, `6.0.2`, `latest` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/6.0.2-debian-10-r0/6.0/debian-10/Dockerfile)
* [`6.0-debian-10`, `6.0.3-debian-10-r0`, `6.0`, `6.0.3`, `latest` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/6.0.3-debian-10-r0/6.0/debian-10/Dockerfile)
* [`5.0-debian-10`, `5.0.9-debian-10-r18`, `5.0`, `5.0.9` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/5.0.9-debian-10-r18/5.0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/redis-sentinel GitHub repo](https://github.com/bitnami/bitnami-docker-redis-sentinel).