mirror of
https://github.com/bitnami/containers.git
synced 2026-02-28 15:37:26 +08:00
11.6.0-debian-9-r36 release
This commit is contained in:
@@ -24,7 +24,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="11.6.0-debian-9-r35" \
|
||||
BITNAMI_IMAGE_VERSION="11.6.0-debian-9-r36" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
|
||||
@@ -651,6 +651,7 @@ postgresql_initialize() {
|
||||
is_boolean_yes "$create_conf_file" && postgresql_configure_replication_parameters
|
||||
is_boolean_yes "$create_conf_file" && postgresql_configure_fsync
|
||||
[[ "$POSTGRESQL_REPLICATION_MODE" = "master" ]] && [[ -n "$POSTGRESQL_REPLICATION_USER" ]] && is_boolean_yes "$create_pghba_file" && postgresql_add_replication_to_pghba
|
||||
[[ "$POSTGRESQL_REPLICATION_MODE" = "slave" ]] && postgresql_configure_recovery
|
||||
else
|
||||
ensure_dir_exists "$POSTGRESQL_DATA_DIR"
|
||||
am_i_root && chown "$POSTGRESQL_DAEMON_USER:$POSTGRESQL_DAEMON_GROUP" "$POSTGRESQL_DATA_DIR"
|
||||
|
||||
@@ -48,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
* [`12-debian-9`, `12.1.0-debian-9-r39`, `12`, `12.1.0`, `12.1.0-r39` (12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-debian-9-r39/12/debian-9/Dockerfile)
|
||||
* [`12-centos-7`, `12.1.0-centos-7-r51` (12/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-centos-7-r51/12/centos-7/Dockerfile)
|
||||
* [`11-ol-7`, `11.6.0-ol-7-r49` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-ol-7-r49/11/ol-7/Dockerfile)
|
||||
* [`11-debian-9`, `11.6.0-debian-9-r35`, `11`, `11.6.0`, `11.6.0-r35`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-debian-9-r35/11/debian-9/Dockerfile)
|
||||
* [`11-debian-9`, `11.6.0-debian-9-r36`, `11`, `11.6.0`, `11.6.0-r36`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-debian-9-r36/11/debian-9/Dockerfile)
|
||||
* [`11-centos-7`, `11.6.0-centos-7-r51` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-centos-7-r51/11/centos-7/Dockerfile)
|
||||
* [`10-ol-7`, `10.11.0-ol-7-r49` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-ol-7-r49/10/ol-7/Dockerfile)
|
||||
* [`10-debian-9`, `10.11.0-debian-9-r39`, `10`, `10.11.0`, `10.11.0-r39` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-debian-9-r39/10/debian-9/Dockerfile)
|
||||
|
||||
Reference in New Issue
Block a user