9.6.3-r0 release

Update postgresql to 9.6.3.
This commit is contained in:
Bitnami Bot
2017-05-19 10:08:09 +00:00
parent 307bdd773c
commit 5f5a75068f
2 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,14 @@
FROM bitnami/minideb-extras:jessie-r14
MAINTAINER Bitnami <containers@bitnami.com>
FROM bitnami/minideb-extras:jessie-r15
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-9.6.3-0 --checksum 37ea09e6372c6a7637e096fd85003c213ac45e18e3aaed6da7f8957960bba43d
COPY rootfs /
ENV BITNAMI_APP_NAME="postgresql" \
BITNAMI_IMAGE_VERSION="9.6.2-r3" \
BITNAMI_IMAGE_VERSION="9.6.3-r0" \
PATH="/opt/bitnami/postgresql/bin:$PATH" \
POSTGRESQL_DATABASE="" \
POSTGRESQL_MASTER_HOST="" \
@@ -14,12 +20,6 @@ ENV BITNAMI_APP_NAME="postgresql" \
POSTGRESQL_REPLICATION_USER="" \
POSTGRESQL_USERNAME="postgres"
# 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-9.6.2-0 --checksum b706396cc1a435741e4db319f8028d716047cc4d40e6b3418c16944f6661f90f
COPY rootfs /
VOLUME ["/bitnami/postgresql"]
EXPOSE 5432

View File

@@ -27,7 +27,7 @@ services:
## Kubernetes
> **WARNING**: This is a beta configuration, currently unsupported.
> **WARNING:** This is a beta configuration, currently unsupported.
Get the raw URL pointing to the kubernetes.yml manifest and use kubectl to create the resources on your Kubernetes cluster like so: