7.0.1-debian-11-r0 release

This commit is contained in:
Bitnami Bot 2022-06-08 17:48:15 +00:00 committed by Bitnami Containers
parent 7ee8c7bdd0
commit 4e94220e85
3 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libssl1.1 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-sentinel" "7.0.0-0" --checksum 1401d10465c670cabca02add71f8bbf71e3080718791fd981160d740138672fd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis-sentinel" "7.0.1-0" --checksum 82ae6b667fd646bc246f32f22d23831b17aaff03b0e3d5877d0261dda28b959c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/redis-sentinel/postunpack.sh
ENV APP_VERSION="7.0.0" \
ENV APP_VERSION="7.0.1" \
BITNAMI_APP_NAME="redis-sentinel"
EXPOSE 26379

View File

@ -8,9 +8,9 @@
},
"redis-sentinel": {
"arch": "amd64",
"digest": "1401d10465c670cabca02add71f8bbf71e3080718791fd981160d740138672fd",
"digest": "82ae6b667fd646bc246f32f22d23831b17aaff03b0e3d5877d0261dda28b959c",
"distro": "debian-11",
"type": "NAMI",
"version": "7.0.0-0"
"version": "7.0.1-0"
}
}

View File

@ -41,7 +41,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/).
* [`7.0`, `7.0-debian-11`, `7.0.0`, `7.0.0-debian-11-r2`, `latest` (7.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/7.0.0-debian-11-r2/7.0/debian-11/Dockerfile)
* [`7.0`, `7.0-debian-11`, `7.0.1`, `7.0.1-debian-11-r0`, `latest` (7.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/7.0.1-debian-11-r0/7.0/debian-11/Dockerfile)
* [`6.2`, `6.2-debian-11`, `6.2.7`, `6.2.7-debian-11-r2` (6.2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/6.2.7-debian-11-r2/6.2/debian-11/Dockerfile)
* [`6.0`, `6.0-debian-11`, `6.0.16`, `6.0.16-debian-11-r1` (6.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-sentinel/blob/6.0.16-debian-11-r1/6.0/debian-11/Dockerfile)