11.6.0-centos-7-r40 release

This commit is contained in:
Bitnami Bot 2019-12-19 04:42:24 +00:00
parent 3f3ea1312c
commit 7dd3dbf10e
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/centos-extras-base:7-r241
FROM bitnami/centos-extras-base:7-r242
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
@ -14,7 +14,7 @@ RUN . ./libcomponent.sh && component_unpack "postgresql" "11.6.0-3" --checksum f
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="postgresql" \
BITNAMI_IMAGE_VERSION="11.6.0-centos-7-r39" \
BITNAMI_IMAGE_VERSION="11.6.0-centos-7-r40" \
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

@ -49,7 +49,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`12-centos-7`, `12.1.0-centos-7-r39` (12/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/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/blob/11.6.0-ol-7-r37/11/ol-7/Dockerfile)
* [`11-debian-9`, `11.6.0-debian-9-r26`, `11`, `11.6.0`, `11.6.0-r26`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-debian-9-r26/11/debian-9/Dockerfile)
* [`11-centos-7`, `11.6.0-centos-7-r39` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-centos-7-r39/11/centos-7/Dockerfile)
* [`11-centos-7`, `11.6.0-centos-7-r40` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-centos-7-r40/11/centos-7/Dockerfile)
* [`10-ol-7`, `10.11.0-ol-7-r38` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-ol-7-r38/10/ol-7/Dockerfile)
* [`10-debian-9`, `10.11.0-debian-9-r30`, `10`, `10.11.0`, `10.11.0-r30` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-debian-9-r30/10/debian-9/Dockerfile)
* [`10-centos-7`, `10.11.0-centos-7-r40` (10/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-centos-7-r40/10/centos-7/Dockerfile)