[bitnami/redis-cluster] Release 7.0.6-debian-11-r0 (#16590)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-12-12 20:59:03 +01:00 committed by GitHub
parent 2567a663f1
commit 15407bf1ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="7.0.5-debian-11-r26" \
org.opencontainers.image.ref.name="7.0.6-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redis-cluster" \
org.opencontainers.image.title="redis-cluster" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="7.0.5"
org.opencontainers.image.version="7.0.6"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libssl1.1 procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"redis-7.0.5-1-linux-${OS_ARCH}-debian-11" \
"redis-7.0.6-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
@ -40,7 +40,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/redis-cluster/postunpack.sh
ENV APP_VERSION="7.0.5" \
ENV APP_VERSION="7.0.6" \
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": "df32ed31ffc7ba62a5b7b93504ffbd6dbd26509be70c8a2538bd5bd61763b040",
"digest": "985baa5af26a4987c33b2fa5e1287b1be455860f294713c5404a418c3e67867e",
"distro": "debian-11",
"type": "NAMI",
"version": "7.0.5-1"
"version": "7.0.6-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "7.0"
- "7.0-debian-11"
- "7.0.5"
- "7.0.6"
- "latest"