2.1.3-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-09-30 03:27:02 +00:00
parent 0432e18397
commit 7abd30bd37
3 changed files with 5 additions and 5 deletions

View File

@@ -13,13 +13,13 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kustomize" "4.4.
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ksonnet" "0.13.1-0" --checksum d789f0ddb6cf2351ba09ca3e907ea2e41605067f398aa8fa069bdcfe59a25cd6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "helm" "3.6.3-1" --checksum 7091befd82fa069bdb993898f630fd551118ddb81b80d80c983fb4fa4dca4ede
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.1.2-1" --checksum e46a57747d3cdb9e161a37876a36770ee381785dc1de4a00d2f641628d2bbde2
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.1.3-0" --checksum 1c3c6518bbb63d88695ff6d708de9ad6388688ee274748acd735a59f7b28c9d1
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/argo-cd/postunpack.sh
ENV BITNAMI_APP_NAME="argo-cd" \
BITNAMI_IMAGE_VERSION="2.1.2-debian-10-r14" \
BITNAMI_IMAGE_VERSION="2.1.3-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": "e46a57747d3cdb9e161a37876a36770ee381785dc1de4a00d2f641628d2bbde2",
"digest": "1c3c6518bbb63d88695ff6d708de9ad6388688ee274748acd735a59f7b28c9d1",
"distro": "debian-10",
"type": "NAMI",
"version": "2.1.2-1"
"version": "2.1.3-0"
},
"gosu": {
"arch": "amd64",

View File

@@ -34,7 +34,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.1.2`, `2.1.2-debian-10-r14`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/2.1.2-debian-10-r14/2/debian-10/ Dockerfile)
* [`2`, `2-debian-10`, `2.1.3`, `2.1.3-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/2.1.3-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).