2.2.3-debian-10-r8 release

This commit is contained in:
Bitnami Bot
2022-01-25 15:33:56 +00:00
parent 1c263e6cca
commit 1018883f0a
3 changed files with 11 additions and 11 deletions

View File

@@ -11,9 +11,9 @@ COPY prebuildfs /
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-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
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "helm" "3.8.0-0" --checksum 3377b554cbd3461aa0213d3bfc4da04f89fa0068388ef9b39651a6c31a311fd9
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.2.3-2" --checksum a5d5241648b44a900a6f1c5bc470b24ae05b8b480af93ee78a4792171410ea81
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -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-r7" \
BITNAMI_IMAGE_VERSION="2.2.3-debian-10-r8" \
LIBNSS_WRAPPER_PATH="/opt/bitnami/common/lib/libnss_wrapper.so" \
LNAME="argocd" \
NSS_WRAPPER_GROUP="/opt/bitnami/argo-cd/nss_group" \

View File

@@ -1,24 +1,24 @@
{
"argo-cd": {
"arch": "amd64",
"digest": "15e2e2758cb367d5bd6a9f2a47a8a7b044b8756fb018e5517ada0b27d73fc56c",
"digest": "a5d5241648b44a900a6f1c5bc470b24ae05b8b480af93ee78a4792171410ea81",
"distro": "debian-10",
"type": "NAMI",
"version": "2.2.3-1"
"version": "2.2.3-2"
},
"gosu": {
"arch": "amd64",
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-2"
"version": "1.14.0-3"
},
"helm": {
"arch": "amd64",
"digest": "52a40c9ca04c0c005a28cd689b142f65b5739606cb8e536fa92b0f3be6298e81",
"digest": "3377b554cbd3461aa0213d3bfc4da04f89fa0068388ef9b39651a6c31a311fd9",
"distro": "debian-10",
"type": "NAMI",
"version": "3.7.2-2"
"version": "3.8.0-0"
},
"ksonnet": {
"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.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)
* [`2`, `2-debian-10`, `2.2.3`, `2.2.3-debian-10-r8`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.2.3-debian-10-r8/2/debian-10/ Dockerfile)
Subscribe to project updates by watching the [bitnami/argo-cd GitHub repo](https://github.com/bitnami/bitnami-docker-argo-cd).