11.1.0-debian-9-r12 release
This commit is contained in:
parent
5cd5e32685
commit
5b71840d58
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:stretch-r206
|
||||
FROM bitnami/minideb-extras:stretch-r207
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -6,13 +6,13 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
|||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages libbsd0 libc6 libedit2 libgcc1 libicu57 liblzma5 libncurses5 libnss-wrapper libssl1.1 libstdc++6 libtinfo5 libxml2 libxslt1.1 zlib1g
|
||||
RUN bitnami-pkg unpack postgresql-11.1.0-0 --checksum 35dd63db8c527ea40f05e244fefedb8eb8e146b122328b8d767f9fa310a97700
|
||||
RUN bitnami-pkg unpack postgresql-11.1.0-1 --checksum 04557f61ce24b19e9f97c3dc04cc55a59192f01addb2ba7a484e61b35b6843d4
|
||||
RUN mkdir /docker-entrypoint-initdb.d /opt/bitnami/postgresql/conf/
|
||||
RUN chmod -R g+rwX /opt/bitnami/postgresql/conf/
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="11.1.0-debian-9-r11" \
|
||||
BITNAMI_IMAGE_VERSION="11.1.0-debian-9-r12" \
|
||||
PATH="/opt/bitnami/postgresql/bin:$PATH" \
|
||||
POSTGRESQL_DATABASE="" \
|
||||
POSTGRESQL_MASTER_HOST="" \
|
||||
|
|
|
|||
|
|
@ -48,11 +48,11 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`11-ol-7`, `11.1.0-ol-7-r12` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.1.0-ol-7-r12/11/ol-7/Dockerfile)
|
||||
* [`11-debian-9`, `11.1.0-debian-9-r11`, `11`, `11.1.0`, `11.1.0-r11` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.1.0-debian-9-r11/11/debian-9/Dockerfile)
|
||||
* [`11-debian-9`, `11.1.0-debian-9-r12`, `11`, `11.1.0`, `11.1.0-r12` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.1.0-debian-9-r12/11/debian-9/Dockerfile)
|
||||
* [`10-ol-7`, `10.6.0-ol-7-r13` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.6.0-ol-7-r13/10/ol-7/Dockerfile)
|
||||
* [`10-debian-9`, `10.6.0-debian-9-r13`, `10`, `10.6.0`, `10.6.0-r13`, `latest` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.6.0-debian-9-r13/10/debian-9/Dockerfile)
|
||||
* [`9.6-ol-7`, `9.6.11-ol-7-r13` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.11-ol-7-r13/9.6/ol-7/Dockerfile)
|
||||
* [`9.6-debian-9`, `9.6.11-debian-9-r14`, `9.6`, `9.6.11`, `9.6.11-r14` (9.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.11-debian-9-r14/9.6/debian-9/Dockerfile)
|
||||
* [`9.6-debian-9`, `9.6.11-debian-9-r13`, `9.6`, `9.6.11`, `9.6.11-r13` (9.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.11-debian-9-r13/9.6/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/postgresql GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue