11.5.0-ol-7-r15 release
This commit is contained in:
parent
02513880d1
commit
ba3c595f59
|
|
@ -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++ libxml2 libxslt ncurses-libs openssl-libs pcre xz-libs zlib
|
||||
RUN . ./libcomponent.sh && component_unpack "postgresql" "11.5.0-0" --checksum dcbb5d34f7d2df506445da0d545882daf75b6d642410670ebfb28a5c2199cd20
|
||||
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" "11.5.0-1" --checksum 7efa5f0123c92ae8b6ba63bd63f8aae05faf3ff00585bf53ba0bb11e30773014
|
||||
|
||||
COPY rootfs /
|
||||
RUN rpm -Uvh --nodeps $(repoquery --location nss_wrapper)
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="11.5.0-ol-7-r14" \
|
||||
BITNAMI_IMAGE_VERSION="11.5.0-ol-7-r15" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
|
|
|
|||
|
|
@ -44,9 +44,9 @@ 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.5.0-ol-7-r14` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.5.0-ol-7-r14/11/ol-7/Dockerfile)
|
||||
* [`11-ol-7`, `11.5.0-ol-7-r15` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.5.0-ol-7-r15/11/ol-7/Dockerfile)
|
||||
* [`11-debian-9`, `11.5.0-debian-9-r13`, `11`, `11.5.0`, `11.5.0-r13`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.5.0-debian-9-r13/11/debian-9/Dockerfile)
|
||||
* [`11-centos-7`, `11.5.0-centos-7-r10` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.5.0-centos-7-r10/11/centos-7/Dockerfile)
|
||||
* [`11-centos-7`, `11.5.0-centos-7-r9` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.5.0-centos-7-r9/11/centos-7/Dockerfile)
|
||||
* [`10-ol-7`, `10.10.0-ol-7-r14` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.10.0-ol-7-r14/10/ol-7/Dockerfile)
|
||||
* [`10-debian-9`, `10.10.0-debian-9-r15`, `10`, `10.10.0`, `10.10.0-r15` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.10.0-debian-9-r15/10/debian-9/Dockerfile)
|
||||
* [`10-centos-7`, `10.10.0-centos-7-r14` (10/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.10.0-centos-7-r14/10/centos-7/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue