mirror of
https://github.com/bitnami/containers.git
synced 2026-02-27 15:07:25 +08:00
10.4.0-r28 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 libbsd0 libc6 libedit2 liblzma5 libssl1.0.0 libtinfo5 libxml2 libxslt1.1 zlib1g
|
||||
RUN bitnami-pkg unpack postgresql-10.4.0-1 --checksum 024a0c15050cd333cbf8861814e9b6799bd51ae6bbb18bd2b8321794d2868431
|
||||
RUN bitnami-pkg unpack postgresql-10.4.0-2 --checksum fc09c88d5f1f8d9b280b45654bc3ea942b92a9d5009b199f402641ae7ba3ae10
|
||||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="postgresql" \
|
||||
BITNAMI_IMAGE_VERSION="10.4.0-r27" \
|
||||
BITNAMI_IMAGE_VERSION="10.4.0-r28" \
|
||||
PATH="/opt/bitnami/postgresql/bin:$PATH" \
|
||||
POSTGRESQL_DATABASE="" \
|
||||
POSTGRESQL_MASTER_HOST="" \
|
||||
|
||||
@@ -27,7 +27,7 @@ $ docker-compose up -d
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`10`, `10.4.0-r27`, `latest` (10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.4.0-r27/10/Dockerfile)
|
||||
* [`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)
|
||||
* [`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