mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
2.2.4-debian-10-r0 release
This commit is contained in:
@@ -13,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kustomize" "4.5.
|
||||
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.3-2" --checksum a5d5241648b44a900a6f1c5bc470b24ae05b8b480af93ee78a4792171410ea81
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.2.4-0" --checksum f1c3b51cdedd1614c52694a7acd4eccff780258376798c41927261b7a2aa0e2e
|
||||
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-r17" \
|
||||
BITNAMI_IMAGE_VERSION="2.2.4-debian-10-r0" \
|
||||
LIBNSS_WRAPPER_PATH="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
||||
LNAME="argocd" \
|
||||
NSS_WRAPPER_GROUP="/opt/bitnami/argo-cd/nss_group" \
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"argo-cd": {
|
||||
"arch": "amd64",
|
||||
"digest": "a5d5241648b44a900a6f1c5bc470b24ae05b8b480af93ee78a4792171410ea81",
|
||||
"digest": "f1c3b51cdedd1614c52694a7acd4eccff780258376798c41927261b7a2aa0e2e",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.2.3-2"
|
||||
"version": "2.2.4-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -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-r17`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.2.3-debian-10-r17/2/debian-10/ Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.2.4`, `2.2.4-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.2.4-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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user