[bitnami/postgresql] Release 15.1.0-debian-11-r12 (#17114)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
8edc1c7749
commit
2edee6544e
|
|
@ -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="15.1.0-debian-11-r11" \
|
||||
org.opencontainers.image.ref.name="15.1.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-15.1.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-15.1.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": "3501dbd8ad5a36027d4b96bd6c96f4a76f79d3a25b980600a92e1375c9e0a970",
|
||||
"digest": "e1ee8b01a0b792cb2a7152b609045c3db267a093591da8338ee09827580e9250",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "15.1.0-2"
|
||||
"version": "15.1.0-3"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue