[bitnami/redis-sentinel] Release 7.0.8-debian-11-r0 (#20491)

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-16 20:11:09 +01:00
committed by GitHub
parent 4269aecbf0
commit 948f32e3fe
3 changed files with 7 additions and 7 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="7.0.7-debian-11-r10" \
org.opencontainers.image.ref.name="7.0.8-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.7"
org.opencontainers.image.version="7.0.8"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -23,7 +23,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.7-0-linux-${OS_ARCH}-debian-11" \
"redis-sentinel-7.0.8-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
@@ -42,7 +42,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/redis-sentinel/postunpack.sh
ENV APP_VERSION="7.0.7" \
ENV APP_VERSION="7.0.8" \
BITNAMI_APP_NAME="redis-sentinel"
EXPOSE 26379

View File

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

View File

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