6.2.7-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-04-27 18:01:20 +00:00
committed by Bitnami Containers
parent 9156cc6873
commit f37f7a4f35
3 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,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" "6.2.6-12" --checksum a7b18fafc557647a0a4d6aa1aad5ecf663e4d152b87162db99dbe8d29b3ec8ef
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "redis" "6.2.7-0" --checksum 555683fb888226648a27b72f4ebce7f998a35aa7fadc64101886923d277f0144
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -17,7 +17,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/redis-cluster/postunpack.sh
ENV APP_VERSION="6.2.6" \
ENV APP_VERSION="6.2.7" \
BITNAMI_APP_NAME="redis-cluster" \
PATH="/opt/bitnami/redis/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -8,9 +8,9 @@
},
"redis": {
"arch": "amd64",
"digest": "a7b18fafc557647a0a4d6aa1aad5ecf663e4d152b87162db99dbe8d29b3ec8ef",
"digest": "555683fb888226648a27b72f4ebce7f998a35aa7fadc64101886923d277f0144",
"distro": "debian-10",
"type": "NAMI",
"version": "6.2.6-12"
"version": "6.2.7-0"
}
}

View File

@@ -41,7 +41,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/).
* [`6.2`, `6.2-debian-10`, `6.2.6`, `6.2.6-debian-10-r198`, `latest` (6.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.2.6-debian-10-r198/6.2/debian-10/Dockerfile)
* [`6.2`, `6.2-debian-10`, `6.2.7`, `6.2.7-debian-10-r0`, `latest` (6.2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.2.7-debian-10-r0/6.2/debian-10/Dockerfile)
* [`6.0`, `6.0-debian-10`, `6.0.16`, `6.0.16-debian-10-r197` (6.0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-redis-cluster/blob/6.0.16-debian-10-r197/6.0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/redis-cluster GitHub repo](https://github.com/bitnami/bitnami-docker-redis-cluster).