[bitnami/redis-cluster] Release 6.2.10-debian-11-r11 (#24363)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-17 19:05:54 +01:00
committed by GitHub
parent 6361200a16
commit 78f244c35c
3 changed files with 11 additions and 11 deletions

View File

@@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.description="Application packaged by Bitnami" \ org.opencontainers.image.created="2023-02-17T17:46:22Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="6.2.10-debian-11-r10" \ org.opencontainers.image.ref.name="6.2.10-debian-11-r11" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redis-cluster" \
org.opencontainers.image.title="redis-cluster" \ org.opencontainers.image.title="redis-cluster" \
org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="6.2.10" org.opencontainers.image.version="6.2.10"
@@ -22,8 +22,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libssl1.1 procps RUN install_packages ca-certificates curl libssl1.1 procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \ COMPONENTS=( \
"redis-6.2.10-0-linux-${OS_ARCH}-debian-11" \ "redis-6.2.10-1-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \ "gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
) && \ ) && \
for COMPONENT in "${COMPONENTS[@]}"; do \ for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,16 +1,16 @@
{ {
"gosu": { "gosu": {
"arch": "amd64", "arch": "amd64",
"digest": "9ab9654690d90d3c49ff66fb1eb286487e318adc899d036bc45922f6b176865b", "digest": "f6056076afb745fd7d9d87d20f71e7248d63330352cf5ae0be2130b7f44a8cfa",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "1.16.0-1" "version": "1.16.0-2"
}, },
"redis": { "redis": {
"arch": "amd64", "arch": "amd64",
"digest": "9b3808381272cb534975978475c01f81932b1acfb3a9b420857441f45d2ebdeb", "digest": "26c33e943f177eea39fd9866ac8d4e562de3b4ec68ef7ef448dfd4e644e24ba0",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "6.2.10-0" "version": "6.2.10-1"
} }
} }

View File

@@ -219,7 +219,7 @@ When enabling TLS, conventional standard traffic is disabled by default. However
1. Using `docker run` 1. Using `docker run`
```console ```console
docker run --name redis-cluster \ $ docker run --name redis-cluster \
-v /path/to/certs:/opt/bitnami/redis/certs \ -v /path/to/certs:/opt/bitnami/redis/certs \
-v /path/to/redis-cluster-persistence:/bitnami \ -v /path/to/redis-cluster-persistence:/bitnami \
-e ALLOW_EMPTY_PASSWORD=yes \ -e ALLOW_EMPTY_PASSWORD=yes \