2025-06-27 18:14:04 UTC
193 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:e735f3a6b70199ad991c5715d965a4d858540eca2be18be0d889698e5a0a3e8c - 14.57% (28.2 MB)
[#001] sha256:679cbeb4a6117e4a89354385a22991056e1a8ba7a0faf362d2d54100fcbc2fee - 3.53% (6.82 MB)
[#002] sha256:638f678e2e0e3d2d72c7e27f1862113026358e303c3753b0470fe308f8c9c053 - 81.47% (157 MB)
[#003] sha256:5e6df584021a4952c558982a48d242b0ae8b8c77a3ae299ffd724a99ae2798c0 - 0.0% (185 Bytes)
[#004] sha256:1828df3cb32bfe1f9553f994c53189eda09f756781c27628c19c452a109f2920 - 0.43% (845 KB)
[#005] sha256:f311fe84a2dce203104d8aada861287455280206949ffe889dc9092295f3c365 - 0.0% (114 Bytes)
[#006] sha256:b9f1274a79351c464dbc2dad572b3d4f1ab867898021f80c1a3e0bf05d2702a5 - 0.0% (362 Bytes)
[#007] sha256:ef7b9d5aca7a7a54ce2d46ced324e2d23289e6c06fd10d04208e316d30858fd0 - 0.0% (3.74 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-06-20 10:16:46 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-06-20 10:16:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-06-20 10:16:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2025-06-20 10:16:49 UTC/bin/sh -c #(nop) ADD file:36d136943d44dbe1fed342b933d9abb8e0694bf141a0c0af85ca83cc73e25158 in /
2025-06-20 10:16:49 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ARG apt_archive=http://archive.ubuntu.com
2025-06-27 18:14:04 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 ca-certificates locales tzdata wget && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* # buildkit
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ARG VERSION=25.4.7.66
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2025-06-27 18:14:04 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.4.7.66 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-06-27 18:14:04 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.4.7.66 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-06-27 18:14:04 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.4.7.66 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c locale-gen en_US.UTF-8 # buildkit
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ENV TZ=UTC
2025-06-27 18:14:04 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.4.7.66 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse]
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2025-06-27 18:14:04 UTC
181 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:e730d307d74e767a94e2a36b22cfa82c38738f86f671c4fc0e3c90dadb75afbf - 14.4% (26.1 MB)
[#001] sha256:fc63836cf54edbe487093a98cd679c0d6119b7f2319ff0ee57e940dd07e42e41 - 3.75% (6.8 MB)
[#002] sha256:bfc56d823391ab7401425406d6a855f2f2cdd7f1d1db4d3dc058408ff00bf234 - 81.39% (148 MB)
[#003] sha256:b5456f0cb6164326c4da32dd8d0a6f5f28bb968f776d9a10c51bc6abd056dbfb - 0.0% (186 Bytes)
[#004] sha256:3e3fb17302f69c5b90ea632ae93960b0ad9d1c38d339b7d154430b8423586e0e - 0.46% (845 KB)
[#005] sha256:17fdbf40b48cd6c97c56ebb802b16b40e9f35ca5b6c5d64fdb5589b8da2965cb - 0.0% (116 Bytes)
[#006] sha256:5d3653fc849d9eabf98bb14766b2bc9cf9d6c04174e0ab276a2ab6228267bf00 - 0.0% (361 Bytes)
[#007] sha256:2a97d1cccb811f1a7d8a3c0358285fc0eebe1df75da17e545a3424dddc95f576 - 0.0% (3.74 KB)
/bin/sh -c #(nop) ARG RELEASE
2025-06-20 10:18:35 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-06-20 10:18:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-06-20 10:18:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2025-06-20 10:18:37 UTC/bin/sh -c #(nop) ADD file:420f880e94b721d5d51db26959a0be413bb646cea8a083b48bc7ac884c7fd405 in /
2025-06-20 10:18:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ARG apt_archive=http://archive.ubuntu.com
2025-06-27 18:14:04 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 ca-certificates locales tzdata wget && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* # buildkit
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ARG VERSION=25.4.7.66
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2025-06-27 18:14:04 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.4.7.66 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-06-27 18:14:04 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.4.7.66 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-06-27 18:14:04 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.4.7.66 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c locale-gen en_US.UTF-8 # buildkit
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ENV TZ=UTC
2025-06-27 18:14:04 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.4.7.66 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse]
2025-06-27 18:14:04 UTC (buildkit.dockerfile.v0)ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2025-06-27 18:14:04 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.