10.4.0-debian-9-r6 release
This commit is contained in:
parent
505f95447d
commit
d397606449
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:stretch-r74
|
||||
FROM bitnami/minideb-extras:stretch-r75
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -7,7 +7,7 @@ RUN bitnami-pkg unpack postgresql-10.4.0-2 --checksum 400a1c851c784f2c4ea2c0fcfe
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="10.4.0-debian-9-r5" \
|
||||
BITNAMI_IMAGE_VERSION="10.4.0-debian-9-r6" \
|
||||
PATH="/opt/bitnami/postgresql/bin:$PATH" \
|
||||
POSTGRESQL_DATABASE="" \
|
||||
POSTGRESQL_MASTER_HOST="" \
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ $ docker-compose up -d
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`10-ol-7`, `10.4.0-ol-7-r18` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-ol-7-r18/10/ol-7/Dockerfile)
|
||||
* [`10-debian-9`, `10.4.0-debian-9-r5`, `10`, `10.4.0`, `10.4.0-r5`, `latest` (10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-debian-9-r5/10/Dockerfile)
|
||||
* [`10-debian-9`, `10.4.0-debian-9-r6`, `10`, `10.4.0`, `10.4.0-r6`, `latest` (10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-debian-9-r6/10/Dockerfile)
|
||||
* [`10-debian-8`, `10.4.0-debian-8-r35` (10/debian-8/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-debian-8-r35/10/debian-8/Dockerfile)
|
||||
* [`9.6-ol-7`, `9.6.9-ol-7-r17` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.9-ol-7-r17/9.6/ol-7/Dockerfile)
|
||||
* [`9.6-debian-9`, `9.6.9-debian-9-r5`, `9.6`, `9.6.9`, `9.6.9-r5` (9.6/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.9-debian-9-r5/9.6/Dockerfile)
|
||||
|
|
|
|||
Loading…
Reference in New Issue