9.6.13-debian-9-r27 release
This commit is contained in:
parent
ecff5f75d2
commit
af195fa503
|
|
@ -16,7 +16,7 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
|
|||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="9.6.13-debian-9-r26" \
|
||||
BITNAMI_IMAGE_VERSION="9.6.13-debian-9-r27" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -47,11 +47,11 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
* [`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-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-r27` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.8.0-ol-7-r27/10/ol-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-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-debian-9`, `9.6.13-debian-9-r27`, `9.6`, `9.6.13`, `9.6.13-r27` (9.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.13-debian-9-r27/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)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/postgresql GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql).
|
||||
|
|
|
|||
Loading…
Reference in New Issue