14.1.0-debian-10-r80 release

This commit is contained in:
Bitnami Bot
2022-02-02 17:09:45 +00:00
parent 5074c5313c
commit 1a89fcb8bf
4 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/postgresql/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV BITNAMI_APP_NAME="postgresql" \
BITNAMI_IMAGE_VERSION="14.1.0-debian-10-r79" \
BITNAMI_IMAGE_VERSION="14.1.0-debian-10-r80" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \

View File

@@ -50,10 +50,10 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`14`, `14-debian-10`, `14.1.0`, `14.1.0-debian-10-r79` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/14.1.0-debian-10-r79/14/debian-10/Dockerfile)
* [`14`, `14-debian-10`, `14.1.0`, `14.1.0-debian-10-r80`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/14.1.0-debian-10-r80/14/debian-10/Dockerfile)
* [`13`, `13-debian-10`, `13.5.0`, `13.5.0-debian-10-r79` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/13.5.0-debian-10-r79/13/debian-10/Dockerfile)
* [`12`, `12-debian-10`, `12.9.0`, `12.9.0-debian-10-r79` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/12.9.0-debian-10-r79/12/debian-10/Dockerfile)
* [`11`, `11-debian-10`, `11.14.0`, `11.14.0-debian-10-r49`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.14.0-debian-10-r49/11/debian-10/Dockerfile)
* [`11`, `11-debian-10`, `11.14.0`, `11.14.0-debian-10-r49` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/11.14.0-debian-10-r49/11/debian-10/Dockerfile)
* [`10`, `10-debian-10`, `10.19.0`, `10.19.0-debian-10-r80` (10/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-postgresql/blob/10.19.0-debian-10-r80/10/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/postgresql GitHub repo](https://github.com/bitnami/bitnami-docker-postgresql).
@@ -76,7 +76,7 @@ $ docker pull bitnami/postgresql:[TAG]
If you wish, you can also build the image yourself.
```console
$ docker build -t bitnami/postgresql:latest 'https://github.com/bitnami/bitnami-docker-postgresql.git#master:11/debian-10'
$ docker build -t bitnami/postgresql:latest 'https://github.com/bitnami/bitnami-docker-postgresql.git#master:14/debian-10'
```
## Persisting your database

View File

@@ -2,7 +2,7 @@ version: '2'
services:
postgresql-master:
image: docker.io/bitnami/postgresql:11
image: docker.io/bitnami/postgresql:14
ports:
- '5432'
volumes:
@@ -16,7 +16,7 @@ services:
- POSTGRESQL_DATABASE=my_database
- ALLOW_EMPTY_PASSWORD=yes
postgresql-slave:
image: docker.io/bitnami/postgresql:11
image: docker.io/bitnami/postgresql:14
ports:
- '5432'
depends_on:

View File

@@ -2,7 +2,7 @@ version: '2'
services:
postgresql:
image: docker.io/bitnami/postgresql:11
image: docker.io/bitnami/postgresql:14
ports:
- '5432:5432'
volumes: