5.0.9-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2020-04-27 13:50:34 +00:00
parent fde189b91d
commit faf56702ff
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" "5.0.8-1" --checksum d946c2d4d6aa53284e1c517b1e997cfae20e219606a6382c8b28ec89e9dac24a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis" "5.0.9-0" --checksum bf2e95f1c00062bd3bcfdbf078b58827be95f4a7d8bb62c365b77172b3fb3d57
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 /postunpack.sh
ENV BITNAMI_APP_NAME="redis" \
BITNAMI_IMAGE_VERSION="5.0.8-debian-10-r21" \
BITNAMI_IMAGE_VERSION="5.0.9-debian-10-r0" \
PATH="/opt/bitnami/redis/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 6379

View File

@@ -39,7 +39,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
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/).
* [`5.0-debian-10`, `5.0.8-debian-10-r21`, `5.0`, `5.0.8`, `latest` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/5.0.8-debian-10-r21/5.0/debian-10/Dockerfile)
* [`5.0-debian-10`, `5.0.9-debian-10-r0`, `5.0`, `5.0.9`, `latest` (5.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/5.0.9-debian-10-r0/5.0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/redis-cluster GitHub repo](https://github.com/bitnami/bitnami-docker-redis-cluster).