[bitnami/pgpool] Release 4.7.1-debian-12-r0 (#91126)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-02-26 07:57:42 +01:00 committed by GitHub
parent ded65e257f
commit 31ccbbd8f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -7,13 +7,13 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-02-25T09:04:08Z" \
org.opencontainers.image.created="2026-02-26T06:48:55Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/pgpool/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pgpool" \
org.opencontainers.image.title="pgpool" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="4.7.0"
org.opencontainers.image.version="4.7.1"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -30,7 +30,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
COMPONENTS=( \
"wait-for-port-1.0.10-7-linux-${OS_ARCH}-debian-12" \
"postgresql-client-18.3.0-0-linux-${OS_ARCH}-debian-12" \
"pgpool-4.7.0-2-linux-${OS_ARCH}-debian-12" \
"pgpool-4.7.1-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -49,9 +49,9 @@ RUN uninstall_packages curl
COPY rootfs /
RUN /opt/bitnami/scripts/pgpool/postunpack.sh
ENV APP_VERSION="4.7.0" \
ENV APP_VERSION="4.7.1" \
BITNAMI_APP_NAME="pgpool" \
IMAGE_REVISION="8" \
IMAGE_REVISION="0" \
LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/pgpool/bin:/opt/bitnami/common/sbin:$PATH"