2.2.5-debian-10-r11 release

This commit is contained in:
Bitnami Bot
2022-02-18 20:56:42 +00:00
parent 41e6d59a88
commit 53c05851bd
3 changed files with 12 additions and 12 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.2-2" --checksum 36bd1af0b15f3f8bae64101a5f5decf1c1c3a30809bf2bf7146e7a8981882938
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ksonnet" "0.13.1-5" --checksum 8f4c68b1ed1fcbba8a7f4ca8f3d396ead5ecbc8d77f6d8de502bef94f47dfa31
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "helm" "3.8.0-2" --checksum 8ef06f47a0a68457511a5fe342a744608ce8b55b323e765cc37241974a0cd96f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-5" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.2.5-2" --checksum 547301c2f6ab6cf6c17dee9ebb76c04bf122024db1bed033d58d69208b13212e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kustomize" "4.5.2-3" --checksum 36bd1af0b15f3f8bae64101a5f5decf1c1c3a30809bf2bf7146e7a8981882938
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ksonnet" "0.13.1-6" --checksum 8f4c68b1ed1fcbba8a7f4ca8f3d396ead5ecbc8d77f6d8de502bef94f47dfa31
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "helm" "3.8.0-3" --checksum 8ef06f47a0a68457511a5fe342a744608ce8b55b323e765cc37241974a0cd96f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.2.5-3" --checksum 547301c2f6ab6cf6c17dee9ebb76c04bf122024db1bed033d58d69208b13212e
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-r10" \
BITNAMI_IMAGE_VERSION="2.2.5-debian-10-r11" \
LIBNSS_WRAPPER_PATH="/opt/bitnami/common/lib/libnss_wrapper.so" \
LNAME="argocd" \
NSS_WRAPPER_GROUP="/opt/bitnami/argo-cd/nss_group" \