[bitnami/argo-cd] Release 3.3.6-debian-12-r0 (#91865)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-03-31 09:38:44 +02:00 committed by GitHub
parent 5a6d69d040
commit 2d1ffbea89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 23 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-03-25T18:16:28Z" \
org.opencontainers.image.created="2026-03-27T15:12:11Z" \
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.5"
org.opencontainers.image.version="3.3.6"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
COMPONENTS=( \
"nss-wrapper-1.1.16-0-linux-${OS_ARCH}-debian-12" \
"helm-4.1.3-0-linux-${OS_ARCH}-debian-12" \
"argo-cd-3.3.5-0-linux-${OS_ARCH}-debian-12" \
"argo-cd-3.3.6-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -49,7 +49,7 @@ RUN uninstall_packages curl
COPY rootfs /
RUN /opt/bitnami/scripts/argo-cd/postunpack.sh
ENV APP_VERSION="3.3.5" \
ENV APP_VERSION="3.3.6" \
BITNAMI_APP_NAME="argo-cd" \
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"

View File

@ -34,25 +34,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
## Get this image
The recommended way to get the Bitnami Argo CD Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/argo-cd).
```console
docker pull bitnami/argo-cd:latest
```
To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/argo-cd/tags/) in the Docker Hub Registry.
```console
docker pull bitnami/argo-cd:[TAG]
```
If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values.
```console
git clone https://github.com/bitnami/containers.git
cd bitnami/APP/VERSION/OPERATING-SYSTEM
docker build -t bitnami/APP:latest .
```
The Bitnami Argo CD Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers.
## Configuration