2024-03-26 07:56:05 UTC
304 MB
/etc/clickhouse-server/config.xml
LANGen_US.UTF-8
LANGUAGEen_US:en
LC_ALLen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZUTC
[#000] sha256:17d0386c2fff30a5b92652bbef2b84639dba9b9f17bdbb819c8d10badd827fdb - 8.64% (26.2 MB)
[#001] sha256:ad68bfed994b46b1780cd70eb050566f344d1cd4acec8cb99407de354500c5eb - 2.76% (8.38 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:9a01c304e660052539742487546240d82c9a482e8d548b23b77687fbbcaa309d - 88.32% (268 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:b96789bbe3f655663f246f3bb72ba1b2e3167b649c31aca9f9e4770ba9428b63 - 0.01% (23.2 KB)
[#007] sha256:c05f2eeb74bf8fd988a58dbe2e8fe4ca1f69770faff37feec705b91276560300 - 0.27% (843 KB)
[#008] sha256:e3302fd37773698566771bdd664a6d612166863c315c49e6ef01d56d25aa2232 - 0.0% (116 Bytes)
[#009] sha256:ea92f7c27988c4df04df37cc5a46a75ee2c876027d7835c9bcd9d668db66b913 - 0.0% (362 Bytes)
[#010] sha256:1ab9172edad2ad78bc7e5ed97d57133e421c166eb9046b937a52d985e24aa46c - 0.0% (2.87 KB)
[#011] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-02-16 21:32:49 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-02-16 21:32:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-02-16 21:32:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-02-16 21:32:52 UTC/bin/sh -c #(nop) ADD file:a25798f31219000d6a82d2c9258743926b1a400530d12dbb1eadf2c2519f9888 in /
2024-02-16 21:32:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-03-26 07:55:37 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2024-03-26 07:55:37 UTC (buildkit.dockerfile.v0)ARG apt_archive=http://archive.ubuntu.com
2024-03-26 07:55:37 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 upgrade -yq && apt-get install --yes --no-install-recommends ca-certificates locales tzdata wget && apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* # buildkit
2024-03-26 07:55:37 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2024-03-26 07:55:37 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2024-03-26 07:55:37 UTC (buildkit.dockerfile.v0)ARG VERSION=23.12.1.1368
2024-03-26 07:55:37 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2024-03-26 07:55:37 UTC (buildkit.dockerfile.v0)ARG deb_location_url=
2024-03-26 07:55:37 UTC (buildkit.dockerfile.v0)ARG DIRECT_DOWNLOAD_URLS=
2024-03-26 07:55:37 UTC (buildkit.dockerfile.v0)ARG single_binary_location_url=
2024-03-26 07:55:37 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-03-26 07:55:37 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c if [ -n "${DIRECT_DOWNLOAD_URLS}" ]; then echo "installing from custom predefined urls with deb packages: ${DIRECT_DOWNLOAD_URLS}" && rm -rf /tmp/clickhouse_debs && mkdir -p /tmp/clickhouse_debs && for url in $DIRECT_DOWNLOAD_URLS; do wget --progress=bar:force:noscroll "$url" -P /tmp/clickhouse_debs || exit 1 ; done && dpkg -i /tmp/clickhouse_debs/*.deb && rm -rf /tmp/* ; fi # buildkit
2024-03-26 07:56:01 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c arch="${TARGETARCH:-amd64}" && if [ -n "${deb_location_url}" ]; then echo "installing from custom url with deb packages: ${deb_location_url}" && rm -rf /tmp/clickhouse_debs && mkdir -p /tmp/clickhouse_debs && for package in ${PACKAGES}; do { wget --progress=bar:force:noscroll "${deb_location_url}/${package}_${VERSION}_${arch}.deb" -P /tmp/clickhouse_debs || wget --progress=bar:force:noscroll "${deb_location_url}/${package}_${VERSION}_all.deb" -P /tmp/clickhouse_debs ; } || exit 1 ; done && dpkg -i /tmp/clickhouse_debs/*.deb && rm -rf /tmp/* ; fi # buildkit
2024-03-26 07:56:02 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c if [ -n "${single_binary_location_url}" ]; then echo "installing from single binary url: ${single_binary_location_url}" && rm -rf /tmp/clickhouse_binary && mkdir -p /tmp/clickhouse_binary && wget --progress=bar:force:noscroll "${single_binary_location_url}" -O /tmp/clickhouse_binary/clickhouse && chmod +x /tmp/clickhouse_binary/clickhouse && /tmp/clickhouse_binary/clickhouse install --user "clickhouse" --group "clickhouse" && rm -rf /tmp/* ; fi # buildkit
2024-03-26 07:56:02 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c if ! clickhouse local -q "SELECT ''" > /dev/null 2>&1; then apt-get update && apt-get install --yes --no-install-recommends apt-transport-https ca-certificates dirmngr gnupg2 && mkdir -p /etc/apt/sources.list.d && GNUPGHOME=$(mktemp -d) && GNUPGHOME="$GNUPGHOME" gpg --no-default-keyring --keyring /usr/share/keyrings/clickhouse-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8919F6BD2B48D754 && 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 --allow-unauthenticated --yes --no-install-recommends ${packages} || exit 1 && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* && apt-get autoremove --purge -yq libksba8 && apt-get autoremove -yq ; fi # buildkit
2024-03-26 07:56:02 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /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
2024-03-26 07:56:05 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit
2024-03-26 07:56:05 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8
2024-03-26 07:56:05 UTC (buildkit.dockerfile.v0)ENV LANGUAGE=en_US:en
2024-03-26 07:56:05 UTC (buildkit.dockerfile.v0)ENV LC_ALL=en_US.UTF-8
2024-03-26 07:56:05 UTC (buildkit.dockerfile.v0)ENV TZ=UTC
2024-03-26 07:56:05 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2024-03-26 07:56:05 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2024-03-26 07:56:05 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2024-03-26 07:56:05 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_release DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c chmod +x /entrypoint.sh # buildkit
2024-03-26 07:56:05 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2024-03-26 07:56:05 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse]
2024-03-26 07:56:05 UTC (buildkit.dockerfile.v0)ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2024-03-26 07:56:05 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2024-03-26 08:00:55 UTC
291 MB
/etc/clickhouse-server/config.xml
LANGen_US.UTF-8
LANGUAGEen_US:en
LC_ALLen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZUTC
[#000] sha256:6aae4cfdd5a10a8b0554e75c4c14ae38022a0c8f08dc5d769a735c705670cab7 - 8.51% (24.8 MB)
[#001] sha256:8b663e764b097af8cc17dd8c3b5897f82bbc66a8f9d6943b5e8b86c13d73179c - 2.83% (8.25 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:fa25a85ade13dd46f87eb2428cd4a80d8cf5b61a876573d18f5379bc93f9ee59 - 88.37% (257 MB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:7c32d4901e648bd01c5b21a7092d8fa89c45a5191df792fc3c57c099d56dcdac - 0.01% (23.2 KB)
[#007] sha256:ba96f9ab8b9eb458e8b87f664ddef3f492dbe9b3dfc3bb7047400bc713cf5b6f - 0.28% (843 KB)
[#008] sha256:03e65ef6455d2449c190851e75d6c3975c76ddc62386812f7025ab445c447589 - 0.0% (116 Bytes)
[#009] sha256:81ddd67595b0eeebabe5d8a6d7b6856150a19fddaf60558fae1ee26829b93499 - 0.0% (364 Bytes)
[#010] sha256:1ab9172edad2ad78bc7e5ed97d57133e421c166eb9046b937a52d985e24aa46c - 0.0% (2.87 KB)
[#011] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-02-16 19:15:01 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-02-16 19:15:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-02-16 19:15:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-02-16 19:15:06 UTC/bin/sh -c #(nop) ADD file:a8303c80b47ec165c276111aa6f98ee877e4da60ddafa00b7547032a3de7935d in /
2024-02-16 19:15:06 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-03-26 07:59:41 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2024-03-26 07:59:41 UTC (buildkit.dockerfile.v0)ARG apt_archive=http://archive.ubuntu.com
2024-03-26 07:59:41 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 upgrade -yq && apt-get install --yes --no-install-recommends ca-certificates locales tzdata wget && apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* # buildkit
2024-03-26 07:59:41 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2024-03-26 07:59:41 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2024-03-26 07:59:41 UTC (buildkit.dockerfile.v0)ARG VERSION=23.12.1.1368
2024-03-26 07:59:41 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2024-03-26 07:59:41 UTC (buildkit.dockerfile.v0)ARG deb_location_url=
2024-03-26 07:59:41 UTC (buildkit.dockerfile.v0)ARG DIRECT_DOWNLOAD_URLS=
2024-03-26 07:59:41 UTC (buildkit.dockerfile.v0)ARG single_binary_location_url=
2024-03-26 07:59:41 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-03-26 07:59:41 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=arm64 /bin/sh -c if [ -n "${DIRECT_DOWNLOAD_URLS}" ]; then echo "installing from custom predefined urls with deb packages: ${DIRECT_DOWNLOAD_URLS}" && rm -rf /tmp/clickhouse_debs && mkdir -p /tmp/clickhouse_debs && for url in $DIRECT_DOWNLOAD_URLS; do wget --progress=bar:force:noscroll "$url" -P /tmp/clickhouse_debs || exit 1 ; done && dpkg -i /tmp/clickhouse_debs/*.deb && rm -rf /tmp/* ; fi # buildkit
2024-03-26 08:00:36 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=arm64 /bin/sh -c arch="${TARGETARCH:-amd64}" && if [ -n "${deb_location_url}" ]; then echo "installing from custom url with deb packages: ${deb_location_url}" && rm -rf /tmp/clickhouse_debs && mkdir -p /tmp/clickhouse_debs && for package in ${PACKAGES}; do { wget --progress=bar:force:noscroll "${deb_location_url}/${package}_${VERSION}_${arch}.deb" -P /tmp/clickhouse_debs || wget --progress=bar:force:noscroll "${deb_location_url}/${package}_${VERSION}_all.deb" -P /tmp/clickhouse_debs ; } || exit 1 ; done && dpkg -i /tmp/clickhouse_debs/*.deb && rm -rf /tmp/* ; fi # buildkit
2024-03-26 08:00:36 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=arm64 /bin/sh -c if [ -n "${single_binary_location_url}" ]; then echo "installing from single binary url: ${single_binary_location_url}" && rm -rf /tmp/clickhouse_binary && mkdir -p /tmp/clickhouse_binary && wget --progress=bar:force:noscroll "${single_binary_location_url}" -O /tmp/clickhouse_binary/clickhouse && chmod +x /tmp/clickhouse_binary/clickhouse && /tmp/clickhouse_binary/clickhouse install --user "clickhouse" --group "clickhouse" && rm -rf /tmp/* ; fi # buildkit
2024-03-26 08:00:39 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=arm64 /bin/sh -c if ! clickhouse local -q "SELECT ''" > /dev/null 2>&1; then apt-get update && apt-get install --yes --no-install-recommends apt-transport-https ca-certificates dirmngr gnupg2 && mkdir -p /etc/apt/sources.list.d && GNUPGHOME=$(mktemp -d) && GNUPGHOME="$GNUPGHOME" gpg --no-default-keyring --keyring /usr/share/keyrings/clickhouse-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8919F6BD2B48D754 && 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 --allow-unauthenticated --yes --no-install-recommends ${packages} || exit 1 && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* && apt-get autoremove --purge -yq libksba8 && apt-get autoremove -yq ; fi # buildkit
2024-03-26 08:00:41 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=arm64 /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
2024-03-26 08:00:54 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=arm64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit
2024-03-26 08:00:54 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8
2024-03-26 08:00:54 UTC (buildkit.dockerfile.v0)ENV LANGUAGE=en_US:en
2024-03-26 08:00:54 UTC (buildkit.dockerfile.v0)ENV LC_ALL=en_US.UTF-8
2024-03-26 08:00:54 UTC (buildkit.dockerfile.v0)ENV TZ=UTC
2024-03-26 08:00:54 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=arm64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2024-03-26 08:00:55 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2024-03-26 08:00:55 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2024-03-26 08:00:55 UTC (buildkit.dockerfile.v0)RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 VERSION=23.12.6.19 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.12/40080a3c2a417800b6b5c2dee040675327d21b80/package_aarch64 DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=arm64 /bin/sh -c chmod +x /entrypoint.sh # buildkit
2024-03-26 08:00:55 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2024-03-26 08:00:55 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse]
2024-03-26 08:00:55 UTC (buildkit.dockerfile.v0)ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2024-03-26 08:00:55 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.