10.10.0-ol-7-r98 release
This commit is contained in:
parent
a74c7a56ca
commit
f7e981810c
|
|
@ -9,13 +9,13 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
|||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages glibc keyutils-libs krb5-libs libcom_err libedit libgcc libicu libselinux libstdc++ libuuid libxml2 libxslt ncurses-libs nss-softokn-freebl openssl-libs pcre sqlite xz-libs zlib
|
||||
RUN . ./libcomponent.sh && component_unpack "postgresql" "10.10.0-4" --checksum 3281d1d3bf1fb07b70f0851e2553844c410dcd826218a4dd9349e0f9fd51e1e8
|
||||
RUN . ./libcomponent.sh && component_unpack "postgresql" "10.10.0-5" --checksum f2c14bab54017396630bb04ce2e2b30c3b23195009af02afbeb84512e1e42b5e
|
||||
|
||||
COPY rootfs /
|
||||
RUN rpm -Uvh --nodeps $(repoquery --location nss_wrapper)
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="10.10.0-ol-7-r97" \
|
||||
BITNAMI_IMAGE_VERSION="10.10.0-ol-7-r98" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
* [`11-ol-7`, `11.5.0-ol-7-r99` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.5.0-ol-7-r99/11/ol-7/Dockerfile)
|
||||
* [`11-debian-9`, `11.5.0-debian-9-r83`, `11`, `11.5.0`, `11.5.0-r83`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.5.0-debian-9-r83/11/debian-9/Dockerfile)
|
||||
* [`11-centos-7`, `11.5.0-centos-7-r94` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.5.0-centos-7-r94/11/centos-7/Dockerfile)
|
||||
* [`10-ol-7`, `10.10.0-ol-7-r97` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.10.0-ol-7-r97/10/ol-7/Dockerfile)
|
||||
* [`10-ol-7`, `10.10.0-ol-7-r98` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.10.0-ol-7-r98/10/ol-7/Dockerfile)
|
||||
* [`10-debian-9`, `10.10.0-debian-9-r87`, `10`, `10.10.0`, `10.10.0-r87` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.10.0-debian-9-r87/10/debian-9/Dockerfile)
|
||||
* [`10-centos-7`, `10.10.0-centos-7-r98` (10/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.10.0-centos-7-r98/10/centos-7/Dockerfile)
|
||||
* [`9.6-ol-7`, `9.6.15-ol-7-r100` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.15-ol-7-r100/9.6/ol-7/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue