diff --git a/bitnami/argo-cd/3.3/debian-12/Dockerfile b/bitnami/argo-cd/3.3/debian-12/Dockerfile index cb2a9ea62db0..5bbe93aebbda 100644 --- a/bitnami/argo-cd/3.3/debian-12/Dockerfile +++ b/bitnami/argo-cd/3.3/debian-12/Dockerfile @@ -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" diff --git a/bitnami/argo-cd/README.md b/bitnami/argo-cd/README.md index 034f43b0baf5..a25189d1c24c 100644 --- a/bitnami/argo-cd/README.md +++ b/bitnami/argo-cd/README.md @@ -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