Namespace
bitnamilegacy
Image / Tag
pgpool:4.4.4-debian-11-r19
Content Digest
sha256:dab8697c1fa22c4eaea67cf9f192f508c5327696cc2039fbab6854d600efccb0
Details
Created

2023-09-07 13:03:23 UTC

Size

53 MB

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-07T13:02:08Z
  • 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-r19
  • 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:50a32fe8162a172a97159f1ae4d30d89ce0ac7ccca79071e6839608515caa1a5 - 100.0% (53 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-08-22T00:09:51.978442683Z","comment":"from Bitnami with love"},{"created":"2023-09-07T13:03:13.376190258Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-07T13:03:13.376190258Z","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-07T13:02:08Z 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-r19 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-07T13:03:13.376190258Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-07T13:03:13.376190258Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-07T13:03:13.376190258Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-07T13:03:19.998616324Z","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-07T13:03:20.582196841Z","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-07T13:03:22.711157432Z","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-07T13:03:22.798688774Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-07T13:03:22.83552239Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-07T13:03:23.001187136Z","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-07T13:03:23.001187136Z","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-07T13:03:23.001187136Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-07T13:03:23.001187136Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-07T13:03:23.001187136Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/pgpool/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-07T13:03:23.001187136Z","created_by":"CMD [\"/opt/bitnami/scripts/pgpool/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:581a1b93b8b2614bce4d6419ce0a0e8c570aab6df701bfde291538bd458f0ba3

Details
Created

2023-09-07 13:04:42 UTC

Size

51.5 MB

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-07T13:02:08Z
  • 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-r19
  • 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:251d1ca767b8650f9ce0d35d48850e4f0b8d7f879e04a54d79240767f0f2917e - 100.0% (51.5 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-08-22T00:09:58.794351393Z","comment":"from Bitnami with love"},{"created":"2023-09-07T13:03:13.3792928Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-07T13:03:13.3792928Z","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-07T13:02:08Z 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-r19 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-07T13:03:13.3792928Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-07T13:03:13.3792928Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-07T13:03:13.3792928Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-07T13:04:21.956368971Z","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-07T13:04:25.201865273Z","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-07T13:04:40.721685705Z","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-07T13:04:40.88402023Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-07T13:04:40.919456695Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-09-07T13:04:42.262431179Z","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-07T13:04:42.262431179Z","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-07T13:04:42.262431179Z","created_by":"EXPOSE map[5432/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-07T13:04:42.262431179Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-07T13:04:42.262431179Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/pgpool/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-09-07T13:04:42.262431179Z","created_by":"CMD [\"/opt/bitnami/scripts/pgpool/run.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])

crane flatten sha256:2f7a3b14f10865fc6e00fd6fdef214dd6f0e4a0b11cd1af32f830e2be5f0320a

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete