9.6.17-ol-7-r0 release
This commit is contained in:
parent
2a35376dfc
commit
0255943c65
|
|
@ -10,7 +10,7 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl cyrus-sasl-lib glibc gzip hostname keyutils-libs krb5-libs libaio-devel libcom_err libedit libgcc libselinux libstdc++ libuuid libxml2 libxslt ncurses-libs nspr nss nss-softokn-freebl nss-util openldap openssl-libs pcre procps-ng sqlite sudo tar which xz-libs zlib
|
||||
RUN . ./libcomponent.sh && component_unpack "postgresql" "9.6.16-2" --checksum b78ebb0fefa74f12114fae8c859fc338f6fb7eb8f7b957bd26c8427d3a743348
|
||||
RUN . ./libcomponent.sh && component_unpack "postgresql" "9.6.17-0" --checksum fe1668592492cacdac4d080fa8aeaa39e7ac25502c097579a97f415f725b5d2c
|
||||
RUN yum upgrade -y && \
|
||||
rm -r /var/cache/yum
|
||||
RUN /build/install-gosu.sh
|
||||
|
|
@ -18,7 +18,7 @@ RUN /build/install-gosu.sh
|
|||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="9.6.16-ol-7-r88" \
|
||||
BITNAMI_IMAGE_VERSION="9.6.17-ol-7-r0" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
|
|
|
|||
|
|
@ -50,8 +50,8 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
* [`11-debian-10`, `11.7.0-debian-10-r0`, `11`, `11.7.0`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.7.0-debian-10-r0/11/debian-10/Dockerfile)
|
||||
* [`10-ol-7`, `10.12.0-ol-7-r0` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.12.0-ol-7-r0/10/ol-7/Dockerfile)
|
||||
* [`10-debian-10`, `10.12.0-debian-10-r0`, `10`, `10.12.0` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.12.0-debian-10-r0/10/debian-10/Dockerfile)
|
||||
* [`9.6-ol-7`, `9.6.17-ol-7-r0` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.17-ol-7-r0/9.6/ol-7/Dockerfile)
|
||||
* [`9.6-debian-10`, `9.6.17-debian-10-r0`, `9.6`, `9.6.17` (9.6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.17-debian-10-r0/9.6/debian-10/Dockerfile)
|
||||
* [`9.6-ol-7`, `9.6.16-ol-7-r88` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.16-ol-7-r88/9.6/ol-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/postgresql GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue