[bitnami/redis-sentinel] Release 7.0.7-debian-11-r0 (#17190)

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-16 13:55:10 +01:00 committed by GitHub
parent 2c612833b2
commit dcac36f086
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.6-debian-11-r1" \
org.opencontainers.image.ref.name="7.0.7-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redis-sentinel" \
org.opencontainers.image.title="redis-sentinel" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="7.0.6"
org.opencontainers.image.version="7.0.7"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -22,7 +22,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-sentinel-7.0.6-0-linux-${OS_ARCH}-debian-11" \
"redis-sentinel-7.0.7-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
@ -41,7 +41,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/redis-sentinel/postunpack.sh
ENV APP_VERSION="7.0.6" \
ENV APP_VERSION="7.0.7" \
BITNAMI_APP_NAME="redis-sentinel"
EXPOSE 26379

View File

@ -8,9 +8,9 @@
},
"redis-sentinel": {
"arch": "amd64",
"digest": "79c78800a0403f8ec39f8b7f91c1a573faf2cd4068f0f6cc790edda58f392509",
"digest": "10a6a1f5b0cedd9d3be465fdfce9e0fad10e4900fe9727a9178307673bb90492",
"distro": "debian-11",
"type": "NAMI",
"version": "7.0.6-0"
"version": "7.0.7-0"
}
}

View File

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