Namespace
bitnamilegacy
Image / Tag
clickhouse:25.3.3-debian-12-r0
Content Digest
sha256:ef89e442f1aa31ef460f770e309c597e00e86b66d520be5b8f465b0f2650f4ef
Details
Created

2025-04-22 15:15:18 UTC

Size

218 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
    2025-04-22T15:14:22Z
  • 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.ref.name
    25.3.3-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
    25.3.3

Environment
APP_VERSION

25.3.3

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:461673943f159d711daea059e01cba9943a8f35df0433e2d55cd9907d5de5364 - 100.0% (218 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2025-04-18T00:06:38.579104672Z","comment":"from Bitnami with love"},{"created":"2025-04-22T15:14:56.01112139Z","created_by":"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:14:56.01112139Z","created_by":"ARG TARGETARCH=amd64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:14:56.01112139Z","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-04-22T15:14:22Z 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.ref.name=25.3.3-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=25.3.3","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:14:56.01112139Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:14:56.01112139Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-22T15:14:56.01112139Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:15:01.002930642Z","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 procps xmlstarlet # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-22T15:15:05.229885731Z","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=( \"clickhouse-25.3.3-0-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-04-22T15:15:07.792566806Z","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 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":"2025-04-22T15:15:08.428517782Z","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-04-22T15:15:09.340726635Z","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-04-22T15:15:10.10310792Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-22T15:15:18.213712702Z","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/clickhouse/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-22T15:15:18.213712702Z","created_by":"ENV APP_VERSION=25.3.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":"2025-04-22T15:15:18.213712702Z","created_by":"EXPOSE map[8123/tcp:{} 9000/tcp:{} 9004/tcp:{} 9005/tcp:{} 9009/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:15:18.213712702Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:15:18.213712702Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/clickhouse/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:15:18.213712702Z","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:389941327a51cc501cafd1049e918625c2485ba306c344746f1b8f3995e8a95e

Details
Created

2025-04-22 15:16:59 UTC

Size

208 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
    2025-04-22T15:14:22Z
  • 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.ref.name
    25.3.3-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
    25.3.3

Environment
APP_VERSION

25.3.3

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:f3d9a897ec05aa03be32068543749f5d7dc98db9678bd55fef022c9325b6387a - 100.0% (208 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2025-04-17T00:10:12.846901324Z","comment":"from Bitnami with love"},{"created":"2025-04-22T15:14:56.756406198Z","created_by":"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:14:56.756406198Z","created_by":"ARG TARGETARCH=arm64","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:14:56.756406198Z","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-04-22T15:14:22Z 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.ref.name=25.3.3-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=25.3.3","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:14:56.756406198Z","created_by":"ENV HOME=/ OS_ARCH=arm64 OS_FLAVOUR=debian-12 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:14:56.756406198Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-22T15:14:56.756406198Z","created_by":"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:16:11.026539728Z","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 procps xmlstarlet # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-22T15:16:34.100770176Z","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=( \"clickhouse-25.3.3-0-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-04-22T15:16:50.216801604Z","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 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":"2025-04-22T15:16:50.880183587Z","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-04-22T15:16:51.906119787Z","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-04-22T15:16:52.841563592Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-22T15:16:59.639884537Z","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/clickhouse/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2025-04-22T15:16:59.639884537Z","created_by":"ENV APP_VERSION=25.3.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":"2025-04-22T15:16:59.639884537Z","created_by":"EXPOSE map[8123/tcp:{} 9000/tcp:{} 9004/tcp:{} 9005/tcp:{} 9009/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:16:59.639884537Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:16:59.639884537Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/clickhouse/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2025-04-22T15:16:59.639884537Z","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:d14e42efe2fbc46c63ea4fa138806a38be9f29ceb4e47af4f86d36fddaf01a43

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