From fb0ed102447302d6020da179c1b22c58f9c8ec0c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 7 Sep 2025 04:48:32 +0200 Subject: [PATCH] [bitnami/redis-cluster] Release 8.2.1-debian-12-r1 (#86042) Signed-off-by: Bitnami Bot --- bitnami/redis-cluster/8.2/debian-12/Dockerfile | 9 ++++----- .../opt/bitnami/.bitnami_components.json | 14 -------------- 2 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 bitnami/redis-cluster/8.2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json diff --git a/bitnami/redis-cluster/8.2/debian-12/Dockerfile b/bitnami/redis-cluster/8.2/debian-12/Dockerfile index bddcf036c44f..317d010d30d5 100644 --- a/bitnami/redis-cluster/8.2/debian-12/Dockerfile +++ b/bitnami/redis-cluster/8.2/debian-12/Dockerfile @@ -6,9 +6,8 @@ FROM docker.io/bitnami/minideb:bookworm ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH -LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ - org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-08-18T20:03:10Z" \ +LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ + org.opencontainers.image.created="2025-09-07T02:31:42Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/redis-cluster/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redis-cluster" \ @@ -29,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "wait-for-port-1.0.10-0-linux-${OS_ARCH}-debian-12" \ + "wait-for-port-1.0.10-1-linux-${OS_ARCH}-debian-12" \ "redis-8.2.1-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -51,7 +50,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/redis-cluster/postunpack.sh ENV APP_VERSION="8.2.1" \ BITNAMI_APP_NAME="redis-cluster" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/redis/bin:$PATH" EXPOSE 6379 diff --git a/bitnami/redis-cluster/8.2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/redis-cluster/8.2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json deleted file mode 100644 index bc08635fab3a..000000000000 --- a/bitnami/redis-cluster/8.2/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "redis": { - "arch": "amd64", - "distro": "debian-12", - "type": "NAMI", - "version": "8.2.1-0" - }, - "wait-for-port": { - "arch": "amd64", - "distro": "debian-12", - "type": "NAMI", - "version": "1.0.10-0" - } -} \ No newline at end of file