mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 16:07:50 +08:00
11.6.0-debian-9-r3 release
This commit is contained in:
@@ -9,14 +9,14 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages libbsd0 libc6 libedit2 libffi6 libgcc1 libgmp10 libgnutls30 libhogweed4 libicu57 libidn11 libldap-2.4-2 liblzma5 libncurses5 libnettle6 libnss-wrapper libp11-kit0 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtasn1-6 libtinfo5 libuuid1 libxml2 libxslt1.1 locales zlib1g
|
||||
RUN . ./libcomponent.sh && component_unpack "postgresql" "11.6.0-0" --checksum 6c403e55cfeb03a8b3d009249252fbc7cbe59fd01a1af1e23e27ad539ae2b766
|
||||
RUN . ./libcomponent.sh && component_unpack "postgresql" "11.6.0-1" --checksum 3aa3b40c50a69dd1d7e918392b1ac395786c36128b7c74e599512fb425a77977
|
||||
RUN echo 'en_GB.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
|
||||
RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
|
||||
|
||||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="11.6.0-debian-9-r2" \
|
||||
BITNAMI_IMAGE_VERSION="11.6.0-debian-9-r3" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
|
||||
@@ -48,7 +48,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
* [`12-debian-9`, `12.1.0-debian-9-r6`, `12`, `12.1.0`, `12.1.0-r6` (12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-debian-9-r6/12/debian-9/Dockerfile)
|
||||
* [`12-centos-7`, `12.1.0-centos-7-r7` (12/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-centos-7-r7/12/centos-7/Dockerfile)
|
||||
* [`11-ol-7`, `11.6.0-ol-7-r4` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-ol-7-r4/11/ol-7/Dockerfile)
|
||||
* [`11-debian-9`, `11.6.0-debian-9-r2`, `11`, `11.6.0`, `11.6.0-r2`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-debian-9-r2/11/debian-9/Dockerfile)
|
||||
* [`11-debian-9`, `11.6.0-debian-9-r3`, `11`, `11.6.0`, `11.6.0-r3`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-debian-9-r3/11/debian-9/Dockerfile)
|
||||
* [`11-centos-7`, `11.6.0-centos-7-r6` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-centos-7-r6/11/centos-7/Dockerfile)
|
||||
* [`10-ol-7`, `10.11.0-ol-7-r4` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-ol-7-r4/10/ol-7/Dockerfile)
|
||||
* [`10-debian-9`, `10.11.0-debian-9-r6`, `10`, `10.11.0`, `10.11.0-r6` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-debian-9-r6/10/debian-9/Dockerfile)
|
||||
|
||||
Reference in New Issue
Block a user