Namespace
bitnamilegacy
Image / Tag
clickhouse:24.3.6
Content Digest
sha256:61c732974b4066905e1a90b58a7442dd4d0e9f8551cef90de9c9fe6d52fb5942
Details
Created

2024-08-02 15:10:36 UTC

Size

307 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bookworm
  • org.opencontainers.image.created
    2024-08-02T15:02:32Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.documentation
    https://github.com/bitnami/containers/tree/main/bitnami/clickhouse/README.md
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    24.3.6-debian-12-r0
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/clickhouse
  • org.opencontainers.image.title
    clickhouse
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    24.3.6

Environment
APP_VERSION

24.3.6

BITNAMI_APP_NAME

clickhouse

HOME

/

OS_ARCH

amd64

OS_FLAVOUR

debian-12

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:32e0d84212030dc79e27e397b6904192914ff9ec08c97af98e5282489cfe9d39 - 100.0% (307 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-07-25T00:12:24.844935903Z","comment":"from Bitnami with love"},{"created":"2024-08-02T15:09:26.689064457Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-02T15:09:26.689064457Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-08-02T15:02:32Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/clickhouse/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=24.3.6-debian-12-r0 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/clickhouse org.opencontainers.image.title=clickhouse org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=24.3.6","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-02T15:09:26.689064457Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-02T15:09:26.689064457Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-08-02T15:09:26.689064457Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-02T15:09:32.136964782Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps xmlstarlet # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-08-02T15:09:47.989333147Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"clickhouse-24.3.6-0-linux-${OS_ARCH}-debian-12\" ) ; 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 ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-08-02T15:10:11.537719643Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -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":"2024-08-02T15:10:12.102571953Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-08-02T15:10:12.845331258Z","created_by":"RUN |1 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":"2024-08-02T15:10:35.979137336Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-08-02T15:10:36.779133575Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/clickhouse/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-08-02T15:10:36.779133575Z","created_by":"ENV APP_VERSION=24.3.6 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":"2024-08-02T15:10:36.779133575Z","created_by":"EXPOSE map[8123/tcp:{} 9000/tcp:{} 9004/tcp:{} 9005/tcp:{} 9009/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-02T15:10:36.779133575Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-02T15:10:36.779133575Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/clickhouse/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-02T15:10:36.779133575Z","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:41ee6344caf60be2e96283a3e120ee19243d64fe37ced58afaed6baa3797a2ff

Details
Created

2024-08-02 15:13:12 UTC

Size

296 MB

Content Digest
Labels
  • com.vmware.cp.artifact.flavor
    sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83
  • org.opencontainers.image.base.name
    docker.io/bitnami/minideb:bookworm
  • org.opencontainers.image.created
    2024-08-02T15:02:32Z
  • org.opencontainers.image.description
    Application packaged by Broadcom, Inc.
  • org.opencontainers.image.documentation
    https://github.com/bitnami/containers/tree/main/bitnami/clickhouse/README.md
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    24.3.6-debian-12-r0
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/clickhouse
  • org.opencontainers.image.title
    clickhouse
  • org.opencontainers.image.vendor
    Broadcom, Inc.
  • org.opencontainers.image.version
    24.3.6

Environment
APP_VERSION

24.3.6

BITNAMI_APP_NAME

clickhouse

HOME

/

OS_ARCH

arm64

OS_FLAVOUR

debian-12

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:a9f8fab7ecb396101490f37b443fc7efe82e5e8d0856ae2a6ce6007733b822d2 - 100.0% (296 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2024-07-24T00:13:08.011849488Z","comment":"from Bitnami with love"},{"created":"2024-08-02T15:09:26.961162475Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-02T15:09:26.961162475Z","created_by":"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-08-02T15:02:32Z org.opencontainers.image.description=Application packaged by Broadcom, Inc. org.opencontainers.image.documentation=https://github.com/bitnami/containers/tree/main/bitnami/clickhouse/README.md org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=24.3.6-debian-12-r0 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/clickhouse org.opencontainers.image.title=clickhouse org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=24.3.6","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-02T15:09:26.961162475Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-02T15:09:26.961162475Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-08-02T15:09:26.961162475Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-02T15:10:58.446941235Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl procps xmlstarlet # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-08-02T15:11:36.030475991Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \"clickhouse-24.3.6-0-linux-${OS_ARCH}-debian-12\" ) ; 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 ; sha256sum -c \"${COMPONENT}.tar.gz.sha256\" ; tar -zxf \"${COMPONENT}.tar.gz\" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; rm -rf \"${COMPONENT}\".tar.gz{,.sha256} ; done # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-08-02T15:13:01.860680176Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -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":"2024-08-02T15:13:02.591321756Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-08-02T15:13:03.736500293Z","created_by":"RUN |1 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":"2024-08-02T15:13:04.464032834Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-08-02T15:13:12.402839955Z","created_by":"RUN |1 TARGETARCH=arm64 /bin/bash -o errexit -o nounset -o pipefail -c /opt/bitnami/scripts/clickhouse/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2024-08-02T15:13:12.402839955Z","created_by":"ENV APP_VERSION=24.3.6 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":"2024-08-02T15:13:12.402839955Z","created_by":"EXPOSE map[8123/tcp:{} 9000/tcp:{} 9004/tcp:{} 9005/tcp:{} 9009/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-02T15:13:12.402839955Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-02T15:13:12.402839955Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/clickhouse/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2024-08-02T15:13:12.402839955Z","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:5c0af23f46413cd5c2197ca84d3173bf21a6b4335b01971999e44b89f33c0c0a

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