3.6.3-debian-10-r258 release

This commit is contained in:
Bitnami Bot
2022-02-25 04:18:21 +00:00
parent 1c63b8812f
commit e68fde427a
3 changed files with 5 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ RUN ln -s /opt/bitnami/scripts/zookeeper/run.sh /run.sh
COPY rootfs /
RUN /opt/bitnami/scripts/zookeeper/postunpack.sh
ENV BITNAMI_APP_NAME="zookeeper" \
BITNAMI_IMAGE_VERSION="3.6.3-debian-10-r257"
BITNAMI_IMAGE_VERSION="3.6.3-debian-10-r258"
EXPOSE 2181 2888 3888 8080

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

@@ -54,7 +54,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`3.7`, `3.7-debian-10`, `3.7.0`, `3.7.0-debian-10-r301`, `latest` (3.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.7.0-debian-10-r301/3.7/debian-10/Dockerfile)
* [`3.6`, `3.6-debian-10`, `3.6.3`, `3.6.3-debian-10-r257` (3.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.6.3-debian-10-r257/3.6/debian-10/Dockerfile)
* [`3.6`, `3.6-debian-10`, `3.6.3`, `3.6.3-debian-10-r258` (3.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.6.3-debian-10-r258/3.6/debian-10/Dockerfile)
* [`3.5`, `3.5-debian-10`, `3.5.9`, `3.5.9-debian-10-r138` (3.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.5.9-debian-10-r138/3.5/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/zookeeper GitHub repo](https://github.com/bitnami/bitnami-docker-zookeeper).