2.2.3-debian-10-r7 release

This commit is contained in:
Bitnami Bot
2022-01-25 02:47:47 +00:00
parent 6d9fc88f71
commit 1c263e6cca
3 changed files with 8 additions and 8 deletions

View File

@@ -9,8 +9,8 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl git git-lfs gnupg gzip libc6 openssh-server procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kustomize" "4.4.1-2" --checksum 49d095c2e7fab41f152aca81e03c166e168d87063148fa771e8b9033d852e441
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ksonnet" "0.13.1-2" --checksum 4c855d79eea3d669c11d89689fae9b396113015b06d9b04da0570b05ec619705
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kustomize" "4.4.1-3" --checksum 11f5998085c070da84c5b413051012c99facd1aae4b9e1b08eca71242c7e95cf
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ksonnet" "0.13.1-3" --checksum 2764f6ab96b61568479aab176d326e2f0e66a914662f165b77630a66be3bacaf
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "helm" "3.7.2-2" --checksum 52a40c9ca04c0c005a28cd689b142f65b5739606cb8e536fa92b0f3be6298e81
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.2.3-1" --checksum 15e2e2758cb367d5bd6a9f2a47a8a7b044b8756fb018e5517ada0b27d73fc56c
@@ -21,7 +21,7 @@ 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.2.3-debian-10-r6" \
BITNAMI_IMAGE_VERSION="2.2.3-debian-10-r7" \
LIBNSS_WRAPPER_PATH="/opt/bitnami/common/lib/libnss_wrapper.so" \
LNAME="argocd" \
NSS_WRAPPER_GROUP="/opt/bitnami/argo-cd/nss_group" \

View File

@@ -22,16 +22,16 @@
},
"ksonnet": {
"arch": "amd64",
"digest": "4c855d79eea3d669c11d89689fae9b396113015b06d9b04da0570b05ec619705",
"digest": "2764f6ab96b61568479aab176d326e2f0e66a914662f165b77630a66be3bacaf",
"distro": "debian-10",
"type": "NAMI",
"version": "0.13.1-2"
"version": "0.13.1-3"
},
"kustomize": {
"arch": "amd64",
"digest": "49d095c2e7fab41f152aca81e03c166e168d87063148fa771e8b9033d852e441",
"digest": "11f5998085c070da84c5b413051012c99facd1aae4b9e1b08eca71242c7e95cf",
"distro": "debian-10",
"type": "NAMI",
"version": "4.4.1-2"
"version": "4.4.1-3"
}
}

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.2.3`, `2.2.3-debian-10-r6`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.2.3-debian-10-r6/2/debian-10/ Dockerfile)
* [`2`, `2-debian-10`, `2.2.3`, `2.2.3-debian-10-r7`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.2.3-debian-10-r7/2/debian-10/ Dockerfile)
Subscribe to project updates by watching the [bitnami/argo-cd GitHub repo](https://github.com/bitnami/bitnami-docker-argo-cd).