12.0.0-centos-7-r26 release
This commit is contained in:
parent
2a3609aa9c
commit
47f02bc3cf
|
|
@ -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 openssl-libs pcre sqlite xz-libs zlib
|
||||
RUN . ./libcomponent.sh && component_unpack "postgresql" "12.0.0-2" --checksum 5c257e9d6c2455c8477ab033a83331e988a8669f610b3a56360f03e4c6333823
|
||||
RUN . ./libcomponent.sh && component_unpack "postgresql" "12.0.0-3" --checksum c4ba50ea9f2826d9dc19a19bc6e6b4027fd6f2c6af1a23df572e541b02ee1abb
|
||||
|
||||
COPY rootfs /
|
||||
RUN yum --enablerepo base,updates,extras -y install epel-release && yum --enablerepo base,updates,extras -y update && yum --enablerepo base,updates -y install nss_wrapper
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="12.0.0-centos-7-r25" \
|
||||
BITNAMI_IMAGE_VERSION="12.0.0-centos-7-r26" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
* [`12-ol-7`, `12.0.0-ol-7-r25` (12/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.0.0-ol-7-r25/12/ol-7/Dockerfile)
|
||||
* [`12-debian-9`, `12.0.0-debian-9-r15`, `12`, `12.0.0`, `12.0.0-r15` (12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.0.0-debian-9-r15/12/debian-9/Dockerfile)
|
||||
* [`12-centos-7`, `12.0.0-centos-7-r25` (12/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.0.0-centos-7-r25/12/centos-7/Dockerfile)
|
||||
* [`12-centos-7`, `12.0.0-centos-7-r26` (12/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.0.0-centos-7-r26/12/centos-7/Dockerfile)
|
||||
* [`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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue