[bitnami/postgresql] Release 11.18.0-debian-11-r7 (#15588)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
86b3be1b9c
commit
91dfd7f014
|
|
@ -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="11.18.0-debian-11-r6" \
|
||||
org.opencontainers.image.ref.name="11.18.0-debian-11-r7" \
|
||||
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-11.18.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-11.18.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"postgresql": {
|
||||
"arch": "amd64",
|
||||
"digest": "1290cac55be1dc2ed587722673e48c35af17932a2702530b2936d20098a4788c",
|
||||
"digest": "0240419301ae260d0a687c25535f79ecd7ead98ad552a2088cdf5ae6746b3864",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "11.18.0-0"
|
||||
"version": "11.18.0-1"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue