[bitnami/postgresql] Release 13.9.0-debian-11-r0 (#13281)

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-10 23:50:37 +01:00 committed by GitHub
parent 0cd8853fa9
commit 85d6457724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -6,11 +6,11 @@ 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-r42" \
org.opencontainers.image.ref.name="13.9.0-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \
org.opencontainers.image.title="postgresql" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="13.8.0"
org.opencontainers.image.version="13.9.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -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-18-linux-${OS_ARCH}-debian-11" \
"postgresql-13.9.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -48,7 +48,7 @@ RUN echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
COPY rootfs /
RUN /opt/bitnami/scripts/postgresql/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV APP_VERSION="13.8.0" \
ENV APP_VERSION="13.9.0" \
BITNAMI_APP_NAME="postgresql" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \

View File

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

View File

@ -1,4 +1,4 @@
rolling-tags:
- "13"
- "13-debian-11"
- "13.8.0"
- "13.9.0"