[bitnami/cloudnative-pg] Release 1.29.0-debian-12-r2 (#92578)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-04-21 12:02:05 +02:00 committed by GitHub
parent d977e4bb2c
commit 6a2d418c3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ ARG TARGETARCH
ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2026-04-07T22:41:11Z" \
org.opencontainers.image.created="2026-04-21T09:41:58Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.title="cloudnative-pg" \
org.opencontainers.image.vendor="Broadcom, Inc." \
@ -54,7 +54,7 @@ COPY --from=builder /opt/bitnami/cloudnative-pg/licenses /opt/bitnami/cloudnativ
ENV APP_VERSION="1.29.0" \
BITNAMI_APP_NAME="cloudnative-pg" \
IMAGE_REVISION="1" \
IMAGE_REVISION="2" \
PATH="/operator:$PATH"
USER 1001