[bitnami/redis-sentinel] Release 6.2.13-debian-11-r0 (#40587)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-07-11 02:57:35 +02:00
committed by GitHub
parent c975fe911a
commit ef14987b91
3 changed files with 7 additions and 7 deletions

View File

@@ -6,13 +6,13 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-07-09T09:34:52Z" \
org.opencontainers.image.created="2023-07-10T23:49:17Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="6.2.12-debian-11-r27" \
org.opencontainers.image.ref.name="6.2.13-debian-11-r0" \
org.opencontainers.image.title="redis-sentinel" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="6.2.12"
org.opencontainers.image.version="6.2.13"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -26,7 +26,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-6.2.12-1-linux-${OS_ARCH}-debian-11" \
"redis-sentinel-6.2.13-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -44,7 +44,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/redis-sentinel/postunpack.sh
ENV APP_VERSION="6.2.12" \
ENV APP_VERSION="6.2.13" \
BITNAMI_APP_NAME="redis-sentinel"
EXPOSE 26379

View File

@@ -3,6 +3,6 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "6.2.12-1"
"version": "6.2.13-0"
}
}

View File

@@ -1,4 +1,4 @@
rolling-tags:
- "6.2"
- 6.2-debian-11
- 6.2.12
- 6.2.13