Details
Created
2025-05-30 03:43:29 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bookworm
-
org.opencontainers.image.created
2025-05-30T03:42:59Z
-
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.ref.name
4.6.2-debian-12-r1
-
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.6.2
Environment
APP_VERSION
4.6.2
BITNAMI_APP_NAME
pgpool
HOME
/
LD_LIBRARY_PATH
/opt/bitnami/common/lib:/opt/bitnami/common/lib64:
OS_ARCH
amd64
OS_FLAVOUR
debian-12
OS_NAME
linux
PATH
/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/common/sbin:/opt/bitnami/pgpool/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:2b2c5a3f5e829e9f38feed52cb1c27a1fc1c42f1cd0f0419734285b26c9d9f8b - 100.0% (68.5 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2025-05-30T00:13:59.846728425Z","comment":"from Bitnami with love"},{"created":"2025-05-30T03:43:18.573230449Z","created_by":"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:43:18.573230449Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:43:18.573230449Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-05-30T03:42:59Z 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.ref.name=4.6.2-debian-12-r1 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.6.2","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:43:18.573230449Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:43:18.573230449Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:43:18.573230449Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:43:24.801244016Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl ldap-utils libaudit1 libbsd0 libcap-ng0 libcom-err2 libcrypt1 libedit2 libffi8 libgcc-s1 libgmp10 libgnutls30 libgssapi-krb5-2 libhashkit2 libhogweed6 libicu72 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common liblz4-1 liblzma5 libmd0 libmemcached11 libnettle8 libnss-ldapd libp11-kit0 libpam-ldapd libpam0g libpq5 libsasl2-2 libssl3 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 nslcd procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:43:25.728606173Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \"wait-for-port-1.0.8-16-linux-${OS_ARCH}-debian-12\" \"postgresql-client-17.5.0-1-linux-${OS_ARCH}-debian-12\" \"pgpool-4.6.2-1-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256\" -O ; fi ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:43:27.503351633Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:43:27.927151637Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:43:28.4019561Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:43:28.769830373Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:43:29.213280384Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/pgpool/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:43:29.213280384Z","created_by":"ENV APP_VERSION=4.6.2 BITNAMI_APP_NAME=pgpool LD_LIBRARY_PATH=/opt/bitnami/common/lib:/opt/bitnami/common/lib64: PATH=/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/common/sbin:/opt/bitnami/pgpool/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:43:29.213280384Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:43:29.213280384Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:43:29.213280384Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/pgpool/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:43:29.213280384Z","created_by":"CMD [\"/opt/bitnami/scripts/pgpool/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:93c06729815ba3e0748f03ed1b6ebee704355417a088f223917fa41aaf16e0f3
Details
Created
2025-05-30 03:44:43 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bookworm
-
org.opencontainers.image.created
2025-05-30T03:42:59Z
-
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.ref.name
4.6.2-debian-12-r1
-
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.6.2
Environment
APP_VERSION
4.6.2
BITNAMI_APP_NAME
pgpool
HOME
/
LD_LIBRARY_PATH
/opt/bitnami/common/lib:/opt/bitnami/common/lib64:
OS_ARCH
arm64
OS_FLAVOUR
debian-12
OS_NAME
linux
PATH
/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/common/sbin:/opt/bitnami/pgpool/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:a9db0820f0c22f4c6549adf46db9ca6a0d26d7ee4772ae02d5f85fd7bb79ff55 - 100.0% (68 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2025-05-30T00:13:27.235691742Z","comment":"from Bitnami with love"},{"created":"2025-05-30T03:43:18.866114811Z","created_by":"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:43:18.866114811Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:43:18.866114811Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-05-30T03:42:59Z 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.ref.name=4.6.2-debian-12-r1 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.6.2","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:43:18.866114811Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:43:18.866114811Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:43:18.866114811Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:44:22.246067247Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl ldap-utils libaudit1 libbsd0 libcap-ng0 libcom-err2 libcrypt1 libedit2 libffi8 libgcc-s1 libgmp10 libgnutls30 libgssapi-krb5-2 libhashkit2 libhogweed6 libicu72 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0 libldap-common liblz4-1 liblzma5 libmd0 libmemcached11 libnettle8 libnss-ldapd libp11-kit0 libpam-ldapd libpam0g libpq5 libsasl2-2 libssl3 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 nslcd procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:44:27.042158461Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \"wait-for-port-1.0.8-16-linux-${OS_ARCH}-debian-12\" \"postgresql-client-17.5.0-1-linux-${OS_ARCH}-debian-12\" \"pgpool-4.6.2-1-linux-${OS_ARCH}-debian-12\" ) ; for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256\" -O ; fi ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:44:40.628707198Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get update \u0026\u0026 apt-get upgrade -y \u0026\u0026 apt-get clean \u0026\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:44:41.092815548Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:44:41.894447805Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\; || true # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:44:42.261824612Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:44:43.875841563Z","created_by":"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/pgpool/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-05-30T03:44:43.875841563Z","created_by":"ENV APP_VERSION=4.6.2 BITNAMI_APP_NAME=pgpool LD_LIBRARY_PATH=/opt/bitnami/common/lib:/opt/bitnami/common/lib64: PATH=/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/common/sbin:/opt/bitnami/pgpool/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:44:43.875841563Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:44:43.875841563Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:44:43.875841563Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/pgpool/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-05-30T03:44:43.875841563Z","created_by":"CMD [\"/opt/bitnami/scripts/pgpool/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:d47b45c920fc403b814f65cf1fdbd5256e03c7215449883ceb306ff1dfb64342