[bitnami/postgresql] Release 11.18.0-debian-11-r28 (#21835)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
89bbedff5d
commit
a4be97c560
|
|
@ -7,7 +7,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.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="11.18.0-debian-11-r27" \
|
||||
org.opencontainers.image.ref.name="11.18.0-debian-11-r28" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \
|
||||
org.opencontainers.image.title="postgresql" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -25,7 +25,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.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-11.18.0-5-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-11.18.0-6-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"postgresql": {
|
||||
"arch": "amd64",
|
||||
"digest": "114c09ca95a1d47dfb8d58e21095edf96de0a5f70e218a8109472890384bb173",
|
||||
"digest": "947503aac7ac140f072d56c9aa0fe4fa8321fd024ad7ecf84576af4ddc42a948",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "11.18.0-5"
|
||||
"version": "11.18.0-6"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue