diff --git a/bitnami/postgresql/9.6/Dockerfile b/bitnami/postgresql/9.6/Dockerfile index 92ca15e9cc25..fdf0d6169486 100644 --- a/bitnami/postgresql/9.6/Dockerfile +++ b/bitnami/postgresql/9.6/Dockerfile @@ -1,8 +1,14 @@ -FROM bitnami/minideb-extras:jessie-r14 -MAINTAINER Bitnami +FROM bitnami/minideb-extras:jessie-r15 +LABEL maintainer "Bitnami " + +# 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 diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index c939a12f571c..01062564acb0 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -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: