mirror of
https://github.com/bitnami/containers.git
synced 2026-03-30 14:57:50 +08:00
[bitnami/postgresql] Release 18.1.0-debian-12-r7 (#89897)
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="2026-01-19T12:34:57Z" \
|
org.opencontainers.image.created="2026-01-19T13:13:42Z" \
|
||||||
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.1.0-5-linux-${OS_ARCH}-debian-12" \
|
"postgresql-18.1.0-6-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.1.0" \
|
ENV APP_VERSION="18.1.0" \
|
||||||
BITNAMI_APP_NAME="postgresql" \
|
BITNAMI_APP_NAME="postgresql" \
|
||||||
IMAGE_REVISION="6" \
|
IMAGE_REVISION="7" \
|
||||||
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