3.6.3-debian-10-r286 release

This commit is contained in:
Bitnami Bot
2022-03-25 23:30:33 +00:00
parent 601ed0a3d7
commit 4f4ed2e1ba
4 changed files with 3 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/zookeeper/postunpack.sh
ENV APP_VERSION="3.6.3" \
BITNAMI_APP_NAME="zookeeper" \
BITNAMI_IMAGE_VERSION="3.6.3-debian-10-r285"
BITNAMI_IMAGE_VERSION="3.6.3-debian-10-r286"
EXPOSE 2181 2888 3888 8080

View File

@@ -392,10 +392,6 @@ web_server_update_app_configuration() {
--hosts \
| --server-name \
| --server-aliases \
| --enable-http \
| --enable-https \
| --disable-http \
| --disable-https \
| --http-port \
| --https-port \
)

View File

@@ -9,6 +9,7 @@
# 4. Environment variables set externally (i.e. current Bash context/Dockerfile/userdata)
# Load logging library
# shellcheck disable=SC1090,SC1091
. /opt/bitnami/scripts/liblog.sh
export BITNAMI_ROOT_DIR="/opt/bitnami"