[bitnami/cloudnative-pg] Release 1.27.0-debian-12-r3 (#86855)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-10-03 23:30:29 +02:00
committed by GitHub
parent 05bbdbb36d
commit df9c9159a2

View File

@@ -40,7 +40,7 @@ ARG TARGETARCH
ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2025-09-03T20:46:50Z" \
org.opencontainers.image.created="2025-10-03T21:23:19Z" \
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.27.0" \
BITNAMI_APP_NAME="cloudnative-pg" \
IMAGE_REVISION="2" \
IMAGE_REVISION="3" \
PATH="/operator:$PATH"
USER 1001