Details
Created
2023-08-05 22:45:43 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-08-05T22:44:09Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
23.7.3-debian-11-r0
-
org.opencontainers.image.title
clickhouse
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
23.7.3
Environment
APP_VERSION
23.7.3
BITNAMI_APP_NAME
clickhouse
HOME
/
OS_ARCH
amd64
OS_FLAVOUR
debian-11
OS_NAME
linux
PATH
/opt/bitnami/clickhouse/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
clickhouseCTL_API
3
Layers
[#000] sha256:0b754fd153d5e75ebf6559216d20aeebdd3bbef87517a408e6d01aa177d18e69 - 100.0% (296 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2023-08-04T00:11:38.611971553Z","comment":"from Bitnami with love"},{"created":"2023-08-05T22:45:21.904737689Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:45:21.904737689Z","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-08-05T22:44:09Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=23.7.3-debian-11-r0 org.opencontainers.image.title=clickhouse org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=23.7.3","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:45:21.904737689Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:45:21.904737689Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-08-05T22:45:21.904737689Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:45:27.195478727Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c install_packages ca-certificates curl procps xmlstarlet # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-08-05T22:45:41.172916773Z","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=( \"clickhouse-23.7.3-0-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-08-05T22:45:43.410365727Z","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-08-05T22:45:43.497313433Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-08-05T22:45:43.529444896Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-08-05T22:45:43.833370827Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/clickhouse/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-08-05T22:45:43.833370827Z","created_by":"ENV APP_VERSION=23.7.3 BITNAMI_APP_NAME=clickhouse PATH=/opt/bitnami/clickhouse/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin clickhouseCTL_API=3","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:45:43.833370827Z","created_by":"EXPOSE map[8123/tcp:{} 9000/tcp:{} 9004/tcp:{} 9005/tcp:{} 9009/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:45:43.833370827Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:45:43.833370827Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/clickhouse/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:45:43.833370827Z","created_by":"CMD [\"/opt/bitnami/scripts/clickhouse/run.sh\" \"--\" \"--listen_host=0.0.0.0\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:39358b70e23d11dcc8902bc233be690f5ce568a0cb8d5bf15b63eaee8d7e6d86
Details
Created
2023-08-05 22:47:10 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-08-05T22:44:09Z
-
org.opencontainers.image.description
Application packaged by VMware, Inc
-
org.opencontainers.image.licenses
Apache-2.0
-
org.opencontainers.image.ref.name
23.7.3-debian-11-r0
-
org.opencontainers.image.title
clickhouse
-
org.opencontainers.image.vendor
VMware, Inc.
-
org.opencontainers.image.version
23.7.3
Environment
APP_VERSION
23.7.3
BITNAMI_APP_NAME
clickhouse
HOME
/
OS_ARCH
arm64
OS_FLAVOUR
debian-11
OS_NAME
linux
PATH
/opt/bitnami/clickhouse/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
clickhouseCTL_API
3
Layers
[#000] sha256:c3847cc67a4d48353782c53f7d6495d81678db23b5b64600581a6f9a9e43770f - 100.0% (229 MB)
History
0001-01-01 00:00:00 UTC ([{"created":"2023-08-04T00:12:13.302345196Z","comment":"from Bitnami with love"},{"created":"2023-08-05T22:45:21.908876169Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:45:21.908876169Z","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-08-05T22:44:09Z org.opencontainers.image.description=Application packaged by VMware, Inc org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=23.7.3-debian-11-r0 org.opencontainers.image.title=clickhouse org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=23.7.3","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:45:21.908876169Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:45:21.908876169Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-08-05T22:45:21.908876169Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:46:25.413644784Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c install_packages ca-certificates curl procps xmlstarlet # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-08-05T22:46:47.710492302Z","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=( \"clickhouse-23.7.3-0-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-08-05T22:47:03.704163634Z","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-08-05T22:47:03.85201564Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-08-05T22:47:03.883813516Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-08-05T22:47:10.187482389Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o pipefail -c /opt/bitnami/scripts/clickhouse/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-08-05T22:47:10.187482389Z","created_by":"ENV APP_VERSION=23.7.3 BITNAMI_APP_NAME=clickhouse PATH=/opt/bitnami/clickhouse/bin:/opt/bitnami/common/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin clickhouseCTL_API=3","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:47:10.187482389Z","created_by":"EXPOSE map[8123/tcp:{} 9000/tcp:{} 9004/tcp:{} 9005/tcp:{} 9009/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:47:10.187482389Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:47:10.187482389Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/clickhouse/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-08-05T22:47:10.187482389Z","created_by":"CMD [\"/opt/bitnami/scripts/clickhouse/run.sh\" \"--\" \"--listen_host=0.0.0.0\"]","comment":"buildkit.dockerfile.v0","empty_layer":true}])
crane flatten sha256:5cf5c3a921612277949e994a4a459dd1fddd16f3b82aacacd34433267894e935