[bitnami/postgresql] Release postgresql-17.4.0-debian-12-r6 (#78965)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
47f28e2af4
commit
24369a5e25
|
|
@ -10,10 +10,10 @@ 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-03-15T20:50:21Z" \
|
||||
org.opencontainers.image.created="2025-03-17T11:51:52Z" \
|
||||
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.ref.name="17.4.0-debian-12-r5" \
|
||||
org.opencontainers.image.ref.name="17.4.0-debian-12-r6" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \
|
||||
org.opencontainers.image.title="postgresql" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
|
|
|
|||
|
|
@ -569,7 +569,7 @@ postgresql_is_file_external() {
|
|||
# None
|
||||
#########################
|
||||
postgresql_clean_from_restart() {
|
||||
local -r -a files=(
|
||||
local -a files=(
|
||||
"$POSTGRESQL_DATA_DIR"/postmaster.pid
|
||||
"$POSTGRESQL_DATA_DIR"/standby.signal
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue