2.4.5-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-07-12 22:52:29 +00:00
committed by Bitnami Containers
parent 006effa90e
commit 054fce25ba
3 changed files with 5 additions and 5 deletions

View File

@@ -12,14 +12,14 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kustomize" "4.5.
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ksonnet" "0.13.1-150" --checksum 0e608e49226f8e76f8f41b4178e5435129a35c221add67e7af2787b4c1b4c0f0 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ksonnet" "0.13.1-150" --checksum 0e608e49226f8e76f8f41b4178e5435129a35c221add67e7af2787b4c1b4c0f0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "helm" "3.9.0-150" --checksum b790f3ffad50bf2a32f5e828ea6beda51b5c6983a8f2f5662d6f1ec63bfb2f37 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "helm" "3.9.0-150" --checksum b790f3ffad50bf2a32f5e828ea6beda51b5c6983a8f2f5662d6f1ec63bfb2f37
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.4.4-0" --checksum 9d86e48bc534e7d667ad917c76d865236d073da445565641f4eacb545ad79c81 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.4.5-0" --checksum ab277d54a5bc9fe47492b05a5baf09a329ee68a5f9c865c9ffc5525d3a71f036
RUN apt-get update && apt-get upgrade -y && \ RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami RUN chmod g+rwX /opt/bitnami
COPY rootfs / COPY rootfs /
RUN /opt/bitnami/scripts/argo-cd/postunpack.sh RUN /opt/bitnami/scripts/argo-cd/postunpack.sh
ENV APP_VERSION="2.4.4" \ ENV APP_VERSION="2.4.5" \
BITNAMI_APP_NAME="argo-cd" \ BITNAMI_APP_NAME="argo-cd" \
PATH="/opt/bitnami/kustomize/bin:/opt/bitnami/ksonnet/bin:/opt/bitnami/helm/bin:/opt/bitnami/common/bin:/opt/bitnami/argo-cd/bin:/opt/bitnami/argo-cd/hack:$PATH" PATH="/opt/bitnami/kustomize/bin:/opt/bitnami/ksonnet/bin:/opt/bitnami/helm/bin:/opt/bitnami/common/bin:/opt/bitnami/argo-cd/bin:/opt/bitnami/argo-cd/hack:$PATH"

View File

@@ -1,10 +1,10 @@
{ {
"argo-cd": { "argo-cd": {
"arch": "amd64", "arch": "amd64",
"digest": "9d86e48bc534e7d667ad917c76d865236d073da445565641f4eacb545ad79c81", "digest": "ab277d54a5bc9fe47492b05a5baf09a329ee68a5f9c865c9ffc5525d3a71f036",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "2.4.4-0" "version": "2.4.5-0"
}, },
"gosu": { "gosu": {
"arch": "amd64", "arch": "amd64",

View File

@@ -35,7 +35,7 @@ $ docker-compose up -d
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`2`, `2-debian-11`, `2.4.4`, `2.4.4-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.4.4-debian-11-r1/2/debian-11/ Dockerfile) * [`2`, `2-debian-11`, `2.4.5`, `2.4.5-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.4.5-debian-11-r0/2/debian-11/ Dockerfile)
Subscribe to project updates by watching the [bitnami/argo-cd GitHub repo](https://github.com/bitnami/bitnami-docker-argo-cd). Subscribe to project updates by watching the [bitnami/argo-cd GitHub repo](https://github.com/bitnami/bitnami-docker-argo-cd).