2025-08-14 16:05:39 UTC
212 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:a3be5d4ce40198dc77f17780f02720f55b1898a2368f701dd1619fc9f84aac86 - 13.32% (28.2 MB)
[#001] sha256:1f2b1ff853e348471606bdabae3dbeca582dc076f0a12400b20b6a0d3eec0e20 - 3.43% (7.25 MB)
[#002] sha256:a491a1d2b5ea4b1ff196b10523f89bde73de85e3634f19dc9d8c9f235c56dbeb - 82.86% (175 MB)
[#003] sha256:7690c20a34e22cf7d5173eee36489a7d9217387d1b6425d41f530d64164fb9c9 - 0.0% (186 Bytes)
[#004] sha256:52d9a2267bb087200f032b91d07eb2993af87cbdc6ea6f1c23e058999f25670d - 0.39% (845 KB)
[#005] sha256:64d41a2fb8dc49d5b2e8f8f7e6592acdd26dd09c2d1ec46a7da5ab63c08e0679 - 0.0% (116 Bytes)
[#006] sha256:093a89a665149b53a3d981455e0fdc995ac2ee38effda627a80fb755c12f8342 - 0.0% (361 Bytes)
[#007] sha256:de8761ecfbd3d5f4577d0427f6692f8727b32e79416868416c486be5473b9e8b - 0.0% (3.53 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-07-30 05:32:11 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-07-30 05:32:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-07-30 05:32:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2025-07-30 05:32:14 UTC/bin/sh -c #(nop) ADD file:598bb7ba54e5a576778e9ebe1f4e514188812bea30c08d00446f8d04c37053e6 in /
2025-07-30 05:32:14 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ARG apt_archive=http://archive.ubuntu.com
2025-08-14 16:05:39 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
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ARG VERSION=25.7.4.11
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2025-08-14 16:05:39 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.7.4.11 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
2025-08-14 16:05:39 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.7.4.11 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
2025-08-14 16:05:39 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.7.4.11 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c locale-gen en_US.UTF-8 # buildkit
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ENV TZ=UTC
2025-08-14 16:05:39 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.7.4.11 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse]
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2025-08-14 16:05:39 UTC
198 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:12988d4e65587a5bf2d724b19602de581247805c1ae6298b95f29cef57aabbed - 13.17% (26.1 MB)
[#001] sha256:6d2c5ada98534882e286e4969587be2e4169319891948356df0691eb0dfc0cf1 - 3.65% (7.23 MB)
[#002] sha256:cbbee40376ed8c772055142ca3b88c92c6dd5ebef0998e194467a07421d00c50 - 82.76% (164 MB)
[#003] sha256:90f81e9e8e167fab92ae391f856bd24fc60139efb08bdeb826e973c8ee943371 - 0.0% (185 Bytes)
[#004] sha256:235e71c5f6c35d9286578d8aab323a9ec1f8e1f1158046dfbc794f8104b43b88 - 0.42% (845 KB)
[#005] sha256:32870a365cd24f6d24b0980a8aaf87d05b8d49cddef394c6aee47fc7edf8211d - 0.0% (116 Bytes)
[#006] sha256:baa70480277eda6c1ceb38bbd7b8d599ef8b289c0003d5d9a56fe12efc50e371 - 0.0% (359 Bytes)
[#007] sha256:29505d9e8a9f4453402a96cb19faa4e3d8fdf5d01bf90488f762982948bd6aa5 - 0.0% (3.53 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-07-30 05:34:14 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-07-30 05:34:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-07-30 05:34:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2025-07-30 05:34:17 UTC/bin/sh -c #(nop) ADD file:b045ee8ca1dc1b3294d6328d500a5ec30fb4bcdea1a91177f0280497c391ce2b in /
2025-07-30 05:34:17 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ARG apt_archive=http://archive.ubuntu.com
2025-08-14 16:05:39 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
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ARG VERSION=25.7.4.11
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2025-08-14 16:05:39 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.7.4.11 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
2025-08-14 16:05:39 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.7.4.11 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
2025-08-14 16:05:39 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.7.4.11 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c locale-gen en_US.UTF-8 # buildkit
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ENV TZ=UTC
2025-08-14 16:05:39 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.7.4.11 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse]
2025-08-14 16:05:39 UTC (buildkit.dockerfile.v0)ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2025-08-14 16:05:39 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.