2026-02-17 20:12:53 UTC
218 MB
/etc/clickhouse-server/config.xml
LANGen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZUTC
[#000] sha256:b1cba2e842ca52b95817f958faf99734080c78e92e43ce609cde9244867b49ed - 12.9% (28.2 MB)
[#001] sha256:820dee958d69ceaceb4ea57bc08fb7179f6c7e0987acf3a83c3fb4d05fecc5f2 - 3.32% (7.25 MB)
[#002] sha256:258567d60460abdf8fc0d705b07cfb5c2cf9c109302d7d2c766667ce48775f4c - 83.4% (182 MB)
[#003] sha256:2e88afd8fd9b9d7dc8563b7db8a2a6351683c3b3e457879c7f4c041b98bff53e - 0.0% (185 Bytes)
[#004] sha256:a53900b96e71ca59796a1577140c2aea52ebe99495fc78ab718f66f89ce11fda - 0.38% (845 KB)
[#005] sha256:b306d071c1343d8dc0c6d88a9a96ca5aa60bd057563577ae76fd30fbf89e8a3f - 0.0% (114 Bytes)
[#006] sha256:70c6fbf6e82586a7efc880a4aa52b6e2c210259ad18c01db546ba7da838bd3af - 0.0% (362 Bytes)
[#007] sha256:f9009d2f669d7bd059ba402b69f6770efd463c0a1f88b6c0a81fce2aa343e61b - 0.0% (3.52 KB)
/bin/sh -c #(nop) ARG RELEASE
2026-02-10 17:40:06 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-02-10 17:40:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2026-02-10 17:40:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2026-02-10 17:40:09 UTC/bin/sh -c #(nop) ADD file:52c0e467fa2e92f101018df01a0ff56580c752b7553fbe6df88e16b02af6d4ee in /
2026-02-10 17:40:09 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-02-17 20:12:26 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2026-02-17 20:12:26 UTC (buildkit.dockerfile.v0)ARG apt_archive=http://archive.ubuntu.com
2026-02-17 20:12:26 UTC (buildkit.dockerfile.v0)RUN |2 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com /bin/sh -c sed -i "s|http://archive.ubuntu.com|${apt_archive}|g" /etc/apt/sources.list && groupadd -r clickhouse --gid=101 && useradd -r -g clickhouse --uid=101 --home-dir=/var/lib/clickhouse --shell=/bin/bash clickhouse && apt-get update && apt-get install --yes --no-install-recommends busybox ca-certificates locales tzdata wget && busybox --install -s && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* # buildkit
2026-02-17 20:12:26 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2026-02-17 20:12:26 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2026-02-17 20:12:26 UTC (buildkit.dockerfile.v0)ARG VERSION=25.8.16.34
2026-02-17 20:12:26 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2026-02-17 20:12:51 UTC (buildkit.dockerfile.v0)RUN |6 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main VERSION=25.8.16.34 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c clickhouse local -q 'SELECT 1' >/dev/null 2>&1 && exit 0 || : ; apt-get update && apt-get install --yes --no-install-recommends dirmngr gnupg2 && mkdir -p /etc/apt/sources.list.d && GNUPGHOME=$(mktemp -d) && GNUPGHOME="$GNUPGHOME" gpg --batch --no-default-keyring --keyring /usr/share/keyrings/clickhouse-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3a9ea1193a97b548be1457d48919f6bd2b48d754 && rm -rf "$GNUPGHOME" && chmod +r /usr/share/keyrings/clickhouse-keyring.gpg && echo "${REPOSITORY}" > /etc/apt/sources.list.d/clickhouse.list && echo "installing from repository: ${REPOSITORY}" && apt-get update && for package in ${PACKAGES}; do packages="${packages} ${package}=${VERSION}" ; done && apt-get install --yes --no-install-recommends ${packages} || exit 1 && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* && apt-get autoremove --purge -yq dirmngr gnupg2 && chmod ugo+Xrw -R /etc/clickhouse-server /etc/clickhouse-client # buildkit
2026-02-17 20:12:52 UTC (buildkit.dockerfile.v0)RUN |6 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main VERSION=25.8.16.34 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c clickhouse-local -q 'SELECT * FROM system.build_options' && mkdir -p /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server /etc/clickhouse-client && chmod ugo+Xrw -R /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server /etc/clickhouse-client # buildkit
2026-02-17 20:12:53 UTC (buildkit.dockerfile.v0)RUN |6 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main VERSION=25.8.16.34 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c locale-gen en_US.UTF-8 # buildkit
2026-02-17 20:12:53 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8
2026-02-17 20:12:53 UTC (buildkit.dockerfile.v0)ENV TZ=UTC
2026-02-17 20:12:53 UTC (buildkit.dockerfile.v0)RUN |6 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main VERSION=25.8.16.34 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2026-02-17 20:12:53 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2026-02-17 20:12:53 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2026-02-17 20:12:53 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2026-02-17 20:12:53 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse]
2026-02-17 20:12:53 UTC (buildkit.dockerfile.v0)ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2026-02-17 20:12:53 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2026-02-17 20:12:18 UTC
204 MB
/etc/clickhouse-server/config.xml
LANGen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZUTC
[#000] sha256:c36472b3458398be28ecbfebbaac44143c040eae73411baded48a22060d3055b - 12.81% (26.1 MB)
[#001] sha256:8e105b5258b6287684da632f28c009bead56d72476c38c18b71037e43e8e9b7c - 3.54% (7.23 MB)
[#002] sha256:494d420eedbfb97f76c475c4139188424ad202fa0e076dcced2c2495768b59ac - 83.24% (170 MB)
[#003] sha256:c477e7fcc96d3a9fe18cfd60a3109816b4a377d41bfdb46d3e0a3438fd193976 - 0.0% (185 Bytes)
[#004] sha256:a56a0a0e8730d6ac8153fd30fc3f7dc73e6e5160fa253c8ffa137dbdb06914b4 - 0.4% (845 KB)
[#005] sha256:f55e4b063f018d389136b40b857059bb4e1bb4f5af6046376bb9edfcad0241ff - 0.0% (114 Bytes)
[#006] sha256:d1ac4fd6f889704ea3b167cbbc7b274f8178ae69d00df70debe3e214aa936b13 - 0.0% (363 Bytes)
[#007] sha256:ff96f921752d4141c565ccca7e44ec7c882d09ac1601be61a0997273ce77657c - 0.0% (3.52 KB)
/bin/sh -c #(nop) ARG RELEASE
2026-02-10 17:42:29 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-02-10 17:42:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2026-02-10 17:42:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2026-02-10 17:42:31 UTC/bin/sh -c #(nop) ADD file:a85469998596adb526225bc2a2ce3f2cd899fb87a09539f6f84d359c6b935769 in /
2026-02-10 17:42:31 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-02-17 20:11:49 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2026-02-17 20:11:49 UTC (buildkit.dockerfile.v0)ARG apt_archive=http://archive.ubuntu.com
2026-02-17 20:11:49 UTC (buildkit.dockerfile.v0)RUN |2 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com /bin/sh -c sed -i "s|http://archive.ubuntu.com|${apt_archive}|g" /etc/apt/sources.list && groupadd -r clickhouse --gid=101 && useradd -r -g clickhouse --uid=101 --home-dir=/var/lib/clickhouse --shell=/bin/bash clickhouse && apt-get update && apt-get install --yes --no-install-recommends busybox ca-certificates locales tzdata wget && busybox --install -s && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* # buildkit
2026-02-17 20:11:49 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2026-02-17 20:11:49 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2026-02-17 20:11:49 UTC (buildkit.dockerfile.v0)ARG VERSION=25.8.16.34
2026-02-17 20:11:49 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2026-02-17 20:12:16 UTC (buildkit.dockerfile.v0)RUN |6 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main VERSION=25.8.16.34 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c clickhouse local -q 'SELECT 1' >/dev/null 2>&1 && exit 0 || : ; apt-get update && apt-get install --yes --no-install-recommends dirmngr gnupg2 && mkdir -p /etc/apt/sources.list.d && GNUPGHOME=$(mktemp -d) && GNUPGHOME="$GNUPGHOME" gpg --batch --no-default-keyring --keyring /usr/share/keyrings/clickhouse-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3a9ea1193a97b548be1457d48919f6bd2b48d754 && rm -rf "$GNUPGHOME" && chmod +r /usr/share/keyrings/clickhouse-keyring.gpg && echo "${REPOSITORY}" > /etc/apt/sources.list.d/clickhouse.list && echo "installing from repository: ${REPOSITORY}" && apt-get update && for package in ${PACKAGES}; do packages="${packages} ${package}=${VERSION}" ; done && apt-get install --yes --no-install-recommends ${packages} || exit 1 && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* && apt-get autoremove --purge -yq dirmngr gnupg2 && chmod ugo+Xrw -R /etc/clickhouse-server /etc/clickhouse-client # buildkit
2026-02-17 20:12:16 UTC (buildkit.dockerfile.v0)RUN |6 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main VERSION=25.8.16.34 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c clickhouse-local -q 'SELECT * FROM system.build_options' && mkdir -p /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server /etc/clickhouse-client && chmod ugo+Xrw -R /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server /etc/clickhouse-client # buildkit
2026-02-17 20:12:18 UTC (buildkit.dockerfile.v0)RUN |6 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main VERSION=25.8.16.34 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c locale-gen en_US.UTF-8 # buildkit
2026-02-17 20:12:18 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8
2026-02-17 20:12:18 UTC (buildkit.dockerfile.v0)ENV TZ=UTC
2026-02-17 20:12:18 UTC (buildkit.dockerfile.v0)RUN |6 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main VERSION=25.8.16.34 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2026-02-17 20:12:18 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2026-02-17 20:12:18 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2026-02-17 20:12:18 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2026-02-17 20:12:18 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse]
2026-02-17 20:12:18 UTC (buildkit.dockerfile.v0)ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2026-02-17 20:12:18 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
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.