[bitnami/postgresql-repmgr] Release 11.18.0-debian-11-r11 (#16901)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-12-14 17:40:17 +01:00
committed by GitHub
parent c6b5f2c039
commit 329d4f0879
3 changed files with 7 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="11.18.0-debian-11-r10" \
org.opencontainers.image.ref.name="11.18.0-debian-11-r11" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql-repmgr" \
org.opencontainers.image.title="postgresql-repmgr" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libbsd0 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libhogweed6 libicu67 libidn2-0 libldap-2.4-2 liblzma5 libmd0 libnettle8 libp11-kit0 libpcre3 libreadline8 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 locales procps zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"postgresql-repmgr-11.18.0-1-linux-${OS_ARCH}-debian-11" \
"postgresql-repmgr-11.18.0-2-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \

View File

@@ -8,9 +8,9 @@
},
"postgresql-repmgr": {
"arch": "amd64",
"digest": "e09becfbf7d0875b8514d9d2bb9ba8539aacaeb2e3efff7462198f7c2f140f4e",
"digest": "f41e63e6f444fd54156ca2abc0428e74328d2a0f0c5b6a25404f19e84883c5ec",
"distro": "debian-11",
"type": "NAMI",
"version": "11.18.0-1"
"version": "11.18.0-2"
}
}

View File

@@ -653,6 +653,9 @@ postgresql_initialize() {
# Delete conf files generated on first run
rm -f "$POSTGRESQL_DATA_DIR"/postgresql.conf "$POSTGRESQL_DATA_DIR"/pg_hba.conf
# Stop postgresql
postgresql_stop
}
########################