11.1.0-ol-7-r52 release
This commit is contained in:
parent
c66b3c0e4d
commit
a99bd9f5c5
|
|
@ -6,14 +6,14 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
|||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages glibc keyutils-libs krb5-libs libcom_err libselinux libxml2 libxslt ncurses-libs openssl-libs pcre readline xz-libs zlib
|
||||
RUN bitnami-pkg unpack postgresql-11.1.0-26 --checksum 92132ec1537dfe54df7513b0f187a3e07f8d6496607195cba736c2f236fa9e58
|
||||
RUN bitnami-pkg unpack postgresql-11.1.0-27 --checksum 94e64c5cf2261b88c4819e67e182b57003a4984f6995f132e27ee02ee397137b
|
||||
RUN mkdir /docker-entrypoint-initdb.d /opt/bitnami/postgresql/conf/
|
||||
RUN chmod -R g+rwX /opt/bitnami/postgresql/conf/
|
||||
|
||||
COPY rootfs /
|
||||
RUN rpm -Uvh --nodeps $(repoquery --location nss_wrapper)
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="11.1.0-ol-7-r51" \
|
||||
BITNAMI_IMAGE_VERSION="11.1.0-ol-7-r52" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PATH="/opt/bitnami/postgresql/bin:$PATH" \
|
||||
POSTGRESQL_CLUSTER_APP_NAME="walreceiver" \
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/run.sh" ]]; then
|
|||
CONF_DIR=/opt/bitnami/postgresql/conf
|
||||
if [[ -d "$PERSIST_CONF_DIR" ]]; then
|
||||
mkdir -p $CONF_DIR
|
||||
cp -r $PERSIST_CONF_DIR/* $CONF_DIR
|
||||
cp -r $PERSIST_CONF_DIR/. $CONF_DIR
|
||||
fi
|
||||
|
||||
if ! getent passwd "$(id -u)" &> /dev/null && [ -e /usr/lib64/libnss_wrapper.so ]; then
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`11-ol-7`, `11.1.0-ol-7-r51` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.1.0-ol-7-r51/11/ol-7/Dockerfile)
|
||||
* [`11-ol-7`, `11.1.0-ol-7-r52` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.1.0-ol-7-r52/11/ol-7/Dockerfile)
|
||||
* [`11-debian-9`, `11.1.0-debian-9-r38`, `11`, `11.1.0`, `11.1.0-r38` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.1.0-debian-9-r38/11/debian-9/Dockerfile)
|
||||
* [`10-ol-7`, `10.6.0-ol-7-r54` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.6.0-ol-7-r54/10/ol-7/Dockerfile)
|
||||
* [`10-debian-9`, `10.6.0-debian-9-r42`, `10`, `10.6.0`, `10.6.0-r42`, `latest` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.6.0-debian-9-r42/10/debian-9/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue