mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:57:21 +08:00
10.4.0-ol-7-r7 release
Add Debian 9 support
This commit is contained in:
@@ -3,11 +3,11 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages glibc keyutils-libs krb5-libs libcom_err libselinux libxml2 libxslt ncurses-libs nss-softokn-freebl openssl-libs pcre readline xz-libs zlib
|
||||
RUN bitnami-pkg unpack postgresql-10.4.0-1 --checksum 82488dd9ed148faf3601a9373571afed98c477a9ca5cc30ed2c2979ad926115c
|
||||
RUN bitnami-pkg unpack postgresql-10.4.0-2 --checksum fae3d5c796eaa66e342f3eda10bd062bb655dac5925d94f0e26bb11b98613006
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="10.4.0-ol-7-r6" \
|
||||
BITNAMI_IMAGE_VERSION="10.4.0-ol-7-r7" \
|
||||
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`, `10.4.0-r28`, `latest` (10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-r28/10/Dockerfile)
|
||||
* [`10-ol-7`, `10.4.0-ol-7-r6` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-ol-7-r6/10/ol-7/Dockerfile)
|
||||
* [`10-ol-7`, `10.4.0-ol-7-r7` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-ol-7-r7/10/ol-7/Dockerfile)
|
||||
* [`9.6`, `9.6.9-r28` (9.6/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.9-r28/9.6/Dockerfile)
|
||||
* [`9.6-ol-7`, `9.6.9-ol-7-r6` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.9-ol-7-r6/9.6/ol-7/Dockerfile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user