mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
[bitnami/postgresql] Release 18.0.0-debian-12-r10 (#87405)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -9,7 +9,7 @@ ARG TARGETARCH
|
|||||||
ARG WITH_ALL_LOCALES="no"
|
ARG WITH_ALL_LOCALES="no"
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||||
org.opencontainers.image.created="2025-10-13T17:04:21Z" \
|
org.opencontainers.image.created="2025-10-13T17:19:47Z" \
|
||||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/postgresql/README.md" \
|
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/postgresql/README.md" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/postgresql" \
|
||||||
@@ -31,7 +31,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"nss-wrapper-1.1.16-0-linux-${OS_ARCH}-debian-12" \
|
"nss-wrapper-1.1.16-0-linux-${OS_ARCH}-debian-12" \
|
||||||
"postgresql-18.0.0-9-linux-${OS_ARCH}-debian-12" \
|
"postgresql-18.0.0-10-linux-${OS_ARCH}-debian-12" \
|
||||||
) ; \
|
) ; \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
@@ -56,7 +56,7 @@ COPY rootfs /
|
|||||||
RUN /opt/bitnami/scripts/postgresql/postunpack.sh
|
RUN /opt/bitnami/scripts/postgresql/postunpack.sh
|
||||||
ENV APP_VERSION="18.0.0" \
|
ENV APP_VERSION="18.0.0" \
|
||||||
BITNAMI_APP_NAME="postgresql" \
|
BITNAMI_APP_NAME="postgresql" \
|
||||||
IMAGE_REVISION="9" \
|
IMAGE_REVISION="10" \
|
||||||
LANG="en_US.UTF-8" \
|
LANG="en_US.UTF-8" \
|
||||||
LANGUAGE="en_US:en" \
|
LANGUAGE="en_US:en" \
|
||||||
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
||||||
|
|||||||
Reference in New Issue
Block a user