[bitnami/zookeeper] Release 3.8.4-debian-12-r1 (#64519)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
fc0c5d11fa
commit
1bce9334cf
|
|
@ -7,10 +7,10 @@ ARG TARGETARCH
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2024-03-07T01:06:23Z" \
|
||||
org.opencontainers.image.created="2024-03-31T20:19:23Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.8.4-debian-12-r0" \
|
||||
org.opencontainers.image.ref.name="3.8.4-debian-12-r1" \
|
||||
org.opencontainers.image.title="zookeeper" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.8.4"
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ print_image_welcome_page() {
|
|||
info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
|
||||
info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
|
||||
info "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
|
||||
info "Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit ${BOLD}https://bitnami.com/enterprise${RESET}"
|
||||
info ""
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -168,10 +168,13 @@ docker-compose up -d
|
|||
|
||||
| Name | Description | Default Value |
|
||||
|--------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
|
||||
| `ZOO_DATA_LOG_DIR` | ZooKeeper directory where data is stored. | `nil` |
|
||||
| `ZOO_PORT_NUMBER` | ZooKeeper client port. | `2181` |
|
||||
| `ZOO_SERVER_ID` | ID of the server in the ensemble. | `1` |
|
||||
| `ZOO_SERVERS` | Comma, space or semi-colon separated list of servers. | `nil` |
|
||||
| `ZOO_ENABLE_ADMIN_SERVER` | Whether to enable the ZooKeeper admin server. | `yes` |
|
||||
| `ZOO_ADMIN_SERVER_PORT_NUMBER` | ZooKeeper admin server port. | `8080` |
|
||||
| `ZOO_PEER_TYPE` | Zookeeper Node Peer type | `nil` |
|
||||
| `ZOO_TICK_TIME` | Basic time unit in milliseconds used by ZooKeeper for heartbeats. | `2000` |
|
||||
| `ZOO_INIT_LIMIT` | ZooKeeper uses to limit the length of time the ZooKeeper servers in quorum have to connect to a leader | `10` |
|
||||
| `ZOO_SYNC_LIMIT` | How far out of date a server can be from a leader. | `5` |
|
||||
|
|
@ -191,31 +194,46 @@ docker-compose up -d
|
|||
| `ZOO_HC_TIMEOUT` | Timeout for the Zookeeper healthcheck script (in seconds). | `5` |
|
||||
| `ZOO_TLS_CLIENT_ENABLE` | Enable TLS for client communication. | `false` |
|
||||
| `ZOO_TLS_PORT_NUMBER` | Zookeeper TLS port. | `3181` |
|
||||
| `ZOO_TLS_CLIENT_KEYSTORE_FILE` | KeyStore file. | `nil` |
|
||||
| `ZOO_TLS_CLIENT_KEYSTORE_PASSWORD` | KeyStore file password. | `nil` |
|
||||
| `ZOO_TLS_CLIENT_TRUSTSTORE_FILE` | TrustStore file. | `nil` |
|
||||
| `ZOO_TLS_CLIENT_TRUSTSTORE_PASSWORD` | TrustStore file password. | `nil` |
|
||||
| `ZOO_TLS_CLIENT_AUTH` | Specifies options to authenticate TLS connections from clients. Available values are: `none`, `want`, `need`. | `need` |
|
||||
| `ZOO_TLS_QUORUM_ENABLE` | Enable TLS for quorum communication. | `false` |
|
||||
| `ZOO_TLS_QUORUM_KEYSTORE_FILE` | KeyStore file. | `nil` |
|
||||
| `ZOO_TLS_QUORUM_KEYSTORE_PASSWORD` | KeyStore file password. | `nil` |
|
||||
| `ZOO_TLS_QUORUM_TRUSTSTORE_FILE` | TrustStore file. | `nil` |
|
||||
| `ZOO_TLS_QUORUM_TRUSTSTORE_PASSWORD` | TrustStore file password. | `nil` |
|
||||
| `ZOO_TLS_QUORUM_CLIENT_AUTH` | Specifies options to authenticate TLS connections from clients. Available values are: `none`, `want`, `need`. | `need` |
|
||||
| `JVMFLAGS` | Default JVMFLAGS for the ZooKeeper process. | `nil` |
|
||||
| `ZOO_HEAP_SIZE` | Size in MB for the Java Heap options (Xmx and XMs). This env var is ignored if Xmx an Xms are configured via `JVMFLAGS`. | `1024` |
|
||||
| `ALLOW_ANONYMOUS_LOGIN` | If set to true, Allow to accept connections from unauthenticated users | `no` |
|
||||
| `ZOO_ENABLE_AUTH` | Enable ZooKeeper auth. It uses SASL/Digest-MD5. | `no` |
|
||||
| `ZOO_CLIENT_USER` | User that will use ZooKeeper clients to auth. | `nil` |
|
||||
| `ZOO_SERVER_USERS` | Comma, semicolon or whitespace separated list of user to be created. | `nil` |
|
||||
| `ZOO_CLIENT_PASSWORD` | Password that will use ZooKeeper clients to auth. | `nil` |
|
||||
| `ZOO_SERVER_PASSWORDS` | Comma, semicolon or whitespace separated list of passwords to assign to users when created. Example: `pass4user1, pass4user2, pass4admin`. | `nil` |
|
||||
| `ZOO_ENABLE_QUORUM_AUTH` | Enable ZooKeeper auth. It uses SASL/Digest-MD5. | `no` |
|
||||
| `ZOO_QUORUM_LEARNER_USER` | User that will be used by the ZooKeeper Quorum Learner to auth with Quorum Servers. | `nil` |
|
||||
| `ZOO_QUORUM_LEARNER_PASSWORD` | Password that will use ZooKeeper Quorum Learner to auth. | `nil` |
|
||||
| `ZOO_QUORUM_SERVER_USERS` | Comma, semicolon or whitespace separated list of quorum users to be created. | `nil` |
|
||||
| `ZOO_QUORUM_SERVER_PASSWORDS` | Comma, semicolon or whitespace separated list of passwords to assign to quorum users when created. Example: `pass4user1, pass4user2, pass4admin`. | `nil` |
|
||||
|
||||
#### Read-only environment variables
|
||||
|
||||
| Name | Description | Value |
|
||||
|------------------------|-------------------------------------------------------|---------------------------------|
|
||||
| `ZOO_BASE_DIR` | ZooKeeper installation directory. | `${BITNAMI_ROOT_DIR}/zookeeper` |
|
||||
| `ZOO_VOLUME_DIR` | ZooKeeper persistence directory. | `/bitnami/zookeeper` |
|
||||
| `ZOO_DATA_DIR` | ZooKeeper directory where data is stored. | `${ZOO_VOLUME_DIR}/data` |
|
||||
| `ZOO_CONF_DIR` | ZooKeeper configuration directory. | `${ZOO_BASE_DIR}/conf` |
|
||||
| `ZOO_DEFAULT_CONF_DIR` | ZooKeeper default configuration directory. | `${ZOO_BASE_DIR}/conf.default` |
|
||||
| `ZOO_CONF_FILE` | ZooKeeper configuration file. | `${ZOO_CONF_DIR}/zoo.cfg` |
|
||||
| `ZOO_LOG_DIR` | Directory where ZooKeeper logs are stored. | `${ZOO_BASE_DIR}/logs` |
|
||||
| `ZOO_LOG_FILE` | Directory where ZooKeeper logs are stored. | `${ZOO_LOG_DIR}/zookeeper.out` |
|
||||
| `ZOO_BIN_DIR` | ZooKeeper directory for binary executables. | `${ZOO_BASE_DIR}/bin` |
|
||||
| `ZOO_TMP_DIR` | Directory where ZooKeeper temporary files are stored. | `${ZOO_BASE_DIR}/tmp` |
|
||||
| `ZOO_PID_FILE` | Path to the PID file for ZooKeeper. | `${ZOO_TMP_DIR}/zookeeper.pid` |
|
||||
| `ZOO_DAEMON_USER` | ZooKeeper system user. | `zookeeper` |
|
||||
| `ZOO_DAEMON_GROUP` | ZooKeeper system group. | `zookeeper` |
|
||||
| Name | Description | Value |
|
||||
|------------------------|---------------------------------------------|---------------------------------|
|
||||
| `ZOO_BASE_DIR` | ZooKeeper installation directory. | `${BITNAMI_ROOT_DIR}/zookeeper` |
|
||||
| `ZOO_VOLUME_DIR` | ZooKeeper persistence directory. | `/bitnami/zookeeper` |
|
||||
| `ZOO_DATA_DIR` | ZooKeeper directory where data is stored. | `${ZOO_VOLUME_DIR}/data` |
|
||||
| `ZOO_CONF_DIR` | ZooKeeper configuration directory. | `${ZOO_BASE_DIR}/conf` |
|
||||
| `ZOO_DEFAULT_CONF_DIR` | ZooKeeper default configuration directory. | `${ZOO_BASE_DIR}/conf.default` |
|
||||
| `ZOO_CONF_FILE` | ZooKeeper configuration file. | `${ZOO_CONF_DIR}/zoo.cfg` |
|
||||
| `ZOO_LOG_DIR` | Directory where ZooKeeper logs are stored. | `${ZOO_BASE_DIR}/logs` |
|
||||
| `ZOO_LOG_FILE` | Directory where ZooKeeper logs are stored. | `${ZOO_LOG_DIR}/zookeeper.out` |
|
||||
| `ZOO_BIN_DIR` | ZooKeeper directory for binary executables. | `${ZOO_BASE_DIR}/bin` |
|
||||
| `ZOO_DAEMON_USER` | ZooKeeper system user. | `zookeeper` |
|
||||
| `ZOO_DAEMON_GROUP` | ZooKeeper system group. | `zookeeper` |
|
||||
|
||||
When you start the Apache ZooKeeper image, you can adjust the configuration of the instance by passing one or more environment variables either on the docker-compose file or on the `docker run` command line. If you want to add a new environment variable:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue