[bitnami/flux] Release 2.7.5-debian-12-r0 (#88588)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
2d34a67135
commit
05ef9b37de
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue