7.0.3-debian-11-r2 release

This commit is contained in:
Bitnami Bot 2022-07-16 16:18:18 +00:00 committed by Bitnami Containers
parent 34d7e02ddf
commit 31ecab15b6
3 changed files with 7 additions and 7 deletions

View File

@ -8,8 +8,8 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# 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" "7.0.3-0" --checksum ed0844422687208853a7bb88958d5a4e2084819f060794fd56281bd7ac695c3e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis" "7.0.3-1" --checksum 22e7858a6b1b0c0007b10be5aa876b314977b04469e69a1500e7ea46df5f5340
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@ -1,16 +1,16 @@
{
"gosu": {
"arch": "amd64",
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
"digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-151"
"version": "1.14.0-152"
},
"redis": {
"arch": "amd64",
"digest": "ed0844422687208853a7bb88958d5a4e2084819f060794fd56281bd7ac695c3e",
"digest": "22e7858a6b1b0c0007b10be5aa876b314977b04469e69a1500e7ea46df5f5340",
"distro": "debian-11",
"type": "NAMI",
"version": "7.0.3-0"
"version": "7.0.3-1"
}
}

View File

@ -41,7 +41,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) 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/).
* [`7.0`, `7.0-debian-11`, `7.0.3`, `7.0.3-debian-11-r1`, `latest` (7.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/7.0.3-debian-11-r1/7.0/debian-11/Dockerfile)
* [`7.0`, `7.0-debian-11`, `7.0.3`, `7.0.3-debian-11-r2`, `latest` (7.0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/7.0.3-debian-11-r2/7.0/debian-11/Dockerfile)
* [`6.2`, `6.2-debian-11`, `6.2.7`, `6.2.7-debian-11-r14` (6.2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.2.7-debian-11-r14/6.2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/redis-cluster GitHub repo](https://github.com/bitnami/bitnami-docker-redis-cluster).