9.6.9-debian-9-r16 release
This commit is contained in:
parent
5f7cfcd495
commit
1255352913
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:stretch-r84
|
||||
FROM bitnami/minideb-extras:stretch-r85
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -7,7 +7,7 @@ RUN bitnami-pkg unpack postgresql-9.6.9-1 --checksum b4ecf6a380e8e5a2cb92d89c4bf
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="9.6.9-debian-9-r15" \
|
||||
BITNAMI_IMAGE_VERSION="9.6.9-debian-9-r16" \
|
||||
PATH="/opt/bitnami/postgresql/bin:$PATH" \
|
||||
POSTGRESQL_DATABASE="" \
|
||||
POSTGRESQL_MASTER_HOST="" \
|
||||
|
|
|
|||
|
|
@ -30,10 +30,10 @@ $ docker-compose up -d
|
|||
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
|
||||
|
||||
|
||||
* [`10-ol-7`, `10.4.0-ol-7-r28` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-ol-7-r28/10/ol-7/Dockerfile)
|
||||
* [`10-ol-7`, `10.4.0-ol-7-r29` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-ol-7-r29/10/ol-7/Dockerfile)
|
||||
* [`10-debian-9`, `10.4.0-debian-9-r16`, `10`, `10.4.0`, `10.4.0-r16`, `latest` (10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-debian-9-r16/10/Dockerfile)
|
||||
* [`9.6-ol-7`, `9.6.9-ol-7-r27` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.9-ol-7-r27/9.6/ol-7/Dockerfile)
|
||||
* [`9.6-debian-9`, `9.6.9-debian-9-r15`, `9.6`, `9.6.9`, `9.6.9-r15` (9.6/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.9-debian-9-r15/9.6/Dockerfile)
|
||||
* [`9.6-debian-9`, `9.6.9-debian-9-r16`, `9.6`, `9.6.9`, `9.6.9-r16` (9.6/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.9-debian-9-r16/9.6/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/postgresql GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue