10.9.0-ol-7-r31 release
This commit is contained in:
parent
0bb922193f
commit
6a3d27517e
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras-base:7-r351
|
||||
FROM bitnami/oraclelinux-extras-base:7-r352
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -15,7 +15,7 @@ COPY rootfs /
|
|||
RUN rpm -Uvh --nodeps $(repoquery --location nss_wrapper)
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="10.9.0-ol-7-r30" \
|
||||
BITNAMI_IMAGE_VERSION="10.9.0-ol-7-r31" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
. /libfs.sh
|
||||
. /libpostgresql.sh
|
||||
|
||||
# Load MySQL environment variables
|
||||
# Load PostgreSQL environment variables
|
||||
eval "$(postgresql_env)"
|
||||
|
||||
for dir in "$POSTGRESQL_INITSCRIPTS_DIR" "$POSTGRESQL_TMP_DIR" "$POSTGRESQL_LOG_DIR" "$POSTGRESQL_CONF_DIR" "${POSTGRESQL_CONF_DIR}/conf.d" "$POSTGRESQL_VOLUME_DIR"; do
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
* [`11-ol-7`, `11.4.0-ol-7-r31` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.4.0-ol-7-r31/11/ol-7/Dockerfile)
|
||||
* [`11-debian-9`, `11.4.0-debian-9-r27`, `11`, `11.4.0`, `11.4.0-r27`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.4.0-debian-9-r27/11/debian-9/Dockerfile)
|
||||
* [`11-centos-7`, `11.4.0-centos-7-r29` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.4.0-centos-7-r29/11/centos-7/Dockerfile)
|
||||
* [`10-ol-7`, `10.9.0-ol-7-r30` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.9.0-ol-7-r30/10/ol-7/Dockerfile)
|
||||
* [`10-ol-7`, `10.9.0-ol-7-r31` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.9.0-ol-7-r31/10/ol-7/Dockerfile)
|
||||
* [`10-debian-9`, `10.9.0-debian-9-r29`, `10`, `10.9.0`, `10.9.0-r29` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.9.0-debian-9-r29/10/debian-9/Dockerfile)
|
||||
* [`10-centos-7`, `10.9.0-centos-7-r29` (10/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.9.0-centos-7-r29/10/centos-7/Dockerfile)
|
||||
* [`9.6-ol-7`, `9.6.14-ol-7-r32` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.14-ol-7-r32/9.6/ol-7/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue