[bitnami/postgresql] Release 10.22.0-debian-11-r37 (#12126)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b611bb12c8
commit
f0dd065fac
|
|
@ -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="10.22.0-debian-11-r36" \
|
||||
org.opencontainers.image.ref.name="10.22.0-debian-11-r37" \
|
||||
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 libcrypt1 libedit2
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-10.22.0-16-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-10.22.0-17-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -8,9 +8,9 @@
|
|||
},
|
||||
"postgresql": {
|
||||
"arch": "amd64",
|
||||
"digest": "a629e54e8e088dc4625173b4cefd3a71235b26b73b3ae68e8ec0308767135831",
|
||||
"digest": "c299e93ae146f26b14ab3afd26a5285040daa882b5a5d02923e759b10a76db60",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "10.22.0-16"
|
||||
"version": "10.22.0-17"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue