From fed262a56b928c5eb070b9371c9cf5e7d8453ea0 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 2 Mar 2022 04:45:20 +0000 Subject: [PATCH] 3.3.0-debian-10-r56 release --- bitnami/parse-dashboard/3/debian-10/Dockerfile | 10 +++++----- .../opt/bitnami/.bitnami_components.json | 16 ++++++++-------- .../prebuildfs/opt/bitnami/scripts/libfs.sh | 5 ++--- bitnami/parse-dashboard/README.md | 2 +- 4 files changed, 16 insertions(+), 17 deletions(-) diff --git a/bitnami/parse-dashboard/3/debian-10/Dockerfile b/bitnami/parse-dashboard/3/debian-10/Dockerfile index 3880e0e77807..c050cde6ac8e 100644 --- a/bitnami/parse-dashboard/3/debian-10/Dockerfile +++ b/bitnami/parse-dashboard/3/debian-10/Dockerfile @@ -9,10 +9,10 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip jq libbz2-1.0 libc6 libffi6 libgcc1 liblzma5 libncursesw6 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 procps tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-36" --checksum 5c171174be6888598db66cc9f7ce56431257109397c2a83904b86d81dd32368f -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.10-3" --checksum 8d2996e363a66d94c6b633bd0550de723b884725a4b2c182199989b3a9eaaec1 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse-dashboard" "3.3.0-6" --checksum 7b0964ea24984ef443f7029c8b2c8bf2e5438d2bc30747a2d8258643796846e6 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-37" --checksum 3272da2099afdae735a7d3fb199e83f3bd74b44ebf6953e2f9a3dd0ad45091d1 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.10-4" --checksum d294bbf768d7c3efcd9ba39a5cb2ddb6487cb328dead59d342a8e071d2e1a78d +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse-dashboard" "3.3.0-7" --checksum 1a7de4dc24a982b4e2872be46d9b99d993ebffa360726ebe3871ab61b686cb52 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami @@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/parse-dashboard/postunpack.sh ENV BITNAMI_APP_NAME="parse-dashboard" \ - BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r55" \ + BITNAMI_IMAGE_VERSION="3.3.0-debian-10-r56" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/parse-dashboard/bin:/opt/bitnami/common/bin:$PATH" EXPOSE 3000 4040 diff --git a/bitnami/parse-dashboard/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/parse-dashboard/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 4d0ad27c2088..e1d1629f0f77 100644 --- a/bitnami/parse-dashboard/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/parse-dashboard/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,30 +1,30 @@ { "gosu": { "arch": "amd64", - "digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664", + "digest": "d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1", "distro": "debian-10", "type": "NAMI", - "version": "1.14.0-6" + "version": "1.14.0-7" }, "node": { "arch": "amd64", - "digest": "8d2996e363a66d94c6b633bd0550de723b884725a4b2c182199989b3a9eaaec1", + "digest": "d294bbf768d7c3efcd9ba39a5cb2ddb6487cb328dead59d342a8e071d2e1a78d", "distro": "debian-10", "type": "NAMI", - "version": "12.22.10-3" + "version": "12.22.10-4" }, "parse-dashboard": { "arch": "amd64", - "digest": "7b0964ea24984ef443f7029c8b2c8bf2e5438d2bc30747a2d8258643796846e6", + "digest": "1a7de4dc24a982b4e2872be46d9b99d993ebffa360726ebe3871ab61b686cb52", "distro": "debian-10", "type": "NAMI", - "version": "3.3.0-6" + "version": "3.3.0-7" }, "python": { "arch": "amd64", - "digest": "5c171174be6888598db66cc9f7ce56431257109397c2a83904b86d81dd32368f", + "digest": "3272da2099afdae735a7d3fb199e83f3bd74b44ebf6953e2f9a3dd0ad45091d1", "distro": "debian-10", "type": "NAMI", - "version": "3.8.12-36" + "version": "3.8.12-37" } } \ No newline at end of file diff --git a/bitnami/parse-dashboard/3/debian-10/prebuildfs/opt/bitnami/scripts/libfs.sh b/bitnami/parse-dashboard/3/debian-10/prebuildfs/opt/bitnami/scripts/libfs.sh index 21b964ff1cf4..1b504b1df458 100644 --- a/bitnami/parse-dashboard/3/debian-10/prebuildfs/opt/bitnami/scripts/libfs.sh +++ b/bitnami/parse-dashboard/3/debian-10/prebuildfs/opt/bitnami/scripts/libfs.sh @@ -74,9 +74,8 @@ is_dir_empty() { # boolean ######################### is_mounted_dir_empty() { - local -r path="${1:?missing directory}" - # Calculate real path in order to avoid issues with symlinks - local -r dir="$(realpath "$path")" + local dir="${1:?missing directory}" + if is_dir_empty "$dir" || find "$dir" -mindepth 1 -maxdepth 1 -not -name ".snapshot" -not -name "lost+found" -exec false {} +; then true else diff --git a/bitnami/parse-dashboard/README.md b/bitnami/parse-dashboard/README.md index 8abe2508cae2..cc6a06594a52 100644 --- a/bitnami/parse-dashboard/README.md +++ b/bitnami/parse-dashboard/README.md @@ -40,7 +40,7 @@ Non-root container images add an extra layer of security and are generally recom 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/). -* [`3`, `3-debian-10`, `3.3.0`, `3.3.0-debian-10-r55`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-10-r55/3/debian-10/Dockerfile) +* [`3`, `3-debian-10`, `3.3.0`, `3.3.0-debian-10-r56`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse-dashboard/blob/3.3.0-debian-10-r56/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/parse-dashboard GitHub repo](https://github.com/bitnami/bitnami-docker-parse-dashboard).