[bitnami/geode] Release 1.15.0-debian-11-r38 (#10728)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
7b2990afea
commit
f3e0212ea2
|
|
@ -5,7 +5,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="1.15.0-debian-11-r37" \
|
||||
org.opencontainers.image.ref.name="1.15.0-debian-11-r38" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/geode" \
|
||||
org.opencontainers.image.title="geode" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
|
|||
|
|
@ -446,14 +446,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/geode-backups:/backups --volumes-from geode busybox \
|
||||
cp -a /bitnami/geode:latest /backups/latest
|
||||
cp -a /bitnami/geode /backups/latest
|
||||
```
|
||||
|
||||
Or using Docker Compose:
|
||||
|
||||
```console
|
||||
$ docker run --rm -v /path/to/geode-backups:/backups --volumes-from `docker-compose ps -q geode` busybox \
|
||||
cp -a /bitnami/geode:latest /backups/latest
|
||||
cp -a /bitnami/geode /backups/latest
|
||||
```
|
||||
|
||||
### Restoring a backup
|
||||
|
|
@ -526,7 +526,7 @@ $ docker-compose up geode
|
|||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this Docker image. 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 Docker image. 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