3.5.9-debian-10-r58 release

This commit is contained in:
Bitnami Bot
2021-12-01 17:30:42 +00:00
parent f792b99b5b
commit 4762e210b8
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 netcat procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-1" --checksum 28dc75dff64df07e67b711d20859c24ebc996db0eaac06138553341d0f769299
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.1-3" --checksum 9e18c6c3411e702eb16aa60dc77baf3fd9af8d5beb2623936ef3af343d5ffd5b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.13-0" --checksum 9552e53ccd3b0ec85a82c31c26a1462260e28b7c58770a5c53560afb02ec66d9
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "zookeeper" "3.5.9-0" --checksum 72119e53300c2d088f47920dc5f26261f265cd5e1bfac9d432bcb1ed3ea54efa
@@ -21,7 +21,7 @@ RUN ln -s /opt/bitnami/scripts/zookeeper/run.sh /run.sh
COPY rootfs /
RUN /opt/bitnami/scripts/zookeeper/postunpack.sh
ENV BITNAMI_APP_NAME="zookeeper" \
BITNAMI_IMAGE_VERSION="3.5.9-debian-10-r57"
BITNAMI_IMAGE_VERSION="3.5.9-debian-10-r58"
EXPOSE 2181 2888 3888 8080

View File

@@ -15,10 +15,10 @@
},
"wait-for-port": {
"arch": "amd64",
"digest": "28dc75dff64df07e67b711d20859c24ebc996db0eaac06138553341d0f769299",
"digest": "9e18c6c3411e702eb16aa60dc77baf3fd9af8d5beb2623936ef3af343d5ffd5b",
"distro": "debian-10",
"type": "NAMI",
"version": "1.0.1-1"
"version": "1.0.1-3"
},
"zookeeper": {
"arch": "amd64",

View File

@@ -55,7 +55,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`3.7`, `3.7-debian-10`, `3.7.0`, `3.7.0-debian-10-r219`, `latest` (3.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.7.0-debian-10-r219/3.7/debian-10/Dockerfile)
* [`3.6`, `3.6-debian-10`, `3.6.3`, `3.6.3-debian-10-r175` (3.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.6.3-debian-10-r175/3.6/debian-10/Dockerfile)
* [`3.5`, `3.5-debian-10`, `3.5.9`, `3.5.9-debian-10-r57` (3.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.5.9-debian-10-r57/3.5/debian-10/Dockerfile)
* [`3.5`, `3.5-debian-10`, `3.5.9`, `3.5.9-debian-10-r58` (3.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-zookeeper/blob/3.5.9-debian-10-r58/3.5/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/zookeeper GitHub repo](https://github.com/bitnami/bitnami-docker-zookeeper).