[bitnami/postgresql] Release 12.12.0-debian-11-r31 (#10520)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
5c517c79aa
commit
8aa355a8ea
|
|
@ -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="12.12.0-debian-11-r30" \
|
||||
org.opencontainers.image.ref.name="12.12.0-debian-11-r31" \
|
||||
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-12.12.0-13-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-12.12.0-14-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"postgresql": {
|
||||
"arch": "amd64",
|
||||
"digest": "e446aab14c9e7e5aacb70b961a9764090ac1da5e105e96fb949407f3c71d52c7",
|
||||
"digest": "b72821a55f0580f7c1bec4646ee3b12969d6504c68e2a3f9e9eab24933fa17a7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "12.12.0-13"
|
||||
"version": "12.12.0-14"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue