11.6.0-debian-9-r25 release

This commit is contained in:
Bitnami Bot 2019-12-19 15:55:57 +00:00
parent e6b29fe3de
commit ad468d1ec3
3 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="postgresql-repmgr" \
BITNAMI_IMAGE_VERSION="11.6.0-debian-9-r24" \
BITNAMI_IMAGE_VERSION="11.6.0-debian-9-r25" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
NAMI_PREFIX="/.nami" \

View File

@ -123,8 +123,8 @@ export POSTGRESQL_DAEMON_USER="postgresql"
export POSTGRESQL_DAEMON_GROUP="postgresql"
# Version
export POSTGRESQL_VERSION="$(echo "$BITNAMI_IMAGE_VERSION" | grep -oP "^\d+\.\d+\.\d+")"
export POSTGRESQL_MAJOR_VERSION="$(echo "$BITNAMI_IMAGE_VERSION" | grep -oP "^\d+")"
export POSTGRESQL_VERSION="$(echo "$BITNAMI_IMAGE_VERSION" | grep -oE "^[0-9]+\.[0-9]+\.[0-9]+")"
export POSTGRESQL_MAJOR_VERSION="$(echo "$BITNAMI_IMAGE_VERSION" | grep -oE "^[0-9]+")"
# Settings
export POSTGRESQL_INIT_MAX_TIMEOUT=${POSTGRESQL_INIT_MAX_TIMEOUT:-60}

View File

@ -47,7 +47,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`12-debian-9`, `12.1.0-debian-9-r28`, `12`, `12.1.0`, `12.1.0-r28` (12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/12.1.0-debian-9-r28/12/debian-9/Dockerfile)
* [`12-centos-7`, `12.1.0-centos-7-r39` (12/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/12.1.0-centos-7-r39/12/centos-7/Dockerfile)
* [`11-ol-7`, `11.6.0-ol-7-r37` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.6.0-ol-7-r37/11/ol-7/Dockerfile)
* [`11-debian-9`, `11.6.0-debian-9-r24`, `11`, `11.6.0`, `11.6.0-r24`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.6.0-debian-9-r24/11/debian-9/Dockerfile)
* [`11-debian-9`, `11.6.0-debian-9-r25`, `11`, `11.6.0`, `11.6.0-r25`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.6.0-debian-9-r25/11/debian-9/Dockerfile)
* [`11-centos-7`, `11.6.0-centos-7-r39` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.6.0-centos-7-r39/11/centos-7/Dockerfile)
* [`10-ol-7`, `10.11.0-ol-7-r37` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.11.0-ol-7-r37/10/ol-7/Dockerfile)
* [`10-debian-9`, `10.11.0-debian-9-r28`, `10`, `10.11.0`, `10.11.0-r28` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.11.0-debian-9-r28/10/debian-9/Dockerfile)