2.2.5-debian-10-r15 release

This commit is contained in:
Bitnami Bot
2022-02-25 01:39:40 +00:00
parent bbe9421fc2
commit 630552a1f3
3 changed files with 5 additions and 4 deletions

View File

@@ -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-r14" \
BITNAMI_IMAGE_VERSION="2.2.5-debian-10-r15" \
LIBNSS_WRAPPER_PATH="/opt/bitnami/common/lib/libnss_wrapper.so" \
LNAME="argocd" \
NSS_WRAPPER_GROUP="/opt/bitnami/argo-cd/nss_group" \

View File

@@ -74,8 +74,9 @@ is_dir_empty() {
# boolean
#########################
is_mounted_dir_empty() {
local dir="${1:?missing directory}"
local -r path="${1:?missing directory}"
# Calculate real path in order to avoid issues with symlinks
local -r dir="$(realpath "$path")"
if is_dir_empty "$dir" || find "$dir" -mindepth 1 -maxdepth 1 -not -name ".snapshot" -not -name "lost+found" -exec false {} +; then
true
else

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