[bitnami/fluxcd-image-automation-controller] Release 1.0.4-debian-12-r7 (#90612)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-02-11 13:30:47 +01:00
committed by GitHub
parent bac35f6c1e
commit ae5750e4bb
2 changed files with 3 additions and 11 deletions

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="2026-02-06T07:34:03Z" \
org.opencontainers.image.created="2026-02-11T12:14:23Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-image-automation-controller/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/fluxcd-image-automation-controller" \
@@ -28,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=( \
"fluxcd-image-automation-controller-1.0.4-3-linux-${OS_ARCH}-debian-12" \
"fluxcd-image-automation-controller-1.0.4-4-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -47,7 +47,7 @@ RUN uninstall_packages curl
ENV APP_VERSION="1.0.4" \
BITNAMI_APP_NAME="fluxcd-image-automation-controller" \
IMAGE_REVISION="6" \
IMAGE_REVISION="7" \
PATH="/opt/bitnami/fluxcd-image-automation-controller/bin:$PATH"
USER 1001

View File

@@ -107,14 +107,6 @@ The Bitnami Flux Image Automation Controller Docker image from the [Bitnami Secu
- The `docker-compose.yaml` file has been removed, as it was solely intended for internal testing purposes.
## Contributing
We'd love for you to contribute to this Docker image. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
## Issues
If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template.
## License
Copyright &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.