[bitnami/zookeeper] Release 3.6.3-debian-11-r53 (#10683)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
de384cd361
commit
3edc7deb87
|
|
@ -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." \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue