10.15.0-debian-10-r64 release

This commit is contained in:
Bitnami Bot 2021-01-14 18:05:29 +00:00
parent d436f831d7
commit f6f4d17a79
3 changed files with 2 additions and 5 deletions

View File

@ -24,7 +24,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="10.15.0-debian-10-r63" \
BITNAMI_IMAGE_VERSION="10.15.0-debian-10-r64" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \

View File

@ -794,9 +794,6 @@ postgresql_start_bg() {
"${pg_ctl_cmd[@]}" "start" "${pg_ctl_flags[@]}" >/dev/null 2>&1
fi
local pg_isready_args=("-U" "postgres")
if [[ "$POSTGRESQL_PORT_NUMBER" != "5432" ]]; then
pg_isready_args+=("-p" "$POSTGRESQL_PORT_NUMBER")
fi
local counter=$POSTGRESQL_INIT_MAX_TIMEOUT
while ! "$POSTGRESQL_BIN_DIR"/pg_isready "${pg_isready_args[@]}" >/dev/null 2>&1; do
sleep 1

View File

@ -46,7 +46,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`13`, `13-debian-10`, `13.1.0`, `13.1.0-debian-10-r63` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/13.1.0-debian-10-r63/13/debian-10/Dockerfile)
* [`12`, `12-debian-10`, `12.5.0`, `12.5.0-debian-10-r66` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/12.5.0-debian-10-r66/12/debian-10/Dockerfile)
* [`11`, `11-debian-10`, `11.10.0`, `11.10.0-debian-10-r64`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.10.0-debian-10-r64/11/debian-10/Dockerfile)
* [`10`, `10-debian-10`, `10.15.0`, `10.15.0-debian-10-r63` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.15.0-debian-10-r63/10/debian-10/Dockerfile)
* [`10`, `10-debian-10`, `10.15.0`, `10.15.0-debian-10-r64` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.15.0-debian-10-r64/10/debian-10/Dockerfile)
* [`9.6`, `9.6-debian-10`, `9.6.20`, `9.6.20-debian-10-r64` (9.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/9.6.20-debian-10-r64/9.6/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/postgresql-repmgr GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql-repmgr).