From 3edc7deb87b51ab5fee0368fa8dd79c7bb67c3fc Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 19 Oct 2022 05:53:31 +0200 Subject: [PATCH] [bitnami/zookeeper] Release 3.6.3-debian-11-r53 (#10683) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/zookeeper/3.6/debian-11/Dockerfile | 2 +- bitnami/zookeeper/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/zookeeper/3.6/debian-11/Dockerfile b/bitnami/zookeeper/3.6/debian-11/Dockerfile index 215863503b40..7079e9dd4e10 100644 --- a/bitnami/zookeeper/3.6/debian-11/Dockerfile +++ b/bitnami/zookeeper/3.6/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="3.6.3-debian-11-r52" \ + org.opencontainers.image.ref.name="3.6.3-debian-11-r53" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/zookeeper" \ org.opencontainers.image.title="zookeeper" \ org.opencontainers.image.vendor="VMware, Inc." \ diff --git a/bitnami/zookeeper/README.md b/bitnami/zookeeper/README.md index b8240ee55132..7afa2001efa8 100644 --- a/bitnami/zookeeper/README.md +++ b/bitnami/zookeeper/README.md @@ -484,14 +484,14 @@ We need to mount two volumes in a container we will use to create the backup: a ```console $ docker run --rm -v /path/to/zookeeper-backups:/backups --volumes-from zookeeper busybox \ - cp -a /bitnami/zookeeper:latest /backups/latest + cp -a /bitnami/zookeeper /backups/latest ``` or using Docker Compose: ```console $ docker run --rm -v /path/to/zookeeper-backups:/backups --volumes-from `docker-compose ps -q zookeeper` busybox \ - cp -a /bitnami/zookeeper:latest /backups/latest + cp -a /bitnami/zookeeper /backups/latest ``` ### Restoring a backup @@ -583,7 +583,7 @@ $ docker-compose up zookeeper ## Contributing -We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. +We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. ## Issues