2022.2.18-debian-10-r2 release

This commit is contained in:
Bitnami Bot 2022-02-24 21:44:04 +00:00
parent 770a3c562d
commit 21a2b45a2d
3 changed files with 5 additions and 4 deletions

View File

@ -21,7 +21,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/minio-client/postunpack.sh
RUN /opt/bitnami/scripts/minio/postunpack.sh
ENV BITNAMI_APP_NAME="minio" \
BITNAMI_IMAGE_VERSION="2022.2.18-debian-10-r1" \
BITNAMI_IMAGE_VERSION="2022.2.18-debian-10-r2" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/minio-client/bin:/opt/bitnami/minio/bin:$PATH"
VOLUME [ "/certs", "/data" ]

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

@ -47,7 +47,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/).
* [`2022`, `2022-debian-10`, `2022.2.18`, `2022.2.18-debian-10-r1`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.2.18-debian-10-r1/2022/debian-10/Dockerfile)
* [`2022`, `2022-debian-10`, `2022.2.18`, `2022.2.18-debian-10-r2`, `latest` (2022/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-minio/blob/2022.2.18-debian-10-r2/2022/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/minio GitHub repo](https://github.com/bitnami/bitnami-docker-minio).