9.6.10-debian-9-r49 release

This commit is contained in:
Bitnami Bot 2018-10-17 15:49:06 +00:00
parent 92685629c1
commit aaa387ac4f
2 changed files with 4 additions and 4 deletions

View File

@ -6,12 +6,12 @@ ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
# Install required system packages and dependencies
RUN install_packages libbsd0 libc6 libedit2 libgcc1 libicu57 liblzma5 libncurses5 libnss-wrapper libssl1.1 libstdc++6 libtinfo5 libxml2 libxslt1.1 zlib1g
RUN bitnami-pkg unpack postgresql-9.6.10-1 --checksum c274213f2ee66d12dd16f8a9b52cfe1c814360ecc4c12bd523ffdf0cedbf5eb9
RUN bitnami-pkg unpack postgresql-9.6.10-2 --checksum 3524f3f63495d8a7f1466c7c481f6de2549abcdae5690e31428ddfa52df49f92
RUN mkdir /docker-entrypoint-initdb.d
COPY rootfs /
ENV BITNAMI_APP_NAME="postgresql" \
BITNAMI_IMAGE_VERSION="9.6.10-debian-9-r48" \
BITNAMI_IMAGE_VERSION="9.6.10-debian-9-r49" \
PATH="/opt/bitnami/postgresql/bin:$PATH" \
POSTGRESQL_DATABASE="" \
POSTGRESQL_MASTER_HOST="" \

View File

@ -48,9 +48,9 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`10-ol-7`, `10.5.0-ol-7-r41` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.5.0-ol-7-r41/10/ol-7/Dockerfile)
* [`10-debian-9`, `10.5.0-debian-9-r52`, `10`, `10.5.0`, `10.5.0-r52`, `latest` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.5.0-debian-9-r52/10/debian-9/Dockerfile)
* [`10-debian-9`, `10.5.0-debian-9-r53`, `10`, `10.5.0`, `10.5.0-r53`, `latest` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.5.0-debian-9-r53/10/debian-9/Dockerfile)
* [`9.6-ol-7`, `9.6.10-ol-7-r57` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.10-ol-7-r57/9.6/ol-7/Dockerfile)
* [`9.6-debian-9`, `9.6.10-debian-9-r48`, `9.6`, `9.6.10`, `9.6.10-r48` (9.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.10-debian-9-r48/9.6/debian-9/Dockerfile)
* [`9.6-debian-9`, `9.6.10-debian-9-r49`, `9.6`, `9.6.10`, `9.6.10-r49` (9.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.10-debian-9-r49/9.6/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/postgresql GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql).