[bitnami/postgresql] Release postgresql-14.15.0-debian-12-r14 (#77400)

Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2025-02-12 13:35:07 +01:00 committed by GitHub
parent 5bbfae3df7
commit ff5a1a590c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View File

@ -10,11 +10,11 @@ ARG WITH_ALL_LOCALES="no"
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-02-11T14:40:10Z" \
org.opencontainers.image.created="2025-02-12T12:07:03Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/postgresql/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="14.15.0-debian-12-r13" \
org.opencontainers.image.ref.name="14.15.0-debian-12-r14" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \
org.opencontainers.image.title="postgresql" \
org.opencontainers.image.vendor="Broadcom, Inc." \

View File

@ -6,6 +6,7 @@
# Load libraries
. /opt/bitnami/scripts/libfs.sh
. /opt/bitnami/scripts/libos.sh
. /opt/bitnami/scripts/libpostgresql.sh
# Load PostgreSQL environment variables
@ -30,3 +31,7 @@ cp -r "${POSTGRESQL_CONF_DIR}/"* "$POSTGRESQL_DEFAULT_CONF_DIR"
ln -sf /dev/stdout "$POSTGRESQL_LOG_DIR/postgresql.log"
ln -sf /dev/stdout "$POSTGRESQL_LOG_DIR/postgresql.csv"
ln -sf /dev/stdout "$POSTGRESQL_LOG_DIR/postgresql.json"
# Add extra non-root user for compatibility with cloudnative-pg
# https://github.com/cloudnative-pg/cloudnative-pg/blob/v1.25.0/api/v1/cluster_types.go#L91
ensure_user_exists postgres --group root --uid 26 --system