mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 11:47:39 +08:00
[bitnami/pgbouncer] Release 1.24.1-debian-12-r11 (#86021)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -6,9 +6,8 @@ FROM docker.io/bitnami/minideb:bookworm
|
||||
ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2025-08-19T18:13:04Z" \
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2025-09-07T02:14:04Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/pgbouncer/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/pgbouncer" \
|
||||
@@ -29,9 +28,9 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"wait-for-port-1.0.10-0-linux-${OS_ARCH}-debian-12" \
|
||||
"wait-for-port-1.0.10-1-linux-${OS_ARCH}-debian-12" \
|
||||
"postgresql-client-14.19.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"ini-file-1.4.9-0-linux-${OS_ARCH}-debian-12" \
|
||||
"ini-file-1.4.9-1-linux-${OS_ARCH}-debian-12" \
|
||||
"pgbouncer-1.24.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -60,7 +59,7 @@ RUN /opt/bitnami/scripts/locales/generate-locales.sh
|
||||
RUN /opt/bitnami/scripts/pgbouncer/postunpack.sh
|
||||
ENV APP_VERSION="1.24.1" \
|
||||
BITNAMI_APP_NAME="pgbouncer" \
|
||||
IMAGE_REVISION="10" \
|
||||
IMAGE_REVISION="11" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
{
|
||||
"ini-file": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "1.4.9-0"
|
||||
},
|
||||
"pgbouncer": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "1.24.1-0"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "14.19.0-0"
|
||||
},
|
||||
"wait-for-port": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.10-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user