10.4.0-ol-7-r1 release
This commit is contained in:
parent
dfcbc58420
commit
a1648544f3
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r5
|
||||
FROM bitnami/oraclelinux-extras:7-r13
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -7,7 +7,7 @@ RUN bitnami-pkg unpack postgresql-10.4.0-1 --checksum 82488dd9ed148faf3601a93735
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="10.4.0-ol-7-r0" \
|
||||
BITNAMI_IMAGE_VERSION="10.4.0-ol-7-r1" \
|
||||
PATH="/opt/bitnami/postgresql/bin:$PATH" \
|
||||
POSTGRESQL_DATABASE="" \
|
||||
POSTGRESQL_MASTER_HOST="" \
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@ version: '2'
|
|||
services:
|
||||
postgresql:
|
||||
image: 'bitnami/postgresql:10-ol-7'
|
||||
labels:
|
||||
kompose.service.type: nodeport
|
||||
ports:
|
||||
- '5432:5432'
|
||||
volumes:
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ $ docker-compose up -d
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`10`, `10.4.0-r25`, `latest` (10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-r25/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)
|
||||
* [`10-ol-7`, `10.4.0-ol-7-r1` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-ol-7-r1/10/ol-7/Dockerfile)
|
||||
* [`9.6`, `9.6.9-r25` (9.6/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.9-r25/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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue