From 05ef9b37de83449659b3b7293f695a197b3e6e2c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 27 Nov 2025 18:02:18 +0100 Subject: [PATCH] [bitnami/flux] Release 2.7.5-debian-12-r0 (#88588) Signed-off-by: Bitnami Bot --- bitnami/flux/2/debian-12/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/flux/2/debian-12/Dockerfile b/bitnami/flux/2/debian-12/Dockerfile index cf727bd66307..d2a95e420315 100644 --- a/bitnami/flux/2/debian-12/Dockerfile +++ b/bitnami/flux/2/debian-12/Dockerfile @@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-11-24T16:23:43Z" \ + org.opencontainers.image.created="2025-11-27T16:51:57Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/flux/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/flux" \ org.opencontainers.image.title="flux" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="2.7.4" + org.opencontainers.image.version="2.7.5" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ "kubectl-1.34.2-0-linux-${OS_ARCH}-debian-12" \ - "flux-2.7.4-0-linux-${OS_ARCH}-debian-12" \ + "flux-2.7.5-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -46,7 +46,7 @@ RUN useradd -r -u 1001 -g root flux RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true RUN uninstall_packages curl -ENV APP_VERSION="2.7.4" \ +ENV APP_VERSION="2.7.5" \ BITNAMI_APP_NAME="flux" \ IMAGE_REVISION="0" \ PATH="/opt/bitnami/kubectl/bin:/opt/bitnami/flux/bin:$PATH"