2024-04-26 07:50:31 UTC
303 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:4477f8fe99ebfd23fa06d28a2fa42eaa05d726926afc0a055e1ff2b612b7a293 - 8.66% (26.2 MB)
[#001] sha256:51e80b4d5b1aa3d8c3dbecedeed8f6343a64d5bc05d8dac79edcfa4066ae952c - 4.84% (14.7 MB)
[#002] sha256:be01c5c2c846e9e391584d4ce8866e6463f5933b551b0be0194354fbc4a930fa - 86.22% (261 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:3221944840ead902a34a27436f43000506d0ca621ea2bc562cdbc63c5adff00f - 0.01% (22.2 KB)
[#006] sha256:d8c2254cb9020405c61a477c9d521be41c7dc24812474256f83c7a2f93a48b8b - 0.27% (843 KB)
[#007] sha256:38514722736110428f02688770216ed031995380fab4c0c7af7bade668767580 - 0.0% (116 Bytes)
[#008] sha256:168b6542bd2cd0c1ad65dfb3224de0a6cc76a178ecedfd4779b01398d2aa8234 - 0.0% (364 Bytes)
[#009] sha256:c098387d8e5e1cfed57ae29f5cbe739ecc755ef52421093085d711d9fbf5657c - 0.0% (2.87 KB)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-04-17 18:23:31 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-04-17 18:23:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-04-17 18:23:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-04-17 18:23:33 UTC/bin/sh -c #(nop) ADD file:f0e219aa0262921f4667bb1a79ad839b3efd92e23eef2d1b5eba9cfe4eaf78cc in /
2024-04-17 18:23:33 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-04-26 07:49:54 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2024-04-26 07:49:54 UTC (buildkit.dockerfile.v0)ARG apt_archive=http://archive.ubuntu.com
2024-04-26 07:49:54 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-04-26 07:49:54 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2024-04-26 07:49:54 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2024-04-26 07:49:54 UTC (buildkit.dockerfile.v0)ARG VERSION=23.7.5.30
2024-04-26 07:49:54 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2024-04-26 07:49:54 UTC (buildkit.dockerfile.v0)ARG deb_location_url=
2024-04-26 07:49:54 UTC (buildkit.dockerfile.v0)ARG single_binary_location_url=
2024-04-26 07:49:54 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-04-26 07:50:28 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.8/37e034f903eb27cba079b73567a07a1ea9067472/package_release VERSION=23.8.13.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/37e034f903eb27cba079b73567a07a1ea9067472/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-04-26 07:50:28 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.8/37e034f903eb27cba079b73567a07a1ea9067472/package_release VERSION=23.8.13.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/37e034f903eb27cba079b73567a07a1ea9067472/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-04-26 07:50:28 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.8/37e034f903eb27cba079b73567a07a1ea9067472/package_release VERSION=23.8.13.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/37e034f903eb27cba079b73567a07a1ea9067472/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-04-26 07:50:28 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.8/37e034f903eb27cba079b73567a07a1ea9067472/package_release VERSION=23.8.13.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/37e034f903eb27cba079b73567a07a1ea9067472/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-04-26 07:50:31 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.8/37e034f903eb27cba079b73567a07a1ea9067472/package_release VERSION=23.8.13.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/37e034f903eb27cba079b73567a07a1ea9067472/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit
2024-04-26 07:50:31 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8
2024-04-26 07:50:31 UTC (buildkit.dockerfile.v0)ENV LANGUAGE=en_US:en
2024-04-26 07:50:31 UTC (buildkit.dockerfile.v0)ENV LC_ALL=en_US.UTF-8
2024-04-26 07:50:31 UTC (buildkit.dockerfile.v0)ENV TZ=UTC
2024-04-26 07:50:31 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.8/37e034f903eb27cba079b73567a07a1ea9067472/package_release VERSION=23.8.13.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/37e034f903eb27cba079b73567a07a1ea9067472/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2024-04-26 07:50:31 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2024-04-26 07:50:31 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2024-04-26 07:50:31 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.8/37e034f903eb27cba079b73567a07a1ea9067472/package_release VERSION=23.8.13.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/37e034f903eb27cba079b73567a07a1ea9067472/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c chmod +x /entrypoint.sh # buildkit
2024-04-26 07:50:31 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2024-04-26 07:50:31 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse]
2024-04-26 07:50:31 UTC (buildkit.dockerfile.v0)ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2024-04-26 07:50:31 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2024-04-26 07:55:18 UTC
294 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:935803725f5775642918295f3557fecf93003fde6403df6fcbb2379ce4795a1d - 8.43% (24.8 MB)
[#001] sha256:050d4f829b90a17997a83dcd5dd9f5413ec35b29038fd7b5779668120500f9e5 - 4.6% (13.5 MB)
[#002] sha256:869c008adf5ca145f26e8c17edc3da106165d91d37eae1545eb8291f8ef85f64 - 86.69% (255 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:6c305404d7f9e8277f738dd772b8102a28dd692fb9d129ae6a2540e791f05f3f - 0.01% (22.2 KB)
[#006] sha256:f312308ddc86f94636a35442e73e70f3787174407130290389414081afbf755e - 0.28% (843 KB)
[#007] sha256:f712be0d4feb45f9b0ed7520a365bbd7d8ea14f7ef013a6b11179e95743f9902 - 0.0% (116 Bytes)
[#008] sha256:e5ed07054b463ce392c79a926ee6697e6b4435a8872f06f1cac42b23abffdc03 - 0.0% (364 Bytes)
[#009] sha256:c098387d8e5e1cfed57ae29f5cbe739ecc755ef52421093085d711d9fbf5657c - 0.0% (2.87 KB)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-04-17 17:57:13 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-04-17 17:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-04-17 17:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-04-17 17:57:14 UTC/bin/sh -c #(nop) ADD file:14fd903d8c1e98bd6a8c31b38182fa528e5277243e3b7ea9f682a57a9e7a3e60 in /
2024-04-17 17:57:14 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-04-26 07:54:15 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2024-04-26 07:54:15 UTC (buildkit.dockerfile.v0)ARG apt_archive=http://archive.ubuntu.com
2024-04-26 07:54:15 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-04-26 07:54:15 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2024-04-26 07:54:15 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2024-04-26 07:54:15 UTC (buildkit.dockerfile.v0)ARG VERSION=23.7.5.30
2024-04-26 07:54:15 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2024-04-26 07:54:15 UTC (buildkit.dockerfile.v0)ARG deb_location_url=
2024-04-26 07:54:15 UTC (buildkit.dockerfile.v0)ARG single_binary_location_url=
2024-04-26 07:54:15 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-04-26 07:55:01 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.8/37e034f903eb27cba079b73567a07a1ea9067472/package_aarch64 VERSION=23.8.13.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/37e034f903eb27cba079b73567a07a1ea9067472/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-04-26 07:55:02 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.8/37e034f903eb27cba079b73567a07a1ea9067472/package_aarch64 VERSION=23.8.13.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/37e034f903eb27cba079b73567a07a1ea9067472/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-04-26 07:55:04 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.8/37e034f903eb27cba079b73567a07a1ea9067472/package_aarch64 VERSION=23.8.13.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/37e034f903eb27cba079b73567a07a1ea9067472/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-04-26 07:55:07 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.8/37e034f903eb27cba079b73567a07a1ea9067472/package_aarch64 VERSION=23.8.13.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/37e034f903eb27cba079b73567a07a1ea9067472/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-04-26 07:55:18 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.8/37e034f903eb27cba079b73567a07a1ea9067472/package_aarch64 VERSION=23.8.13.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/37e034f903eb27cba079b73567a07a1ea9067472/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit
2024-04-26 07:55:18 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8
2024-04-26 07:55:18 UTC (buildkit.dockerfile.v0)ENV LANGUAGE=en_US:en
2024-04-26 07:55:18 UTC (buildkit.dockerfile.v0)ENV LC_ALL=en_US.UTF-8
2024-04-26 07:55:18 UTC (buildkit.dockerfile.v0)ENV TZ=UTC
2024-04-26 07:55:18 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.8/37e034f903eb27cba079b73567a07a1ea9067472/package_aarch64 VERSION=23.8.13.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/37e034f903eb27cba079b73567a07a1ea9067472/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2024-04-26 07:55:18 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2024-04-26 07:55:18 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2024-04-26 07:55:18 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.8/37e034f903eb27cba079b73567a07a1ea9067472/package_aarch64 VERSION=23.8.13.25 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/37e034f903eb27cba079b73567a07a1ea9067472/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c chmod +x /entrypoint.sh # buildkit
2024-04-26 07:55:18 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2024-04-26 07:55:18 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse]
2024-04-26 07:55:18 UTC (buildkit.dockerfile.v0)ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2024-04-26 07:55: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.