Namespace
clickhouse
Image / Tag
clickhouse-server:23.7.1
Content Digest
sha256:dd3991607598c66f8b0ff2ea3b85968a586331ee09cefa3567f5d24793f65a25
Details
Created

2023-07-27 13:42:57 UTC

Size

286 MB

Content Digest
Labels
  • build-url
    https://github.com/ClickHouse/ClickHouse/actions/runs/5681239145
  • com.clickhouse.build.githash
    a70127baecc451f1f7073bad7b6198f6703441d8
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    20.04

Environment
CLICKHOUSE_CONFIG

/etc/clickhouse-server/config.xml

LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

UTC


Layers

[#000] sha256:01085d60b3a624c06a7132ff0749efc6e6565d9f2531d7685ff559fb5d0f669f - 9.18% (26.2 MB)

[#001] sha256:ac70e4d20b23a23485b634365e637b49b159f93252bad32b726ab23a0037a081 - 2.93% (8.38 MB)

[#002] sha256:54edfbf467670dc27a963b364f1180b5fa78c2487079ed537a780ed54ee134c2 - 87.6% (250 MB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:3bcee44c6548441a8d871787ce6cb121d7bf0d4adeca10026ad690f7c14d2084 - 0.01% (22 KB)

[#006] sha256:4c2db945d60370c6403d7392d81150cdaa8b782b1b319ea90a5a480a67cef1ce - 0.29% (843 KB)

[#007] sha256:5f7a291da1411763a74b27c32c2e2897303c154a5f236692bc97ef9c747a8196 - 0.0% (116 Bytes)

[#008] sha256:488f5213e1aaaa54df60d6265ada3ada87baa612f6ab8cabebb6021d8cf7fa7e - 0.0% (365 Bytes)

[#009] sha256:3e105d4c2eb3de17bc5ab8af5176828eab3070e09630ac4fb476263ef48268a1 - 0.0% (2.69 KB)

[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2023-06-28 09:59:08 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-06-28 09:59:08 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-06-28 09:59:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-06-28 09:59:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04

2023-06-28 09:59:10 UTC

/bin/sh -c #(nop) ADD file:12f97b7b044d0d1166dd59408c67f5610a764127aa8a01bc57db23bee48911af in /

2023-06-28 09:59:10 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2023-07-27 13:42:32 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-07-27 13:42:32 UTC (buildkit.dockerfile.v0)

ARG apt_archive=http://archive.ubuntu.com

2023-07-27 13:42:32 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

2023-07-27 13:42:32 UTC (buildkit.dockerfile.v0)

ARG REPO_CHANNEL=stable

2023-07-27 13:42:32 UTC (buildkit.dockerfile.v0)

ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main

2023-07-27 13:42:32 UTC (buildkit.dockerfile.v0)

ARG VERSION=23.6.2.18

2023-07-27 13:42:32 UTC (buildkit.dockerfile.v0)

ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static

2023-07-27 13:42:32 UTC (buildkit.dockerfile.v0)

ARG deb_location_url=

2023-07-27 13:42:32 UTC (buildkit.dockerfile.v0)

ARG single_binary_location_url=

2023-07-27 13:42:32 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-07-27 13:42:53 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.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_release VERSION=23.7.1.2470 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/a70127baecc451f1f7073bad7b6198f6703441d8/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

2023-07-27 13:42:54 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.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_release VERSION=23.7.1.2470 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/a70127baecc451f1f7073bad7b6198f6703441d8/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

2023-07-27 13:42:54 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.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_release VERSION=23.7.1.2470 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/a70127baecc451f1f7073bad7b6198f6703441d8/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 -r "$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

2023-07-27 13:42:54 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.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_release VERSION=23.7.1.2470 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/a70127baecc451f1f7073bad7b6198f6703441d8/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

2023-07-27 13:42:57 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.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_release VERSION=23.7.1.2470 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit

2023-07-27 13:42:57 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2023-07-27 13:42:57 UTC (buildkit.dockerfile.v0)

ENV LANGUAGE=en_US:en

2023-07-27 13:42:57 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2023-07-27 13:42:57 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2023-07-27 13:42:57 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.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_release VERSION=23.7.1.2470 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit

2023-07-27 13:42:57 UTC (buildkit.dockerfile.v0)

COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit

2023-07-27 13:42:57 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /entrypoint.sh # buildkit

2023-07-27 13:42:57 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.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_release VERSION=23.7.1.2470 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c chmod +x /entrypoint.sh # buildkit

2023-07-27 13:42:57 UTC (buildkit.dockerfile.v0)

EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]

2023-07-27 13:42:57 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clickhouse]

2023-07-27 13:42:57 UTC (buildkit.dockerfile.v0)

ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml

2023-07-27 13:42:57 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

Details
Created

2023-07-27 13:47:29 UTC

Size

218 MB

Content Digest
Labels
  • build-url
    https://github.com/ClickHouse/ClickHouse/actions/runs/5681239145
  • com.clickhouse.build.githash
    a70127baecc451f1f7073bad7b6198f6703441d8
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    20.04

Environment
CLICKHOUSE_CONFIG

/etc/clickhouse-server/config.xml

LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

UTC


Layers

[#000] sha256:fd7ea62b7af53fe93cb837560acd7903ee12e26127affb518c2b9efc6500d503 - 11.35% (24.8 MB)

[#001] sha256:edd5227bf9ef7bd19e5b4a071d69e4ccca62b236d4476fcb4024c410d68cf5aa - 3.78% (8.25 MB)

[#002] sha256:296edbaea00af4ff5e9a700ccda3a0b76cf62d3b359d623eb2d6a371eafede9c - 84.49% (184 MB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#005] sha256:0caaf713e76a51ed00fc1f0cc48427ba181a0e4753987c86224223d7f599f830 - 0.01% (22 KB)

[#006] sha256:f8011a7c6ee540684565207aa4754396737249099987e414a1ba060274a9e4d0 - 0.38% (843 KB)

[#007] sha256:b13fa47a17aabccef65c160a5ba68a5d3696999b0b4395bf77569a7f084697ed - 0.0% (116 Bytes)

[#008] sha256:a6f5cae6be242fbdc203cd4a5a511006889df3f3858f0788c44252499f657478 - 0.0% (361 Bytes)

[#009] sha256:3e105d4c2eb3de17bc5ab8af5176828eab3070e09630ac4fb476263ef48268a1 - 0.0% (2.69 KB)

[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2023-06-28 09:54:46 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-06-28 09:54:46 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-06-28 09:54:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-06-28 09:54:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04

2023-06-28 09:54:48 UTC

/bin/sh -c #(nop) ADD file:a6db9f7789e57b7119f68e4e4ec9ec5aab8c3c8bd53fd932f3c59c54b1c20a26 in /

2023-06-28 09:54:49 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2023-07-27 13:46:25 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-07-27 13:46:25 UTC (buildkit.dockerfile.v0)

ARG apt_archive=http://archive.ubuntu.com

2023-07-27 13:46:25 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

2023-07-27 13:46:25 UTC (buildkit.dockerfile.v0)

ARG REPO_CHANNEL=stable

2023-07-27 13:46:25 UTC (buildkit.dockerfile.v0)

ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main

2023-07-27 13:46:25 UTC (buildkit.dockerfile.v0)

ARG VERSION=23.6.2.18

2023-07-27 13:46:25 UTC (buildkit.dockerfile.v0)

ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static

2023-07-27 13:46:25 UTC (buildkit.dockerfile.v0)

ARG deb_location_url=

2023-07-27 13:46:25 UTC (buildkit.dockerfile.v0)

ARG single_binary_location_url=

2023-07-27 13:46:25 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-07-27 13:47:06 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.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_aarch64 VERSION=23.7.1.2470 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/a70127baecc451f1f7073bad7b6198f6703441d8/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

2023-07-27 13:47:06 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.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_aarch64 VERSION=23.7.1.2470 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/a70127baecc451f1f7073bad7b6198f6703441d8/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

2023-07-27 13:47:09 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.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_aarch64 VERSION=23.7.1.2470 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/a70127baecc451f1f7073bad7b6198f6703441d8/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 -r "$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

2023-07-27 13:47:11 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.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_aarch64 VERSION=23.7.1.2470 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/a70127baecc451f1f7073bad7b6198f6703441d8/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

2023-07-27 13:47: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.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_aarch64 VERSION=23.7.1.2470 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit

2023-07-27 13:47:28 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2023-07-27 13:47:28 UTC (buildkit.dockerfile.v0)

ENV LANGUAGE=en_US:en

2023-07-27 13:47:28 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2023-07-27 13:47:28 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2023-07-27 13:47: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.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_aarch64 VERSION=23.7.1.2470 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit

2023-07-27 13:47:29 UTC (buildkit.dockerfile.v0)

COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit

2023-07-27 13:47:29 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /entrypoint.sh # buildkit

2023-07-27 13:47: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.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_aarch64 VERSION=23.7.1.2470 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/a70127baecc451f1f7073bad7b6198f6703441d8/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c chmod +x /entrypoint.sh # buildkit

2023-07-27 13:47:29 UTC (buildkit.dockerfile.v0)

EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]

2023-07-27 13:47:29 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clickhouse]

2023-07-27 13:47:29 UTC (buildkit.dockerfile.v0)

ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml

2023-07-27 13:47:29 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

Danger Zone
Delete Tag

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.

Delete