mirror of
https://github.com/bitnami/containers.git
synced 2026-08-08 12:08:25 +08:00
[bitnami/redis-sentinel] Release 8.10.0-debian-12-r1 (#96082)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||||
org.opencontainers.image.created="2026-08-05T09:14:16Z" \
|
org.opencontainers.image.created="2026-08-05T15:24:52Z" \
|
||||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/redis-sentinel/README.md" \
|
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/redis-sentinel/README.md" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redis-sentinel" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redis-sentinel" \
|
||||||
@@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"redis-sentinel-8.10.0-0-linux-${OS_ARCH}-debian-12" \
|
"redis-sentinel-8.10.0-1-linux-${OS_ARCH}-debian-12" \
|
||||||
) ; \
|
) ; \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
@@ -50,7 +50,7 @@ COPY rootfs /
|
|||||||
RUN /opt/bitnami/scripts/redis-sentinel/postunpack.sh
|
RUN /opt/bitnami/scripts/redis-sentinel/postunpack.sh
|
||||||
ENV APP_VERSION="8.10.0" \
|
ENV APP_VERSION="8.10.0" \
|
||||||
BITNAMI_APP_NAME="redis-sentinel" \
|
BITNAMI_APP_NAME="redis-sentinel" \
|
||||||
IMAGE_REVISION="0"
|
IMAGE_REVISION="1"
|
||||||
|
|
||||||
EXPOSE 26379
|
EXPOSE 26379
|
||||||
|
|
||||||
|
|||||||
-1
@@ -1 +0,0 @@
|
|||||||
4d7ecc0b4671e2ea7aaaae16ffb5b3f7dafda06e1f3b8655ab4c8685c0b754a3 redis-sentinel-8.10.0-0-linux-amd64-debian-12.tar.gz
|
|
||||||
-1
@@ -1 +0,0 @@
|
|||||||
8b1218ced4b2acd651a6ce751e6e306d6ee86ea00166ccad89e1fbf2ce5486b6 redis-sentinel-8.10.0-0-linux-arm64-debian-12.tar.gz
|
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
d27db0379bf6daf10ba000d46faedfdb0e60d8fa5168a7b2f45c99903d0b7dfa redis-sentinel-8.10.0-1-linux-amd64-debian-12.tar.gz
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
a94f12443499d56609130bc2732131607f65e939e83eb20a7795c63d937f6f13 redis-sentinel-8.10.0-1-linux-arm64-debian-12.tar.gz
|
||||||
Reference in New Issue
Block a user