2.3.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-03-24 17:18:36 +00:00
parent 71f40b68fe
commit d41540e807
3 changed files with 6 additions and 6 deletions

View File

@ -13,16 +13,16 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kustomize" "4.5.
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ksonnet" "0.13.1-7" --checksum d0add05910e38e57f69c2ed7bb208ba89a68867495ef0d40e40124b7a58c4ab0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "helm" "3.8.1-0" --checksum 5815537de22de42c15f0d1845db0500107b78a83681a177dc13ea206b9ebb649
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.3.1-0" --checksum d26355039fdbaedb2a8dae712447e43ec6b6930d4e77fc7458ea7645e5f9f4ae
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.3.2-0" --checksum 05795fb2f01e7140ec5b660663be96efd82b7f7a46d99dd5af7734e2b77c5c17
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/argo-cd/postunpack.sh
ENV APP_VERSION="2.3.1" \
ENV APP_VERSION="2.3.2" \
BITNAMI_APP_NAME="argo-cd" \
BITNAMI_IMAGE_VERSION="2.3.1-debian-10-r13" \
BITNAMI_IMAGE_VERSION="2.3.2-debian-10-r0" \
LIBNSS_WRAPPER_PATH="/opt/bitnami/common/lib/libnss_wrapper.so" \
LNAME="argocd" \
NSS_WRAPPER_GROUP="/opt/bitnami/argo-cd/nss_group" \

View File

@ -1,10 +1,10 @@
{
"argo-cd": {
"arch": "amd64",
"digest": "d26355039fdbaedb2a8dae712447e43ec6b6930d4e77fc7458ea7645e5f9f4ae",
"digest": "05795fb2f01e7140ec5b660663be96efd82b7f7a46d99dd5af7734e2b77c5c17",
"distro": "debian-10",
"type": "NAMI",
"version": "2.3.1-0"
"version": "2.3.2-0"
},
"gosu": {
"arch": "amd64",

View File

@ -38,7 +38,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-10`, `2.3.1`, `2.3.1-debian-10-r13`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.3.1-debian-10-r13/2/debian-10/ Dockerfile)
* [`2`, `2-debian-10`, `2.3.2`, `2.3.2-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.3.2-debian-10-r0/2/debian-10/ Dockerfile)
Subscribe to project updates by watching the [bitnami/argo-cd GitHub repo](https://github.com/bitnami/bitnami-docker-argo-cd).