0.14.0-debian-10-r28 release

This commit is contained in:
Bitnami Bot
2022-03-01 23:48:27 +00:00
parent 1cc32b1d56
commit 519da4b5b5
4 changed files with 10 additions and 11 deletions

View File

@@ -9,8 +9,8 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "chartmuseum" "0.14.0-3" --checksum 776a202b6885945cab0d5303ee7fab21038642813f99d8373a8ff3c4511490ba
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "chartmuseum" "0.14.0-4" --checksum 7cd5ec9dcb02378a17949e25a94c0ef924eff99df76f2af5dad65765d8fd66d4
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -18,7 +18,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/chartmuseum/postunpack.sh
ENV BITNAMI_APP_NAME="chartmuseum" \
BITNAMI_IMAGE_VERSION="0.14.0-debian-10-r27" \
BITNAMI_IMAGE_VERSION="0.14.0-debian-10-r28" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/chartmuseum/bin:$PATH"
USER 1001

View File

@@ -1,16 +1,16 @@
{
"chartmuseum": {
"arch": "amd64",
"digest": "776a202b6885945cab0d5303ee7fab21038642813f99d8373a8ff3c4511490ba",
"digest": "7cd5ec9dcb02378a17949e25a94c0ef924eff99df76f2af5dad65765d8fd66d4",
"distro": "debian-10",
"type": "NAMI",
"version": "0.14.0-3"
"version": "0.14.0-4"
},
"gosu": {
"arch": "amd64",
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
"digest": "d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-6"
"version": "1.14.0-7"
}
}

View File

@@ -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

View File

@@ -34,7 +34,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/).
* [`0`, `0-debian-10`, `0.14.0`, `0.14.0-debian-10-r27`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-chartmuseum/blob/0.14.0-debian-10-r27/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.14.0`, `0.14.0-debian-10-r28`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-chartmuseum/blob/0.14.0-debian-10-r28/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/chartmuseum GitHub repo](https://github.com/bitnami/bitnami-docker-chartmuseum).