2024-03-15 06:41:29 UTC
282 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 - 9.3% (26.2 MB)
[#001] sha256:4d6a9221f00c19ab1875d9f5d330608a231401cf7d462bcb8b31b6c694fc87df - 2.97% (8.38 MB)
[#002] sha256:a6674cf512f566f3da018d5d97e7733cee193d74892da80541c42df3191e9552 - 87.43% (247 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:c5c9dcf181eaead4bd48f7e60d344840d4b14243535ca955feec15c5416441da - 0.01% (21.9 KB)
[#006] sha256:2e07ec296a2536417883fe995a938fee71131f0e67fee60babde248a1aeb3299 - 0.29% (843 KB)
[#007] sha256:2f6f4a524f748a059f6f6600e2c49759c193446c4d2cb12ed398be3ffd91a04b - 0.0% (116 Bytes)
[#008] sha256:16176d5f164ea553ac02eda11145f14726f0695bcdd7b4d497c0a189f6f66d1e - 0.0% (364 Bytes)
[#009] sha256:b5cd7fc332238da686a1489ccd5a3ec3c544a200c684760b90cae874af2efc11 - 0.0% (2.87 KB)
[#010] 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-15 06:41:09 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2024-03-15 06:41:09 UTC (buildkit.dockerfile.v0)ARG apt_archive=http://archive.ubuntu.com
2024-03-15 06:41:09 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-15 06:41:09 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2024-03-15 06:41:09 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2024-03-15 06:41:09 UTC (buildkit.dockerfile.v0)ARG VERSION=23.2.4.12
2024-03-15 06:41:09 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2024-03-15 06:41:09 UTC (buildkit.dockerfile.v0)ARG deb_location_url=
2024-03-15 06:41:09 UTC (buildkit.dockerfile.v0)ARG single_binary_location_url=
2024-03-15 06:41:09 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-03-15 06:41:26 UTC (buildkit.dockerfile.v0)RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_release VERSION=23.3.21.26 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_release 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-15 06:41:26 UTC (buildkit.dockerfile.v0)RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_release VERSION=23.3.21.26 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_release 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-15 06:41:27 UTC (buildkit.dockerfile.v0)RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_release VERSION=23.3.21.26 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_release 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-15 06:41:27 UTC (buildkit.dockerfile.v0)RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_release VERSION=23.3.21.26 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_release 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-15 06:41:29 UTC (buildkit.dockerfile.v0)RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_release VERSION=23.3.21.26 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit
2024-03-15 06:41:29 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8
2024-03-15 06:41:29 UTC (buildkit.dockerfile.v0)ENV LANGUAGE=en_US:en
2024-03-15 06:41:29 UTC (buildkit.dockerfile.v0)ENV LC_ALL=en_US.UTF-8
2024-03-15 06:41:29 UTC (buildkit.dockerfile.v0)ENV TZ=UTC
2024-03-15 06:41:29 UTC (buildkit.dockerfile.v0)RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_release VERSION=23.3.21.26 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2024-03-15 06:41:29 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2024-03-15 06:41:29 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2024-03-15 06:41:29 UTC (buildkit.dockerfile.v0)RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_release VERSION=23.3.21.26 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c chmod +x /entrypoint.sh # buildkit
2024-03-15 06:41:29 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2024-03-15 06:41:29 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse]
2024-03-15 06:41:29 UTC (buildkit.dockerfile.v0)ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2024-03-15 06:41:29 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2024-03-15 06:45:36 UTC
208 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 - 11.94% (24.8 MB)
[#001] sha256:322302e878a91688edb3702640edf9bb442111471dbcd037f26954f8bb93d65c - 3.97% (8.25 MB)
[#002] sha256:fa1547e2c9bdf8afe47e96de0b738fe405dd2979499bfb31177a90cf01e5fc93 - 83.68% (174 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:9de3fbbbd822f31c826655182bfdde04b0efca65f359e0c7de6f912bc22b1941 - 0.01% (21.9 KB)
[#006] sha256:ac1b8f91db7581750befd0008a84f2fcca7e2f8d961a24637a5b44cebad5e1b5 - 0.4% (843 KB)
[#007] sha256:81dcf0919de1853ebc0c324f0d9f1e8bf93efb32136b41aadee65bba638340f6 - 0.0% (116 Bytes)
[#008] sha256:a4d729caf6792a2f1fe151a71f9618af8cef7cdeff4324a9cc6e24e25c745ee4 - 0.0% (366 Bytes)
[#009] sha256:b5cd7fc332238da686a1489ccd5a3ec3c544a200c684760b90cae874af2efc11 - 0.0% (2.87 KB)
[#010] 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-15 06:44:43 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2024-03-15 06:44:43 UTC (buildkit.dockerfile.v0)ARG apt_archive=http://archive.ubuntu.com
2024-03-15 06:44:43 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-15 06:44:43 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2024-03-15 06:44:43 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2024-03-15 06:44:43 UTC (buildkit.dockerfile.v0)ARG VERSION=23.2.4.12
2024-03-15 06:44:43 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2024-03-15 06:44:43 UTC (buildkit.dockerfile.v0)ARG deb_location_url=
2024-03-15 06:44:43 UTC (buildkit.dockerfile.v0)ARG single_binary_location_url=
2024-03-15 06:44:43 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-03-15 06:45:19 UTC (buildkit.dockerfile.v0)RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_aarch64 VERSION=23.3.21.26 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_aarch64 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-15 06:45:19 UTC (buildkit.dockerfile.v0)RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_aarch64 VERSION=23.3.21.26 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_aarch64 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-15 06:45:21 UTC (buildkit.dockerfile.v0)RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_aarch64 VERSION=23.3.21.26 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_aarch64 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-15 06:45:23 UTC (buildkit.dockerfile.v0)RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_aarch64 VERSION=23.3.21.26 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_aarch64 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-15 06:45:36 UTC (buildkit.dockerfile.v0)RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_aarch64 VERSION=23.3.21.26 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit
2024-03-15 06:45:36 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8
2024-03-15 06:45:36 UTC (buildkit.dockerfile.v0)ENV LANGUAGE=en_US:en
2024-03-15 06:45:36 UTC (buildkit.dockerfile.v0)ENV LC_ALL=en_US.UTF-8
2024-03-15 06:45:36 UTC (buildkit.dockerfile.v0)ENV TZ=UTC
2024-03-15 06:45:36 UTC (buildkit.dockerfile.v0)RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_aarch64 VERSION=23.3.21.26 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2024-03-15 06:45:36 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2024-03-15 06:45:36 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2024-03-15 06:45:36 UTC (buildkit.dockerfile.v0)RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_aarch64 VERSION=23.3.21.26 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.3/d9672a3731f49037812175eafa656c261ca87b8d/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c chmod +x /entrypoint.sh # buildkit
2024-03-15 06:45:36 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2024-03-15 06:45:36 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse]
2024-03-15 06:45:36 UTC (buildkit.dockerfile.v0)ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2024-03-15 06:45:36 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.