11.4.0-centos-7-r0 release
This commit is contained in:
parent
56daf4254f
commit
0376074e5b
|
|
@ -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++ libxml2 libxslt ncurses-libs openssl-libs pcre xz-libs zlib
|
||||
RUN . ./libcomponent.sh && component_unpack "postgresql" "11.3.0-2" --checksum 74dca76e81cf40a742a5134d919cf27c0233a3c6a0c0ef24f56971b8a22f41e4
|
||||
RUN . ./libcomponent.sh && component_unpack "postgresql" "11.4.0-0" --checksum 00e010fdca23ea493706b9ce332f9a64ae2670910212859fa104c11d9fe60710
|
||||
|
||||
COPY rootfs /
|
||||
RUN yum -y install epel-release && yum -y update && yum -y install nss_wrapper
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="11.3.0-centos-7-r30" \
|
||||
BITNAMI_IMAGE_VERSION="11.4.0-centos-7-r0" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
|
|
|
|||
|
|
@ -44,12 +44,12 @@ 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.3.0-ol-7-r48` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.3.0-ol-7-r48/11/ol-7/Dockerfile)
|
||||
* [`11-ol-7`, `11.4.0-ol-7-r0` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.4.0-ol-7-r0/11/ol-7/Dockerfile)
|
||||
* [`11-centos-7`, `11.4.0-centos-7-r0` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.4.0-centos-7-r0/11/centos-7/Dockerfile)
|
||||
* [`11-debian-9`, `11.3.0-debian-9-r48`, `11`, `11.3.0`, `11.3.0-r48`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.3.0-debian-9-r48/11/debian-9/Dockerfile)
|
||||
* [`11-centos-7`, `11.3.0-centos-7-r30` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.3.0-centos-7-r30/11/centos-7/Dockerfile)
|
||||
* [`10-centos-7`, `10.9.0-centos-7-r0` (10/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.9.0-centos-7-r0/10/centos-7/Dockerfile)
|
||||
* [`10-ol-7`, `10.8.0-ol-7-r47` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.8.0-ol-7-r47/10/ol-7/Dockerfile)
|
||||
* [`10-debian-9`, `10.8.0-debian-9-r47`, `10`, `10.8.0`, `10.8.0-r47` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.8.0-debian-9-r47/10/debian-9/Dockerfile)
|
||||
* [`10-centos-7`, `10.8.0-centos-7-r30` (10/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.8.0-centos-7-r30/10/centos-7/Dockerfile)
|
||||
* [`9.6-ol-7`, `9.6.13-ol-7-r48` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.13-ol-7-r48/9.6/ol-7/Dockerfile)
|
||||
* [`9.6-debian-9`, `9.6.13-debian-9-r47`, `9.6`, `9.6.13`, `9.6.13-r47` (9.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.13-debian-9-r47/9.6/debian-9/Dockerfile)
|
||||
* [`9.6-centos-7`, `9.6.13-centos-7-r30` (9.6/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.13-centos-7-r30/9.6/centos-7/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue