[bitnami/argo-cd] Release 3.3.1-debian-12-r0 (#90791)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-02-18 14:22:05 +01:00
committed by GitHub
parent 9e0b939d69
commit df94fc10f7
2 changed files with 6 additions and 14 deletions

View File

@@ -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="2026-02-09T21:03:30Z" \
org.opencontainers.image.created="2026-02-18T12:53:29Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/argo-cd/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/argo-cd" \
org.opencontainers.image.title="argo-cd" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="3.3.0"
org.opencontainers.image.version="3.3.1"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -29,8 +29,8 @@ 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=( \
"nss-wrapper-1.1.16-0-linux-${OS_ARCH}-debian-12" \
"helm-4.1.0-0-linux-${OS_ARCH}-debian-12" \
"argo-cd-3.3.0-3-linux-${OS_ARCH}-debian-12" \
"helm-4.1.1-0-linux-${OS_ARCH}-debian-12" \
"argo-cd-3.3.1-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -49,9 +49,9 @@ RUN uninstall_packages curl
COPY rootfs /
RUN /opt/bitnami/scripts/argo-cd/postunpack.sh
ENV APP_VERSION="3.3.0" \
ENV APP_VERSION="3.3.1" \
BITNAMI_APP_NAME="argo-cd" \
IMAGE_REVISION="4" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/helm/bin:/opt/bitnami/argo-cd/bin:/opt/bitnami/argo-cd/hack:/opt/bitnami/ksonnet/bin:/opt/bitnami/kustomize/bin:$PATH"
USER 1001

View File

@@ -106,14 +106,6 @@ The Bitnami Argo CD Docker image from the [Bitnami Secure Images](https://go-vmw
- 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.