[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:
parent
a721796683
commit
724e9029d4
|
|
@ -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." \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue