11.2.0-debian-9-r41 release
This commit is contained in:
parent
6b7f9e273f
commit
566b7b2751
|
|
@ -14,7 +14,7 @@ RUN chmod -R g+rwX /opt/bitnami/postgresql/conf/
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="11.2.0-debian-9-r40" \
|
||||
BITNAMI_IMAGE_VERSION="11.2.0-debian-9-r41" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@ DATA_DIR="${MOUNT_POINT_DIR}/data"
|
|||
CONF_FILE="${POSTGRESQL_BASE_DIR}/conf/postgresql.conf"
|
||||
PID_FILE="${POSTGRESQL_BASE_DIR}/tmp/postgresql.pid"
|
||||
PG_HBA_FILE="${POSTGRESQL_BASE_DIR}/data/pg_hba.conf"
|
||||
if [[ -f "${POSTGRESQL_BASE_DIR}/conf/pg_hba.conf" ]];then
|
||||
PG_HBA_FILE="${POSTGRESQL_BASE_DIR}/conf/pg_hba.conf"
|
||||
fi
|
||||
|
||||
START_ARGS=("-D" "$DATA_DIR" "--config-file=$CONF_FILE" "--external_pid_file=$PID_FILE" "--hba_file=$PG_HBA_FILE")
|
||||
STOP_ARGS=("stop" "-w" "-D" "$DATA_DIR")
|
||||
|
|
|
|||
|
|
@ -44,9 +44,9 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`11-ol-7`, `11.2.0-ol-7-r40` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.2.0-ol-7-r40/11/ol-7/Dockerfile)
|
||||
* [`11-debian-9`, `11.2.0-debian-9-r40`, `11`, `11.2.0`, `11.2.0-r40` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.2.0-debian-9-r40/11/debian-9/Dockerfile)
|
||||
* [`11-debian-9`, `11.2.0-debian-9-r41`, `11`, `11.2.0`, `11.2.0-r41` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.2.0-debian-9-r41/11/debian-9/Dockerfile)
|
||||
* [`10-ol-7`, `10.7.0-ol-7-r40` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.7.0-ol-7-r40/10/ol-7/Dockerfile)
|
||||
* [`10-debian-9`, `10.7.0-debian-9-r41`, `10`, `10.7.0`, `10.7.0-r41`, `latest` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.7.0-debian-9-r41/10/debian-9/Dockerfile)
|
||||
* [`10-debian-9`, `10.7.0-debian-9-r40`, `10`, `10.7.0`, `10.7.0-r40`, `latest` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.7.0-debian-9-r40/10/debian-9/Dockerfile)
|
||||
* [`9.6-ol-7`, `9.6.12-ol-7-r40` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.12-ol-7-r40/9.6/ol-7/Dockerfile)
|
||||
* [`9.6-debian-9`, `9.6.12-debian-9-r40`, `9.6`, `9.6.12`, `9.6.12-r40` (9.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.12-debian-9-r40/9.6/debian-9/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue