[bitnami/zookeeper] Release 3.7.1-debian-11-r59 (#12759)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-11-06 08:50:29 +01:00 committed by GitHub
parent a721796683
commit 724e9029d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="3.7.1-debian-11-r58" \
org.opencontainers.image.ref.name="3.7.1-debian-11-r59" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/zookeeper" \
org.opencontainers.image.title="zookeeper" \
org.opencontainers.image.vendor="VMware, Inc." \

View File

@ -158,6 +158,7 @@ zookeeper_initialize() {
if is_boolean_yes "$ZOO_ENABLE_PROMETHEUS_METRICS"; then
zookeeper_enable_prometheus_metrics "$ZOO_CONF_FILE"
fi
zookeeper_export_jvmflags "-Dzookeeper.electionPortBindRetry=0"
else
info "User injected custom configuration detected!"
fi