12.0.0-ol-7-r13 release
This commit is contained in:
parent
c5d015c9b0
commit
6c0ab9c367
|
|
@ -8,14 +8,14 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
|||
OS_NAME="linux"
|
||||
|
||||
# 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 openssl-libs pcre xz-libs zlib
|
||||
RUN . ./libcomponent.sh && component_unpack "postgresql" "12.0.0-1" --checksum 4c005a2054c29ef009e41b7de7db82db97f68cf820f748cdbc137ca00ba6c874
|
||||
RUN install_packages glibc keyutils-libs krb5-libs libcom_err libedit libgcc libicu libselinux libstdc++ libuuid libxml2 libxslt ncurses-libs openssl-libs pcre sqlite xz-libs zlib
|
||||
RUN . ./libcomponent.sh && component_unpack "postgresql" "12.0.0-2" --checksum 7830c4cd4c39070117e44672cfddeaec017f8dc20b49889c9fb385d600ddabf8
|
||||
|
||||
COPY rootfs /
|
||||
RUN rpm -Uvh --nodeps $(repoquery --location nss_wrapper)
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="12.0.0-ol-7-r12" \
|
||||
BITNAMI_IMAGE_VERSION="12.0.0-ol-7-r13" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
|
|
|
|||
|
|
@ -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/).
|
||||
|
||||
|
||||
* [`12-ol-7`, `12.0.0-ol-7-r12` (12/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.0.0-ol-7-r12/12/ol-7/Dockerfile)
|
||||
* [`12-ol-7`, `12.0.0-ol-7-r13` (12/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.0.0-ol-7-r13/12/ol-7/Dockerfile)
|
||||
* [`12-debian-9`, `12.0.0-debian-9-r8`, `12`, `12.0.0`, `12.0.0-r8` (12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.0.0-debian-9-r8/12/debian-9/Dockerfile)
|
||||
* [`12-centos-7`, `12.0.0-centos-7-r12` (12/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.0.0-centos-7-r12/12/centos-7/Dockerfile)
|
||||
* [`11-ol-7`, `11.5.0-ol-7-r87` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.5.0-ol-7-r87/11/ol-7/Dockerfile)
|
||||
|
|
@ -660,6 +660,10 @@ $ docker-compose up postgresql
|
|||
|
||||
# Notable Changes
|
||||
|
||||
## 9.6.15-r80, 9.6.15-ol-7-r88, 9.6.15-centos-7-r87, 10.10.0-r80, 10.10.0-ol-7-r86, 10.10.0-centos-7-r87, 11.5.0-r78, 11.5.0-centos-7-r83, 11.5.0-ol-7-r88, 12.0.0-r9, 12.0.0-centos-7-r13 and 12.0.0-ol-7-r13.
|
||||
|
||||
- Adds Postgis extension to postgresql, version 2.3.x to Postgresiql 9.6 and version 2.5 to 10, 11 and 12.
|
||||
|
||||
## 9.6.12-r70, 9.6.12-ol-7-r72, 10.7.0-r69, 10.7.0-ol-7-r71, 11.2.0-r69 and 11.2.0-ol-7-r71
|
||||
|
||||
- Decrease the size of the container. It is not necessary Node.js anymore. PostgreSQL configuration moved to bash scripts in the rootfs/ folder.
|
||||
|
|
|
|||
Loading…
Reference in New Issue