mirror of
https://github.com/bitnami/containers.git
synced 2026-08-08 12:08:25 +08:00
[bitnami/valkey-sentinel] Release 9.1.1-debian-12-r0 (#95821)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,13 +7,13 @@ 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-07-14T09:20:13Z" \
|
org.opencontainers.image.created="2026-07-22T00:59:55Z" \
|
||||||
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/valkey-sentinel/README.md" \
|
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/valkey-sentinel/README.md" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/valkey-sentinel" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/valkey-sentinel" \
|
||||||
org.opencontainers.image.title="valkey-sentinel" \
|
org.opencontainers.image.title="valkey-sentinel" \
|
||||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||||
org.opencontainers.image.version="9.1.0"
|
org.opencontainers.image.version="9.1.1"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||||
@@ -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=( \
|
||||||
"valkey-sentinel-9.1.0-0-linux-${OS_ARCH}-debian-12" \
|
"valkey-sentinel-9.1.1-0-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 \
|
||||||
@@ -48,9 +48,9 @@ RUN uninstall_packages curl
|
|||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/valkey-sentinel/postunpack.sh
|
RUN /opt/bitnami/scripts/valkey-sentinel/postunpack.sh
|
||||||
ENV APP_VERSION="9.1.0" \
|
ENV APP_VERSION="9.1.1" \
|
||||||
BITNAMI_APP_NAME="valkey-sentinel" \
|
BITNAMI_APP_NAME="valkey-sentinel" \
|
||||||
IMAGE_REVISION="6"
|
IMAGE_REVISION="0"
|
||||||
|
|
||||||
EXPOSE 26379
|
EXPOSE 26379
|
||||||
|
|
||||||
|
|||||||
-1
@@ -1 +0,0 @@
|
|||||||
330eb72a4423a71f390ab0f8393e0462e81fa3f7f43d47d7670148e0003d5e28 valkey-sentinel-9.1.0-0-linux-amd64-debian-12.tar.gz
|
|
||||||
-1
@@ -1 +0,0 @@
|
|||||||
a347f69402136d80ca9b8f3648f81342028b77093fe8094d608658262669ec33 valkey-sentinel-9.1.0-0-linux-arm64-debian-12.tar.gz
|
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
c65dc39ba043b06c834df4432141881db6a9fd1c5b0ba78f53e5eeb14196cf87 valkey-sentinel-9.1.1-0-linux-amd64-debian-12.tar.gz
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
c1fa45f5732296e380478a1def7e40ad3897b7e974b2a929c7f31035ec62ebc2 valkey-sentinel-9.1.1-0-linux-arm64-debian-12.tar.gz
|
||||||
Reference in New Issue
Block a user