mirror of
https://github.com/bitnami/containers.git
synced 2026-03-01 06:57:49 +08:00
13.3.0-debian-10-r40 release
This commit is contained in:
@@ -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" \
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user