11.3.0-ol-7-r28 release

This commit is contained in:
Bitnami Bot 2019-06-03 11:36:22 +00:00
parent e35bfd3614
commit bb5b09492e
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ COPY rootfs /
RUN rpm -Uvh --nodeps $(repoquery --location nss_wrapper)
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="postgresql" \
BITNAMI_IMAGE_VERSION="11.3.0-ol-7-r27" \
BITNAMI_IMAGE_VERSION="11.3.0-ol-7-r28" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
NAMI_PREFIX="/.nami" \

View File

@ -488,7 +488,7 @@ postgresql_initialize() {
is_boolean_yes "$create_conf_file" && postgresql_create_config
is_boolean_yes "$create_pghba_file" && postgresql_create_pghba && postgresql_allow_local_connection
if [[ -e "$POSTGRESQL_DATA_DIR" ]]; then
if ! is_dir_empty "$POSTGRESQL_DATA_DIR"; then
info "Deploying PostgreSQL with persisted data..."
local -r postmaster_path="$POSTGRESQL_DATA_DIR"/postmaster.pid
if [[ -f "$postmaster_path" ]]; then

View File

@ -44,12 +44,12 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`11-ol-7`, `11.3.0-ol-7-r27` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.3.0-ol-7-r27/11/ol-7/Dockerfile)
* [`11-ol-7`, `11.3.0-ol-7-r28` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.3.0-ol-7-r28/11/ol-7/Dockerfile)
* [`11-debian-9`, `11.3.0-debian-9-r26`, `11`, `11.3.0`, `11.3.0-r26`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.3.0-debian-9-r26/11/debian-9/Dockerfile)
* [`11-centos-7`, `11.3.0-centos-7-r9` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.3.0-centos-7-r9/11/centos-7/Dockerfile)
* [`10-ol-7`, `10.8.0-ol-7-r26` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.8.0-ol-7-r26/10/ol-7/Dockerfile)
* [`10-debian-9`, `10.8.0-debian-9-r26`, `10`, `10.8.0`, `10.8.0-r26` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.8.0-debian-9-r26/10/debian-9/Dockerfile)
* [`10-centos-7`, `10.8.0-centos-7-r10` (10/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.8.0-centos-7-r10/10/centos-7/Dockerfile)
* [`10-centos-7`, `10.8.0-centos-7-r9` (10/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.8.0-centos-7-r9/10/centos-7/Dockerfile)
* [`9.6-ol-7`, `9.6.13-ol-7-r27` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.13-ol-7-r27/9.6/ol-7/Dockerfile)
* [`9.6-debian-9`, `9.6.13-debian-9-r26`, `9.6`, `9.6.13`, `9.6.13-r26` (9.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.13-debian-9-r26/9.6/debian-9/Dockerfile)
* [`9.6-centos-7`, `9.6.13-centos-7-r9` (9.6/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.13-centos-7-r9/9.6/centos-7/Dockerfile)