Details
Created
2023-09-21 21:26:45 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bullseye
-
org.opencontainers.image.created
2023-09-21T21:25:43Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
4.4.4-debian-11-r32
-
org.opencontainers.image.title
pgpool
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
4.4.4
Environment
APP_VERSION
4.4.4
BITNAMI_APP_NAME
pgpool
HOME
/
LD_LIBRARY_PATH
/opt/bitnami/common/lib:/opt/bitnami/common/lib64:
OS_ARCH
amd64
OS_FLAVOUR
debian-11
OS_NAME
linux
PATH
/opt/bitnami/postgresql/bin:/opt/bitnami/common/bin:/opt/bitnami/common/sbin:/opt/bitnami/pgpool/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:7a43ecef2cdbc002b65b102e6d3d245d3bc05a8e1a7d21a737775067beca1a04 - 100.0% (53 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2023-09-16T00:10:11.957739121Z","comment":"from Bitnami with love"},{"created":"2023-09-21T21:26:30.99858365Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T21:26:30.99858365Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-09-21T21:25:43Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=4.4.4-debian-11-r32 org.opencontainers.image.title=pgpool org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=4.4.4","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T21:26:30.99858365Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T21:26:30.99858365Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T21:26:30.99858365Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T21:26:36.607788921Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c install_packages ca-certificates curl ldap-utils libaudit1 libbsd0 libcap-ng0 libcom-err2 libcrypt1 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libgssapi-krb5-2 libhogweed6 libicu67 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common liblzma5 libmd0 libnettle8 libnss-ldapd libp11-kit0 libpam-ldapd libpam0g libpq5 libsasl2-2 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 nslcd procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T21:26:38.121367769Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=( \"postgresql-client-14.9.0-1-linux-${OS_ARCH}-debian-11\" \"wait-for-port-1.0.6-13-linux-${OS_ARCH}-debian-11\" \"pgpool-4.4.4-1-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\" -O ; fi \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026 rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T21:26:43.237345112Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 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":"2023-09-21T21:26:44.468126403Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T21:26:45.033065339Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T21:26:45.961920266Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/pgpool/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T21:26:45.961920266Z","created_by":"ENV APP_VERSION=4.4.4 BITNAMI_APP_NAME=pgpool LD_LIBRARY_PATH=/opt/bitnami/common/lib:/opt/bitnami/common/lib64: PATH=/opt/bitnami/postgresql/bin:/opt/bitnami/common/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":"2023-09-21T21:26:45.961920266Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T21:26:45.961920266Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T21:26:45.961920266Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/pgpool/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T21:26:45.961920266Z","created_by":"CMD [\"/opt/bitnami/scripts/pgpool/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:bb9b0d985585bedde23c502f6f344c8f7cfef409d0c40f89d06ba1225c82ddfb
Details
Created
2023-09-21 21:28:17 UTC
Content Digest
Labels
-
com.vmware.cp.artifact.flavor
sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e
-
org.opencontainers.image.base.name
docker.io/bitnami/minideb:bullseye
-
org.opencontainers.image.created
2023-09-21T21:25:43Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
4.4.4-debian-11-r32
-
org.opencontainers.image.title
pgpool
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
4.4.4
Environment
APP_VERSION
4.4.4
BITNAMI_APP_NAME
pgpool
HOME
/
LD_LIBRARY_PATH
/opt/bitnami/common/lib:/opt/bitnami/common/lib64:
OS_ARCH
arm64
OS_FLAVOUR
debian-11
OS_NAME
linux
PATH
/opt/bitnami/postgresql/bin:/opt/bitnami/common/bin:/opt/bitnami/common/sbin:/opt/bitnami/pgpool/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Layers
[#000] sha256:14ece46808f6db8626364dce19ce7896b81872e3352ae5d2f18ecd8f369ea380 - 100.0% (51.5 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2023-09-15T00:10:26.139348578Z","comment":"from Bitnami with love"},{"created":"2023-09-21T21:26:31.002180214Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T21:26:31.002180214Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e org.opencontainers.image.base.name=docker.io/bitnami/minideb:bullseye org.opencontainers.image.created=2023-09-21T21:25:43Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=4.4.4-debian-11-r32 org.opencontainers.image.title=pgpool org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=4.4.4","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T21:26:31.002180214Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T21:26:31.002180214Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T21:26:31.002180214Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T21:27:54.77073745Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c install_packages ca-certificates curl ldap-utils libaudit1 libbsd0 libcap-ng0 libcom-err2 libcrypt1 libedit2 libffi7 libgcc-s1 libgmp10 libgnutls30 libgssapi-krb5-2 libhogweed6 libicu67 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common liblzma5 libmd0 libnettle8 libnss-ldapd libp11-kit0 libpam-ldapd libpam0g libpq5 libsasl2-2 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 libuuid1 libxml2 libxslt1.1 nslcd procps zlib1g # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T21:27:58.281900212Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ \u0026\u0026 cd /tmp/bitnami/pkg/cache/ \u0026\u0026 COMPONENTS=( \"postgresql-client-14.9.0-1-linux-${OS_ARCH}-debian-11\" \"wait-for-port-1.0.6-13-linux-${OS_ARCH}-debian-11\" \"pgpool-4.4.4-1-linux-${OS_ARCH}-debian-11\" ) \u0026\u0026 for COMPONENT in \"${COMPONENTS[@]}\"; do if [ ! -f \"${COMPONENT}.tar.gz\" ]; then curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\" -O ; curl -SsLf \"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256\" -O ; fi \u0026\u0026 sha256sum -c \"${COMPONENT}.tar.gz.sha256\" \u0026\u0026 tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' \u0026\u0026 rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T21:28:13.804593627Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c apt-get autoremove --purge -y curl \u0026\u0026 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":"2023-09-21T21:28:14.714750823Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T21:28:15.041754959Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T21:28:17.019058813Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c /opt/bitnami/scripts/pgpool/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-21T21:28:17.019058813Z","created_by":"ENV APP_VERSION=4.4.4 BITNAMI_APP_NAME=pgpool LD_LIBRARY_PATH=/opt/bitnami/common/lib:/opt/bitnami/common/lib64: PATH=/opt/bitnami/postgresql/bin:/opt/bitnami/common/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":"2023-09-21T21:28:17.019058813Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T21:28:17.019058813Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T21:28:17.019058813Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/pgpool/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-21T21:28:17.019058813Z","created_by":"CMD [\"/opt/bitnami/scripts/pgpool/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:48b5cc3f6a1a2b7c30fb4e93341709edd949660551dfbea4c55b0941aca1044b