[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:
parent
5bbfae3df7
commit
ff5a1a590c
|
|
@ -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." \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue