11.10.0-debian-10-r63 release
This commit is contained in:
parent
af5980f407
commit
3a5626e69f
|
|
@ -24,7 +24,7 @@ COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/postgresql-repmgr/postunpack.sh
|
RUN /opt/bitnami/scripts/postgresql-repmgr/postunpack.sh
|
||||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||||
ENV BITNAMI_APP_NAME="postgresql-repmgr" \
|
ENV BITNAMI_APP_NAME="postgresql-repmgr" \
|
||||||
BITNAMI_IMAGE_VERSION="11.10.0-debian-10-r62" \
|
BITNAMI_IMAGE_VERSION="11.10.0-debian-10-r63" \
|
||||||
LANG="en_US.UTF-8" \
|
LANG="en_US.UTF-8" \
|
||||||
LANGUAGE="en_US:en" \
|
LANGUAGE="en_US:en" \
|
||||||
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
# Load PostgreSQL & repmgr environment variables
|
# Load PostgreSQL & repmgr environment variables
|
||||||
. /opt/bitnami/scripts/postgresql-env.sh
|
. /opt/bitnami/scripts/postgresql-env.sh
|
||||||
|
|
||||||
for dir in "$POSTGRESQL_INITSCRIPTS_DIR" "$POSTGRESQL_TMP_DIR" "$POSTGRESQL_LOG_DIR" "$POSTGRESQL_CONF_DIR" "${POSTGRESQL_CONF_DIR}/conf.d" "${POSTGRESQL_MOUNTED_CONF_DIR}" "${POSTGRESQL_MOUNTED_CONF_DIR}/conf.d" "$POSTGRESQL_VOLUME_DIR" "$REPMGR_CONF_DIR" "$REPMGR_TMP_DIR"; do
|
for dir in "$POSTGRESQL_INITSCRIPTS_DIR" "$POSTGRESQL_TMP_DIR" "$POSTGRESQL_LOG_DIR" "$POSTGRESQL_CONF_DIR" "${POSTGRESQL_CONF_DIR}/conf.d" "$POSTGRESQL_MOUNTED_CONF_DIR" "${POSTGRESQL_MOUNTED_CONF_DIR}/conf.d" "$POSTGRESQL_VOLUME_DIR" "$REPMGR_CONF_DIR" "$REPMGR_TMP_DIR"; do
|
||||||
ensure_dir_exists "$dir"
|
ensure_dir_exists "$dir"
|
||||||
chmod -R g+rwX "$dir"
|
chmod -R g+rwX "$dir"
|
||||||
done
|
done
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ postgresql_start_bg true
|
||||||
info "** Starting repmgrd **"
|
info "** Starting repmgrd **"
|
||||||
# TODO: properly test running the container as root
|
# TODO: properly test running the container as root
|
||||||
if am_i_root; then
|
if am_i_root; then
|
||||||
exec gosu "$POSTGRESQL_DAEMON_USER" "${repmgr_cmd}" "${repmgr_flags[@]}"
|
exec gosu "$POSTGRESQL_DAEMON_USER" "$repmgr_cmd" "${repmgr_flags[@]}"
|
||||||
else
|
else
|
||||||
exec "${repmgr_cmd}" "${repmgr_flags[@]}"
|
exec "$repmgr_cmd" "${repmgr_flags[@]}"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||||
|
|
||||||
* [`13`, `13-debian-10`, `13.1.0`, `13.1.0-debian-10-r62` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/13.1.0-debian-10-r62/13/debian-10/Dockerfile)
|
* [`13`, `13-debian-10`, `13.1.0`, `13.1.0-debian-10-r62` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/13.1.0-debian-10-r62/13/debian-10/Dockerfile)
|
||||||
* [`12`, `12-debian-10`, `12.5.0`, `12.5.0-debian-10-r64` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/12.5.0-debian-10-r64/12/debian-10/Dockerfile)
|
* [`12`, `12-debian-10`, `12.5.0`, `12.5.0-debian-10-r64` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/12.5.0-debian-10-r64/12/debian-10/Dockerfile)
|
||||||
* [`11`, `11-debian-10`, `11.10.0`, `11.10.0-debian-10-r62`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.10.0-debian-10-r62/11/debian-10/Dockerfile)
|
* [`11`, `11-debian-10`, `11.10.0`, `11.10.0-debian-10-r63`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/11.10.0-debian-10-r63/11/debian-10/Dockerfile)
|
||||||
* [`10`, `10-debian-10`, `10.15.0`, `10.15.0-debian-10-r62` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.15.0-debian-10-r62/10/debian-10/Dockerfile)
|
* [`10`, `10-debian-10`, `10.15.0`, `10.15.0-debian-10-r62` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/10.15.0-debian-10-r62/10/debian-10/Dockerfile)
|
||||||
* [`9.6`, `9.6-debian-10`, `9.6.20`, `9.6.20-debian-10-r63` (9.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/9.6.20-debian-10-r63/9.6/debian-10/Dockerfile)
|
* [`9.6`, `9.6-debian-10`, `9.6.20`, `9.6.20-debian-10-r63` (9.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql-repmgr/blob/9.6.20-debian-10-r63/9.6/debian-10/Dockerfile)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue