[bitnami/postgresql] Release 13.8.0-debian-11-r42 (#13192)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-09 20:16:28 +01:00
committed by GitHub
parent 220549ab3a
commit 2bb43848e7
3 changed files with 8 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ ARG WITH_ALL_LOCALES="no"
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="13.8.0-debian-11-r41" \
org.opencontainers.image.ref.name="13.8.0-debian-11-r42" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \
org.opencontainers.image.title="postgresql" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -24,7 +24,7 @@ RUN install_packages ca-certificates curl libbsd0 libbz2-1.0 libedit2 libffi7 li
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
"postgresql-13.8.0-17-linux-${OS_ARCH}-debian-11" \
"postgresql-13.8.0-18-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -8,9 +8,9 @@
},
"postgresql": {
"arch": "amd64",
"digest": "ad4d21e438c6b84a95893de9d83f9a107879847d1211cca110a67829ca001755",
"digest": "1b2b2050c02091930c04e67b17a9f647228de0a23f3bad0b7d2de448191a114b",
"distro": "debian-11",
"type": "NAMI",
"version": "13.8.0-17"
"version": "13.8.0-18"
}
}

View File

@@ -848,6 +848,10 @@ $ docker-compose up postgresql
- All volumes have been merged at `/bitnami/postgresql`. Now you only need to mount a single volume at `/bitnami/postgresql` for persistence.
- The logs are always sent to the `stdout` and are no longer collected in the volume.
## Branch Deprecation Notice
PostgreSQL's branch 10 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 12-09-2022
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.