mirror of
https://github.com/bitnami/containers.git
synced 2026-02-28 15:37:26 +08:00
11.9.0-debian-10-r75 release
This commit is contained in:
@@ -24,7 +24,7 @@ COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/postgresql/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="11.9.0-debian-10-r74" \
|
||||
BITNAMI_IMAGE_VERSION="11.9.0-debian-10-r75" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
||||
|
||||
@@ -708,9 +708,14 @@ postgresql_custom_init_scripts() {
|
||||
# None
|
||||
#########################
|
||||
postgresql_stop() {
|
||||
local -r -a cmd=("pg_ctl" "stop" "-w" "-D" "$POSTGRESQL_DATA_DIR")
|
||||
if [[ -f "$POSTGRESQL_PID_FILE" ]]; then
|
||||
info "Stopping PostgreSQL..."
|
||||
PGDATA="$POSTGRESQL_DATA_DIR" pg_ctl stop -w
|
||||
if am_i_root; then
|
||||
gosu "$POSTGRESQL_DAEMON_USER" "${cmd[@]}"
|
||||
else
|
||||
"${cmd[@]}"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
* [`13`, `13-debian-10`, `13.0.0`, `13.0.0-debian-10-r31` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/13.0.0-debian-10-r31/13/debian-10/Dockerfile)
|
||||
* [`12`, `12-debian-10`, `12.4.0`, `12.4.0-debian-10-r83` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.4.0-debian-10-r83/12/debian-10/Dockerfile)
|
||||
* [`11`, `11-debian-10`, `11.9.0`, `11.9.0-debian-10-r74`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.9.0-debian-10-r74/11/debian-10/Dockerfile)
|
||||
* [`11`, `11-debian-10`, `11.9.0`, `11.9.0-debian-10-r75`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.9.0-debian-10-r75/11/debian-10/Dockerfile)
|
||||
* [`10`, `10-debian-10`, `10.14.0`, `10.14.0-debian-10-r83` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.14.0-debian-10-r83/10/debian-10/Dockerfile)
|
||||
* [`9.6`, `9.6-debian-10`, `9.6.19`, `9.6.19-debian-10-r84` (9.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.19-debian-10-r84/9.6/debian-10/Dockerfile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user