mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 02:37:20 +08:00
3.4.12-ol-7-r1 release
Support mounting config files for ZooKeeper
This commit is contained in:
@@ -7,12 +7,12 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages glib2 glibc libblkid libffi libgcc libmount libselinux libstdc++ libuuid pcre zlib
|
||||
RUN bitnami-pkg install java-1.8.171-3 --checksum eb0af616b0a3ab12bd8559a36e83246eb10e7893f6a654dc14a462246d433e40
|
||||
RUN bitnami-pkg unpack zookeeper-3.4.12-2 --checksum 527577992444aa9880fec02746108bcd7d4778717be010f21c8f9b6b0025b399
|
||||
RUN bitnami-pkg unpack zookeeper-3.4.12-3 --checksum bd8570df0ae7c8409c3267c0a3c0d737c45c913d38b5f79b5175dcd5156f0d13
|
||||
|
||||
COPY rootfs /
|
||||
ENV ALLOW_ANONYMOUS_LOGIN="no" \
|
||||
BITNAMI_APP_NAME="zookeeper" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.12-ol-7-r0" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.12-ol-7-r1" \
|
||||
JVMFLAGS="" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/zookeeper/bin:$PATH" \
|
||||
ZOO_CLIENT_PASSWORD="" \
|
||||
|
||||
@@ -35,7 +35,7 @@ services:
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`3`, `3.4.12-r25`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-r25/3/Dockerfile)
|
||||
* [`3-ol-7`, `3.4.12-ol-7-r0` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-ol-7-r0/3/ol-7/Dockerfile)
|
||||
* [`3-ol-7`, `3.4.12-ol-7-r1` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-ol-7-r1/3/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/zookeeper GitHub repo](https://github.com/bitnami/bitnami-docker-zookeeper).
|
||||
|
||||
@@ -503,7 +503,7 @@ docker-compose start zookeeper
|
||||
|
||||
# Notable Changes
|
||||
|
||||
## 3.4.12-r25
|
||||
## 3.4.12-r24
|
||||
|
||||
- Configuration is not persisted, it is regenerated each time the container is created or it is used as volume.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user