11.6.0-centos-7-r52 release

This commit is contained in:
Bitnami Bot 2019-12-31 05:01:27 +00:00
parent ef950113aa
commit c1941cc7c1
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/centos-extras-base:7-r253
FROM bitnami/centos-extras-base:7-r254
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
@ -14,7 +14,7 @@ RUN . ./libcomponent.sh && component_unpack "postgresql-repmgr" "11.6.0-2" --che
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="postgresql-repmgr" \
BITNAMI_IMAGE_VERSION="11.6.0-centos-7-r51" \
BITNAMI_IMAGE_VERSION="11.6.0-centos-7-r52" \
NAMI_PREFIX="/.nami" \
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
PATH="/opt/bitnami/postgresql-repmgr/bin:/opt/bitnami/repmgr/bin:/opt/bitnami/postgresql/bin:$PATH"

View File

@ -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"

View File

@ -48,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`12-centos-7`, `12.1.0-centos-7-r52` (12/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/12.1.0-centos-7-r52/12/centos-7/Dockerfile)
* [`11-ol-7`, `11.6.0-ol-7-r50` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.6.0-ol-7-r50/11/ol-7/Dockerfile)
* [`11-debian-9`, `11.6.0-debian-9-r34`, `11`, `11.6.0`, `11.6.0-r34`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.6.0-debian-9-r34/11/debian-9/Dockerfile)
* [`11-centos-7`, `11.6.0-centos-7-r51` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.6.0-centos-7-r51/11/centos-7/Dockerfile)
* [`11-centos-7`, `11.6.0-centos-7-r52` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.6.0-centos-7-r52/11/centos-7/Dockerfile)
* [`10-ol-7`, `10.11.0-ol-7-r50` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.11.0-ol-7-r50/10/ol-7/Dockerfile)
* [`10-debian-9`, `10.11.0-debian-9-r38`, `10`, `10.11.0`, `10.11.0-r38` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.11.0-debian-9-r38/10/debian-9/Dockerfile)
* [`10-centos-7`, `10.11.0-centos-7-r52` (10/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.11.0-centos-7-r52/10/centos-7/Dockerfile)