3.4.12-debian-9-r41 release
Add retry when setting ACL rules
This commit is contained in:
parent
cedc1bb779
commit
f981284053
|
|
@ -7,12 +7,12 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages libblkid1 libbsd0 libc6 libffi6 libgcc1 libglib2.0-0 libmount1 libpcre3 libselinux1 libstdc++6 libuuid1 libx11-6 libxau6 libxcb1 libxdmcp6 libxext6 zlib1g
|
||||
RUN bitnami-pkg install java-1.8.181-1 --checksum 66bba4b4a2647f981339d306da796905c222057c4277a5ef045e079981a404f4
|
||||
RUN bitnami-pkg unpack zookeeper-3.4.12-11 --checksum 2ace7ace6c65878e785efc096cad399252a6ae896067787824ce4bfc74f2459c
|
||||
RUN bitnami-pkg unpack zookeeper-3.4.12-12 --checksum cd4cbc26234e6a8b428bde77d5e0b48dc625553224576468e3752dad6976ca88
|
||||
|
||||
COPY rootfs /
|
||||
ENV ALLOW_ANONYMOUS_LOGIN="no" \
|
||||
BITNAMI_APP_NAME="zookeeper" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.12-debian-9-r40" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.12-debian-9-r41" \
|
||||
JVMFLAGS="" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/zookeeper/bin:$PATH" \
|
||||
ZOO_CLIENT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@ services:
|
|||
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
|
||||
|
||||
|
||||
* [`3-ol-7`, `3.4.12-ol-7-r48` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-ol-7-r48/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.4.12-debian-9-r40`, `3`, `3.4.12`, `3.4.12-r40`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-debian-9-r40/3/Dockerfile)
|
||||
* [`3-ol-7`, `3.4.12-ol-7-r49` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-ol-7-r49/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.4.12-debian-9-r41`, `3`, `3.4.12`, `3.4.12-r41`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-debian-9-r41/3/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/zookeeper GitHub repo](https://github.com/bitnami/bitnami-docker-zookeeper).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue