3.4.12-ol-7-r33 release

Add Azure Single-VM Support
This commit is contained in:
Bitnami Bot
2018-07-23 08:52:33 +00:00
parent c7dca12848
commit c574c4815d
2 changed files with 3 additions and 3 deletions

View File

@@ -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-5 --checksum 12943f823b3305b996606a90128633a75a880c1443f05dd906cfe6785263ce3f
RUN bitnami-pkg unpack zookeeper-3.4.12-6 --checksum 58e68592429b4a658487157048e092df90a57652afabe5cf9d5fa594b1043dea
COPY rootfs /
ENV ALLOW_ANONYMOUS_LOGIN="no" \
BITNAMI_APP_NAME="zookeeper" \
BITNAMI_IMAGE_VERSION="3.4.12-ol-7-r32" \
BITNAMI_IMAGE_VERSION="3.4.12-ol-7-r33" \
JVMFLAGS="" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/zookeeper/bin:$PATH" \
ZOO_CLIENT_PASSWORD="" \

View File

@@ -37,7 +37,7 @@ 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-r32` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-ol-7-r32/3/ol-7/Dockerfile)
* [`3-ol-7`, `3.4.12-ol-7-r33` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-ol-7-r33/3/ol-7/Dockerfile)
* [`3-debian-9`, `3.4.12-debian-9-r20`, `3`, `3.4.12`, `3.4.12-r20`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.4.12-debian-9-r20/3/Dockerfile)
Subscribe to project updates by watching the [bitnami/zookeeper GitHub repo](https://github.com/bitnami/bitnami-docker-zookeeper).