[bitnami/fluxcd-kustomize-controller] Release 1.7.0-debian-12-r1 (#86996)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-10-07 15:00:22 +02:00
committed by GitHub
parent bb513eb594
commit 343fc0513e

View File

@@ -7,7 +7,7 @@ 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-09-25T15:50:07Z" \
org.opencontainers.image.created="2025-10-07T12:28:54Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-kustomize-controller/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-kustomize-controller" \
@@ -47,7 +47,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="1.7.0" \
BITNAMI_APP_NAME="fluxcd-kustomize-controller" \
IMAGE_REVISION="0" \
IMAGE_REVISION="1" \
PATH="/opt/bitnami/fluxcd-kustomize-controller/bin:$PATH"
USER 1001