9.6.9-r11 release

This commit is contained in:
Bitnami Bot
2018-06-08 04:22:07 +00:00
parent 23ab047d34
commit 785bb13155
3 changed files with 3 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r69
FROM bitnami/minideb-extras:jessie-r70
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 579c908f9a4442a31cd0e4a3f67
COPY rootfs /
ENV BITNAMI_APP_NAME="postgresql" \
BITNAMI_IMAGE_VERSION="9.6.9-r10" \
BITNAMI_IMAGE_VERSION="9.6.9-r11" \
PATH="/opt/bitnami/postgresql/bin:$PATH" \
POSTGRESQL_DATABASE="" \
POSTGRESQL_MASTER_HOST="" \

View File

@@ -3,8 +3,6 @@ version: '2'
services:
postgresql:
image: 'bitnami/postgresql:9.6'
labels:
kompose.service.type: nodeport
ports:
- '5432:5432'
volumes:

View File

@@ -29,7 +29,7 @@ $ docker-compose up -d
* [`10`, `10.4.0-r10`, `latest` (10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-r10/10/Dockerfile)
* [`10-ol-7`, `10.4.0-ol-7-r0` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-ol-7-r0/10/ol-7/Dockerfile)
* [`9.6`, `9.6.9-r10` (9.6/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.9-r10/9.6/Dockerfile)
* [`9.6`, `9.6.9-r11` (9.6/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.9-r11/9.6/Dockerfile)
* [`9.6-ol-7`, `9.6.9-ol-7-r0` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.9-ol-7-r0/9.6/ol-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/postgresql GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql).