2.2.5-debian-10-r5 release

This commit is contained in:
Bitnami Bot
2022-02-12 00:01:02 +00:00
parent d1b2144384
commit 6668f20983
3 changed files with 17 additions and 17 deletions

View File

@@ -9,11 +9,11 @@ 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.5.1-0" --checksum 785513667bd5d6eb97514b876edfa3577b9effd665611f3a759aedf448fedaed
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.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.5-0" --checksum 87d8143bc6fdc035a5b88d9b61bdc9987023f42b29b35bbb930568bccb42937e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kustomize" "4.5.2-1" --checksum 040f7cbcd104cc77ce163f419a6013f8b406f91d31c8efa1d0404aeed9c8abc3
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ksonnet" "0.13.1-4" --checksum 3b610986535c1d353a57b9ae83560760e3f970b3c74c493ea3226769cc6216f4
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "helm" "3.8.0-1" --checksum 8a38c29be559d10367c1e5fdca9eeffe930a119275455ec2f010198de5d747c8
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.2.5-1" --checksum e7d1709cace797a94f333c94669ebff041e729ef27b562e86d28e0423801f454
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.5-debian-10-r4" \
BITNAMI_IMAGE_VERSION="2.2.5-debian-10-r5" \
LIBNSS_WRAPPER_PATH="/opt/bitnami/common/lib/libnss_wrapper.so" \
LNAME="argocd" \
NSS_WRAPPER_GROUP="/opt/bitnami/argo-cd/nss_group" \

View File

@@ -1,37 +1,37 @@
{
"argo-cd": {
"arch": "amd64",
"digest": "87d8143bc6fdc035a5b88d9b61bdc9987023f42b29b35bbb930568bccb42937e",
"digest": "e7d1709cace797a94f333c94669ebff041e729ef27b562e86d28e0423801f454",
"distro": "debian-10",
"type": "NAMI",
"version": "2.2.5-0"
"version": "2.2.5-1"
},
"gosu": {
"arch": "amd64",
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-3"
"version": "1.14.0-4"
},
"helm": {
"arch": "amd64",
"digest": "3377b554cbd3461aa0213d3bfc4da04f89fa0068388ef9b39651a6c31a311fd9",
"digest": "8a38c29be559d10367c1e5fdca9eeffe930a119275455ec2f010198de5d747c8",
"distro": "debian-10",
"type": "NAMI",
"version": "3.8.0-0"
"version": "3.8.0-1"
},
"ksonnet": {
"arch": "amd64",
"digest": "2764f6ab96b61568479aab176d326e2f0e66a914662f165b77630a66be3bacaf",
"digest": "3b610986535c1d353a57b9ae83560760e3f970b3c74c493ea3226769cc6216f4",
"distro": "debian-10",
"type": "NAMI",
"version": "0.13.1-3"
"version": "0.13.1-4"
},
"kustomize": {
"arch": "amd64",
"digest": "785513667bd5d6eb97514b876edfa3577b9effd665611f3a759aedf448fedaed",
"digest": "040f7cbcd104cc77ce163f419a6013f8b406f91d31c8efa1d0404aeed9c8abc3",
"distro": "debian-10",
"type": "NAMI",
"version": "4.5.1-0"
"version": "4.5.2-1"
}
}

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