[bitnami/postgresql-repmgr] Release 15.0.0-debian-11-r1 (#11567)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-10-27 19:22:48 +02:00 committed by GitHub
parent 3a6629c045
commit eeb6efce84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -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="15.0.0-debian-11-r0" \
org.opencontainers.image.ref.name="15.0.0-debian-11-r1" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql-repmgr" \
org.opencontainers.image.title="postgresql-repmgr" \
org.opencontainers.image.vendor="VMware, Inc." \

View File

@ -2,3 +2,4 @@ rolling-tags:
- "15"
- "15-debian-11"
- "15.0.0"
- "latest"

View File

@ -1,7 +1,7 @@
version: '2'
services:
pg-0:
image: docker.io/bitnami/postgresql-repmgr:14
image: docker.io/bitnami/postgresql-repmgr:15
ports:
- 5432
volumes:
@ -19,7 +19,7 @@ services:
- REPMGR_NODE_NETWORK_NAME=pg-0
- REPMGR_PORT_NUMBER=5432
pg-1:
image: docker.io/bitnami/postgresql-repmgr:14
image: docker.io/bitnami/postgresql-repmgr:15
ports:
- 5432
volumes: