12.1.0-debian-9-r32 release
This commit is contained in:
parent
17c9d0ac06
commit
c3d5d4db0c
|
|
@ -11,6 +11,8 @@ COPY prebuildfs /
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl libbsd0 libc6 libedit2 libffi6 libgcc1 libgmp10 libgnutls30 libhogweed4 libicu57 libidn11 libldap-2.4-2 liblzma5 libncurses5 libnettle6 libp11-kit0 libsasl2-2 libsqlite3-0 libssl1.1 libstdc++6 libtasn1-6 libtinfo5 libuuid1 libxml2 libxslt1.1 locales procps unzip zlib1g
|
||||
RUN . ./libcomponent.sh && component_unpack "postgresql" "12.1.0-3" --checksum b089e51a605346b51f11dc1bfa88c85f73697f73985167a9fe83745810deafe4
|
||||
RUN apt-get update && apt-get upgrade && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN curl --silent -L https://github.com/tianon/gosu/releases/download/1.11/gosu-amd64 > /usr/local/bin/gosu && \
|
||||
echo 0b843df6d86e270c5b0f5cbd3c326a04e18f4b7f9b8457fa497b0454c4b138d7 /usr/local/bin/gosu | sha256sum --check && \
|
||||
chmod u+x /usr/local/bin/gosu && \
|
||||
|
|
@ -22,7 +24,7 @@ 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="12.1.0-debian-9-r31" \
|
||||
BITNAMI_IMAGE_VERSION="12.1.0-debian-9-r32" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`12-ol-7`, `12.1.0-ol-7-r40` (12/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-ol-7-r40/12/ol-7/Dockerfile)
|
||||
* [`12-debian-9`, `12.1.0-debian-9-r31`, `12`, `12.1.0`, `12.1.0-r31` (12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-debian-9-r31/12/debian-9/Dockerfile)
|
||||
* [`12-debian-9`, `12.1.0-debian-9-r32`, `12`, `12.1.0`, `12.1.0-r32` (12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-debian-9-r32/12/debian-9/Dockerfile)
|
||||
* [`12-centos-7`, `12.1.0-centos-7-r42` (12/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-centos-7-r42/12/centos-7/Dockerfile)
|
||||
* [`11-ol-7`, `11.6.0-ol-7-r40` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-ol-7-r40/11/ol-7/Dockerfile)
|
||||
* [`11-debian-9`, `11.6.0-debian-9-r28`, `11`, `11.6.0`, `11.6.0-r28`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-debian-9-r28/11/debian-9/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue