2.4.2-debian-11-r2 release

This commit is contained in:
Bitnami Bot 2022-06-25 04:28:48 +00:00 committed by Bitnami Containers
parent 12fc4f49a2
commit 5ce817c497
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ 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 "helm" "3.9.0-150" --checksum b790f3ffad50bf2a32f5e828ea6beda51b5c6983a8f2f5662d6f1ec63bfb2f37
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.4.2-1" --checksum d5f0cf4cb4767b3b6c8cd4f3a039045db0b1ba5718b546b720a7013c6552e9b2
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.4.2-2" --checksum 6abe9ea5d02e93101fc4d182acc193e14c18ff7128fc387b401183a90ebf077e
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@ -1,10 +1,10 @@
{
"argo-cd": {
"arch": "amd64",
"digest": "d5f0cf4cb4767b3b6c8cd4f3a039045db0b1ba5718b546b720a7013c6552e9b2",
"digest": "6abe9ea5d02e93101fc4d182acc193e14c18ff7128fc387b401183a90ebf077e",
"distro": "debian-11",
"type": "NAMI",
"version": "2.4.2-1"
"version": "2.4.2-2"
},
"gosu": {
"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/).
* [`2`, `2-debian-11`, `2.4.2`, `2.4.2-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.4.2-debian-11-r1/2/debian-11/ Dockerfile)
* [`2`, `2-debian-11`, `2.4.2`, `2.4.2-debian-11-r2`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.4.2-debian-11-r2/2/debian-11/ Dockerfile)
Subscribe to project updates by watching the [bitnami/argo-cd GitHub repo](https://github.com/bitnami/bitnami-docker-argo-cd).