Namespace
bitnamilegacy
Image / Tag
clickhouse:22.3.17-debian-11-r12
Content Digest
sha256:8347db71e198df6a03a830cdd865fce33450910455c445cd450d285bf5571447
Details
Created

2023-02-12 00:32:00 UTC

Size

275 MB

Content Digest
Labels
  • org.opencontainers.image.authors
    https://bitnami.com/contact
  • org.opencontainers.image.description
    Application packaged by Bitnami
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.ref.name
    22.3.17-debian-11-r12
  • org.opencontainers.image.source
    https://github.com/bitnami/containers/tree/main/bitnami/clickhouse
  • org.opencontainers.image.title
    clickhouse
  • org.opencontainers.image.vendor
    VMware, Inc.
  • org.opencontainers.image.version
    22.3.17

Environment
APP_VERSION

22.3.17

BITNAMI_APP_NAME

clickhouse

HOME

/

OS_ARCH

amd64

OS_FLAVOUR

debian-11

OS_NAME

linux

PATH

/opt/bitnami/common/bin:/opt/bitnami/clickhouse/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

clickhouseCTL_API

3


Layers

[#000] sha256:d8777f6018c6ca4bf2bdd943b7014ede5cfd09c2dc26f06128153c2955bbd88e - 100.0% (275 MB)


History
0001-01-01 00:00:00 UTC ([{"created":"2023-02-08T00:11:28.441007036Z","comment":"from Bitnami with love"},{"created":"2023-02-12T00:31:24.498221184Z","created_by":"ARG TARGETARCH","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-12T00:31:24.498221184Z","created_by":"LABEL org.opencontainers.image.authors=https://bitnami.com/contact org.opencontainers.image.description=Application packaged by Bitnami org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.ref.name=22.3.17-debian-11-r12 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/clickhouse org.opencontainers.image.title=clickhouse org.opencontainers.image.vendor=VMware, Inc. org.opencontainers.image.version=22.3.17","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-12T00:31:24.498221184Z","created_by":"ENV HOME=/ OS_ARCH=amd64 OS_FLAVOUR=debian-11 OS_NAME=linux","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-12T00:31:24.498221184Z","created_by":"COPY prebuildfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-12T00:31:24.498221184Z","created_by":"SHELL [/bin/bash -o pipefail -c]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-12T00:31:30.144668345Z","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-02-12T00:31:43.836626687Z","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=( \"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11\" \"clickhouse-22.3.17-2-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-02-12T00:31:58.038290003Z","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-02-12T00:31:59.171537602Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c chmod g+rwX /opt/bitnami # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-12T00:31:59.855732673Z","created_by":"COPY rootfs / # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-12T00:32:00.849718552Z","created_by":"RUN |1 TARGETARCH=amd64 /bin/bash -o pipefail -c /opt/bitnami/scripts/clickhouse/postunpack.sh # buildkit","comment":"buildkit.dockerfile.v0"},{"created":"2023-02-12T00:32:00.849718552Z","created_by":"ENV APP_VERSION=22.3.17 BITNAMI_APP_NAME=clickhouse PATH=/opt/bitnami/common/bin:/opt/bitnami/clickhouse/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-02-12T00:32:00.849718552Z","created_by":"EXPOSE map[8123/tcp:{} 9000/tcp:{} 9004/tcp:{} 9005/tcp:{} 9009/tcp:{}]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-12T00:32:00.849718552Z","created_by":"USER 1001","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-12T00:32:00.849718552Z","created_by":"ENTRYPOINT [\"/opt/bitnami/scripts/clickhouse/entrypoint.sh\"]","comment":"buildkit.dockerfile.v0","empty_layer":true},{"created":"2023-02-12T00:32:00.849718552Z","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:1025babb474db7df85b973d3d77b9f227e87ac90d1e968e0e244588d4f583a41

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