2.1.7-debian-10-r6 release

This commit is contained in:
Bitnami Bot
2021-11-24 20:24:53 +00:00
parent 48faf3f94b
commit 7eab15c388
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,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.1.7-debian-10-r5" \
BITNAMI_IMAGE_VERSION="2.1.7-debian-10-r6" \
LIBNSS_WRAPPER_PATH="/opt/bitnami/common/lib/libnss_wrapper.so" \
LNAME="argocd" \
NSS_WRAPPER_GROUP="/opt/bitnami/argo-cd/nss_group" \

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.1.7`, `2.1.7-debian-10-r5`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/2.1.7-debian-10-r5/2/debian-10/ Dockerfile)
* [`2`, `2-debian-10`, `2.1.7`, `2.1.7-debian-10-r6`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.1.7-debian-10-r6/2/debian-10/ Dockerfile)
Subscribe to project updates by watching the [bitnami/argo-cd GitHub repo](https://github.com/bitnami/bitnami-docker-argo-cd).
@@ -112,7 +112,7 @@ To run commands inside this container you can use `docker run`, for example to e
$ docker run --rm --name argo-cd bitnami/argo-cd:latest --help
```
Check the [official Argo CD documentation](https://argoproj.github.io/argo-cd/operator-manual/server-commands/argocd-server/) for the list of the available parameters.
Check the [official Argo CD documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/server-commands/argocd-server/) for the list of the available parameters.
## Contributing