13.3.0-debian-10-r40 release

This commit is contained in:
Bitnami Bot
2021-07-05 13:33:14 +00:00
parent 81ba60404a
commit 794d5e60f8
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/postgresql-repmgr/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV BITNAMI_APP_NAME="postgresql-repmgr" \
BITNAMI_IMAGE_VERSION="13.3.0-debian-10-r39" \
BITNAMI_IMAGE_VERSION="13.3.0-debian-10-r40" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \

View File

@@ -237,12 +237,12 @@ EOF
postgresql_tls_auth_configuration() {
info "Enabling TLS Client authentication"
local previous_content
[[ -f "$POSTGRESQL_PGHBA_FILE" ]] && previous_content=$(cat "$POSTGRESQL_PGHBA_FILE")
[[ -f "$POSTGRESQL_PGHBA_FILE" ]] && previous_content=$(<"$POSTGRESQL_PGHBA_FILE")
cat <<EOF >"$POSTGRESQL_PGHBA_FILE"
hostssl all all 0.0.0.0/0 cert
hostssl all all ::/0 cert
$previous_content
${previous_content:-}
EOF
}

View File

@@ -43,7 +43,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`13`, `13-debian-10`, `13.3.0`, `13.3.0-debian-10-r39` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/13.3.0-debian-10-r39/13/debian-10/Dockerfile)
* [`13`, `13-debian-10`, `13.3.0`, `13.3.0-debian-10-r40` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/13.3.0-debian-10-r40/13/debian-10/Dockerfile)
* [`12`, `12-debian-10`, `12.7.0`, `12.7.0-debian-10-r45` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/12.7.0-debian-10-r45/12/debian-10/Dockerfile)
* [`11`, `11-debian-10`, `11.12.0`, `11.12.0-debian-10-r43`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.12.0-debian-10-r43/11/debian-10/Dockerfile)
* [`10`, `10-debian-10`, `10.17.0`, `10.17.0-debian-10-r34` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.17.0-debian-10-r34/10/debian-10/Dockerfile)