[bitnami/zookeeper] Release 3.7.1-debian-11-r104 (#28092)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-22 06:36:08 +01:00
committed by GitHub
parent 5029a08b42
commit 10cae44ef1
2 changed files with 3 additions and 3 deletions

View File

@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-03-19T01:40:43Z" \
org.opencontainers.image.created="2023-03-22T04:43:37Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.7.1-debian-11-r103" \
org.opencontainers.image.ref.name="3.7.1-debian-11-r104" \
org.opencontainers.image.title="zookeeper" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="3.7.1"

View File

@@ -324,7 +324,7 @@ services:
### Setting up an Apache ZooKeeper ensemble
A Apache ZooKeeper (https://zookeeper.apache.org/doc/r3.1.2/zookeeperAdmin.html) cluster can easily be setup with the Bitnami Apache ZooKeeper Docker image using the following environment variables:
An Apache ZooKeeper (<https://zookeeper.apache.org/doc/r3.1.2/zookeeperAdmin.html>) cluster can easily be setup with the Bitnami Apache ZooKeeper Docker image using the following environment variables:
* `ZOO_SERVERS`: Comma, space or semi-colon separated list of servers. This can be done with or without specifying the ID of the server in the ensemble. No defaults. Examples:
* without Server ID - zoo1:2888:3888,zoo2:2888:3888