[bitnami/redis-sentinel] Release 6.2.10-debian-11-r0 (#20789)

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
2023-01-18 01:31:36 +01:00
committed by GitHub
parent 84ef3f901e
commit 9476831300
3 changed files with 10 additions and 10 deletions

View File

@@ -5,11 +5,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="6.2.9-debian-11-r0" \
org.opencontainers.image.ref.name="6.2.10-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="6.2.9"
org.opencontainers.image.version="6.2.10"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -23,8 +23,8 @@ 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-6.2.9-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
"redis-sentinel-6.2.10-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -42,7 +42,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/redis-sentinel/postunpack.sh
ENV APP_VERSION="6.2.9" \
ENV APP_VERSION="6.2.10" \
BITNAMI_APP_NAME="redis-sentinel"
EXPOSE 26379

View File

@@ -1,16 +1,16 @@
{
"gosu": {
"arch": "amd64",
"digest": "c42abbc5d57ba4c33c89e4daf46c33b0173565fbf533ef7a60281cf3283f611f",
"digest": "9ab9654690d90d3c49ff66fb1eb286487e318adc899d036bc45922f6b176865b",
"distro": "debian-11",
"type": "NAMI",
"version": "1.16.0-0"
"version": "1.16.0-1"
},
"redis-sentinel": {
"arch": "amd64",
"digest": "9098820d15641cce151baf6fa8e4ca0a3779df7550e35639855bdb81412f448f",
"digest": "40f3c23b07b10d4fd4ef4830151c75d681038563b40ab46712cf0cbf826c545c",
"distro": "debian-11",
"type": "NAMI",
"version": "6.2.9-0"
"version": "6.2.10-0"
}
}

View File

@@ -1,4 +1,4 @@
rolling-tags:
- "6.2"
- "6.2-debian-11"
- "6.2.9"
- "6.2.10"