[bitnami/postgresql] Release 14.6.0-debian-11-r12 (#17105)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
28f059ee78
commit
4b7879ca8e
|
|
@ -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="14.6.0-debian-11-r11" \
|
||||
org.opencontainers.image.ref.name="14.6.0-debian-11-r12" \
|
||||
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-156-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-14.6.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-14.6.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"postgresql": {
|
||||
"arch": "amd64",
|
||||
"digest": "fe52c66a86e11cab2af21d7a184c28c87b8f18ebf967646fd42f449515d1e0c5",
|
||||
"digest": "12320a294bc611949a997d020c66fb2a43864124308157325809418c103d7ddc",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "14.6.0-2"
|
||||
"version": "14.6.0-3"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue