diff --git a/bitnami/postgresql/10/debian-9/Dockerfile b/bitnami/postgresql/10/debian-9/Dockerfile index 3f7621f8deee..1aeb56650a26 100644 --- a/bitnami/postgresql/10/debian-9/Dockerfile +++ b/bitnami/postgresql/10/debian-9/Dockerfile @@ -18,13 +18,15 @@ RUN curl --silent -L https://github.com/tianon/gosu/releases/download/1.11/gosu- chmod u+x /usr/local/bin/gosu && \ mkdir -p /opt/bitnami/licenses && \ curl --silent -L https://raw.githubusercontent.com/tianon/gosu/master/LICENSE > /opt/bitnami/licenses/gosu-1.11.txt +RUN update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX && \ + DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales RUN echo 'en_GB.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen COPY rootfs / RUN /postunpack.sh ENV BITNAMI_APP_NAME="postgresql" \ - BITNAMI_IMAGE_VERSION="10.11.0-debian-9-r52" \ + BITNAMI_IMAGE_VERSION="10.11.0-debian-9-r53" \ LANG="en_US.UTF-8" \ LANGUAGE="en_US:en" \ NAMI_PREFIX="/.nami" \ diff --git a/bitnami/postgresql/README.md b/bitnami/postgresql/README.md index 6ba1e2162561..1f686f135100 100644 --- a/bitnami/postgresql/README.md +++ b/bitnami/postgresql/README.md @@ -46,16 +46,12 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`12-ol-7`, `12.1.0-ol-7-r71` (12/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-ol-7-r71/12/ol-7/Dockerfile) * [`12-debian-9`, `12.1.0-debian-9-r51`, `12`, `12.1.0`, `12.1.0-r51` (12/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-debian-9-r51/12/debian-9/Dockerfile) -* [`12-centos-7`, `12.1.0-centos-7-r72` (12/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.1.0-centos-7-r72/12/centos-7/Dockerfile) * [`11-ol-7`, `11.6.0-ol-7-r70` (11/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-ol-7-r70/11/ol-7/Dockerfile) * [`11-debian-9`, `11.6.0-debian-9-r48`, `11`, `11.6.0`, `11.6.0-r48`, `latest` (11/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-debian-9-r48/11/debian-9/Dockerfile) -* [`11-centos-7`, `11.6.0-centos-7-r71` (11/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.6.0-centos-7-r71/11/centos-7/Dockerfile) * [`10-ol-7`, `10.11.0-ol-7-r70` (10/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-ol-7-r70/10/ol-7/Dockerfile) -* [`10-debian-9`, `10.11.0-debian-9-r52`, `10`, `10.11.0`, `10.11.0-r52` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-debian-9-r52/10/debian-9/Dockerfile) -* [`10-centos-7`, `10.11.0-centos-7-r72` (10/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-centos-7-r72/10/centos-7/Dockerfile) +* [`10-debian-9`, `10.11.0-debian-9-r53`, `10`, `10.11.0`, `10.11.0-r53` (10/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.11.0-debian-9-r53/10/debian-9/Dockerfile) * [`9.6-ol-7`, `9.6.16-ol-7-r65` (9.6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.16-ol-7-r65/9.6/ol-7/Dockerfile) * [`9.6-debian-9`, `9.6.16-debian-9-r50`, `9.6`, `9.6.16`, `9.6.16-r50` (9.6/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.16-debian-9-r50/9.6/debian-9/Dockerfile) -* [`9.6-centos-7`, `9.6.16-centos-7-r71` (9.6/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/9.6.16-centos-7-r71/9.6/centos-7/Dockerfile) Subscribe to project updates by watching the [bitnami/postgresql GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql). @@ -445,8 +441,8 @@ The LDAP related parameters are: * `POSTGRESQL_LDAP_PORT`: Port number on the LDAP server to connect to * `POSTGRESQL_LDAP_SCHEME`: Set to `ldaps` to use LDAPS. Default to none. * `POSTGRESQL_LDAP_TLS`: Set to `1` to use TLS encryption. Default to none. -* `POSTGRESQL_LDAP_PREFIX`: String to prepend to the user name when forming the DN to bind. Default to none. -* `POSTGRESQL_LDAP_SUFFIX`: String to append to the user name when forming the DN to bind. Default to none. +* `POSTGRESQL_LDAP_PREFIX`: String to prepend to the user name when forming the DN to bind. Default to none. +* `POSTGRESQL_LDAP_SUFFIX`: String to append to the user name when forming the DN to bind. Default to none. * `POSTGRESQL_LDAP_BASE_DN`: Root DN to begin the search for the user in. Default to none. * `POSTGRESQL_LDAP_BIND_DN`: DN of user to bind to LDAP. Default to none. * `POSTGRESQL_LDAP_BIND_PASSWORD`: Password for the user to bind to LDAP. Default to none. @@ -696,6 +692,10 @@ $ docker-compose up postgresql # Notable Changes +## 9.6.16-centos-7-r71, 10.11.0-centos-7-r72, 11.6.0-centos-7-r71, and 12.1.0-centos-7-r72 + +- `9.6.16-centos-7-r71`, `10.11.0-centos-7-r72`, `11.6.0-centos-7-r71`, and `12.1.0-centos-7-r72` are considered the latest images based on CentOS. +- Standard supported distros: Debian & OEL. ## 9.6.15-r93, 9.6.15-ol-7-r108, 9.6.15-centos-7-r107, 10.10.0-r923, 10.10.0-ol-7-r106, 10.10.0-centos-7-r107, 11.5.0-r89, 11.5.0-centos-7-r103, 11.5.0-ol-7-r108, 12.0.0-r21, 12.0.0-centos-7-r34 and 12.0.0-ol-7-r32 diff --git a/bitnami/postgresql/circle.yml b/bitnami/postgresql/circle.yml index 94bee4007a73..ab14affc3e32 100644 --- a/bitnami/postgresql/circle.yml +++ b/bitnami/postgresql/circle.yml @@ -7,7 +7,7 @@ jobs: environment: RELEASE_SERIES_LIST: "10,11,12,9.6" LATEST_STABLE: "11" - DISTRIBUTIONS_LIST: "centos-7,debian-9,ol-7" + DISTRIBUTIONS_LIST: "debian-9,ol-7" IMAGE_NAME: postgresql DOCKER_PROJECT: bitnami QUAY_PROJECT: bitnami