2.3.2-debian-10-r1 release
This commit is contained in:
parent
d41540e807
commit
b463262a51
|
|
@ -9,7 +9,7 @@ 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-4" --checksum eb65852edea7e3490c15b3a016e5e17ef1beec9aca862661a86c2e6f9b07f2cc
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kustomize" "4.5.3-0" --checksum ad6ad58fe861ce44d4d436b9f12378acb6c336997719bc25551240bd81e5b280
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ksonnet" "0.13.1-7" --checksum d0add05910e38e57f69c2ed7bb208ba89a68867495ef0d40e40124b7a58c4ab0
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "helm" "3.8.1-0" --checksum 5815537de22de42c15f0d1845db0500107b78a83681a177dc13ea206b9ebb649
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
|
|
@ -22,7 +22,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/argo-cd/postunpack.sh
|
||||
ENV APP_VERSION="2.3.2" \
|
||||
BITNAMI_APP_NAME="argo-cd" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.2-debian-10-r0" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.2-debian-10-r1" \
|
||||
LIBNSS_WRAPPER_PATH="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
||||
LNAME="argocd" \
|
||||
NSS_WRAPPER_GROUP="/opt/bitnami/argo-cd/nss_group" \
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@
|
|||
},
|
||||
"kustomize": {
|
||||
"arch": "amd64",
|
||||
"digest": "eb65852edea7e3490c15b3a016e5e17ef1beec9aca862661a86c2e6f9b07f2cc",
|
||||
"digest": "ad6ad58fe861ce44d4d436b9f12378acb6c336997719bc25551240bd81e5b280",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.5.2-4"
|
||||
"version": "4.5.3-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -392,10 +392,6 @@ web_server_update_app_configuration() {
|
|||
--hosts \
|
||||
| --server-name \
|
||||
| --server-aliases \
|
||||
| --enable-http \
|
||||
| --enable-https \
|
||||
| --disable-http \
|
||||
| --disable-https \
|
||||
| --http-port \
|
||||
| --https-port \
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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.3.2`, `2.3.2-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.3.2-debian-10-r0/2/debian-10/ Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.3.2`, `2.3.2-debian-10-r1`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.3.2-debian-10-r1/2/debian-10/ Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/argo-cd GitHub repo](https://github.com/bitnami/bitnami-docker-argo-cd).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue