Namespace
clickhouse
Image / Tag
clickhouse-server:23.7.4
Content Digest
sha256:1c89c1c761776c33b3096922b3a26ed10afc5b6a4b7754b8d1f1c528488df57e
Details
Created

2023-08-08 19:16:02 UTC

Size

286 MB

Content Digest
Labels
  • build-url
    https://github.com/ClickHouse/ClickHouse/actions/runs/5800981751
  • com.clickhouse.build.githash
    bd2fcd445534e57cc5aa8c170cc25b7479b79c1c
  • 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:edaedc954fb53f42a7754a6e2d1b57f091bc9b11063bc445c2e325ea448f8f68 - 9.17% (26.2 MB)

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

[#002] sha256:37dcf2878d5eef79b09022254390258156d457fd5d456e2a35c7962b29ad7ec0 - 87.6% (251 MB)

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

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

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

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

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

[#008] sha256:6820c07b5891968431216824e1bdc0e43bbeb6130d15d0d899d31f49e4ff0ce5 - 0.0% (362 Bytes)

[#009] sha256:596f231f914cdcafb16968e03fc7beb214d6d4c8e766e9ed3e9c7041209f7d61 - 0.0% (2.69 KB)

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


History
2023-08-01 06:16:43 UTC

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

2023-08-01 06:16:44 UTC

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

2023-08-01 06:16:44 UTC

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

2023-08-01 06:16:44 UTC

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

2023-08-01 06:16:45 UTC

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

2023-08-01 06:16:46 UTC

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

2023-08-08 19:15:38 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-08-08 19:15:38 UTC (buildkit.dockerfile.v0)

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

2023-08-08 19:15:38 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-08-08 19:15:38 UTC (buildkit.dockerfile.v0)

ARG REPO_CHANNEL=stable

2023-08-08 19:15:38 UTC (buildkit.dockerfile.v0)

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

2023-08-08 19:15:38 UTC (buildkit.dockerfile.v0)

ARG VERSION=23.6.2.18

2023-08-08 19:15:38 UTC (buildkit.dockerfile.v0)

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

2023-08-08 19:15:38 UTC (buildkit.dockerfile.v0)

ARG deb_location_url=

2023-08-08 19:15:38 UTC (buildkit.dockerfile.v0)

ARG single_binary_location_url=

2023-08-08 19:15:38 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-08-08 19:15:59 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/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_release VERSION=23.7.4.5 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/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-08-08 19:15:59 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/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_release VERSION=23.7.4.5 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/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-08-08 19:16:00 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/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_release VERSION=23.7.4.5 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/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-08-08 19:16:00 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/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_release VERSION=23.7.4.5 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/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-08-08 19:16: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.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_release VERSION=23.7.4.5 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit

2023-08-08 19:16:02 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2023-08-08 19:16:02 UTC (buildkit.dockerfile.v0)

ENV LANGUAGE=en_US:en

2023-08-08 19:16:02 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2023-08-08 19:16:02 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2023-08-08 19:16: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.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_release VERSION=23.7.4.5 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit

2023-08-08 19:16:02 UTC (buildkit.dockerfile.v0)

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

2023-08-08 19:16:02 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /entrypoint.sh # buildkit

2023-08-08 19:16: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.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_release VERSION=23.7.4.5 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c chmod +x /entrypoint.sh # buildkit

2023-08-08 19:16:02 UTC (buildkit.dockerfile.v0)

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

2023-08-08 19:16:02 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clickhouse]

2023-08-08 19:16:02 UTC (buildkit.dockerfile.v0)

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

2023-08-08 19:16:02 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

Details
Created

2023-08-08 19:20:11 UTC

Size

218 MB

Content Digest
Labels
  • build-url
    https://github.com/ClickHouse/ClickHouse/actions/runs/5800981751
  • com.clickhouse.build.githash
    bd2fcd445534e57cc5aa8c170cc25b7479b79c1c
  • 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:82d728d38b98752cba7d2d7af8ee1cfe67ccdc5915814420650e78def5d1cebc - 11.34% (24.8 MB)

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

[#002] sha256:dd84e86b8beb2bd4d698047d76898bf959c501538a00f5d3ce6145b477ba9b04 - 84.49% (185 MB)

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

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

[#005] sha256:42b4cc257a78b2e5b1ee046014e303739f18cb4ee2199737f668e761238d171b - 0.01% (22 KB)

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

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

[#008] sha256:79008df6f2c45012a5dafb1ba9073bfe20e1735b7f78fc51e2ad9037ddf26a51 - 0.0% (362 Bytes)

[#009] sha256:596f231f914cdcafb16968e03fc7beb214d6d4c8e766e9ed3e9c7041209f7d61 - 0.0% (2.69 KB)

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


History
2023-08-01 06:20:56 UTC

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

2023-08-01 06:20:56 UTC

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

2023-08-01 06:20:56 UTC

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

2023-08-01 06:20:57 UTC

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

2023-08-01 06:21:03 UTC

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

2023-08-01 06:21:03 UTC

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

2023-08-08 19:19:20 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-08-08 19:19:20 UTC (buildkit.dockerfile.v0)

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

2023-08-08 19:19:20 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-08-08 19:19:20 UTC (buildkit.dockerfile.v0)

ARG REPO_CHANNEL=stable

2023-08-08 19:19:20 UTC (buildkit.dockerfile.v0)

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

2023-08-08 19:19:20 UTC (buildkit.dockerfile.v0)

ARG VERSION=23.6.2.18

2023-08-08 19:19:20 UTC (buildkit.dockerfile.v0)

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

2023-08-08 19:19:20 UTC (buildkit.dockerfile.v0)

ARG deb_location_url=

2023-08-08 19:19:20 UTC (buildkit.dockerfile.v0)

ARG single_binary_location_url=

2023-08-08 19:19:20 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-08-08 19:19:56 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/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_aarch64 VERSION=23.7.4.5 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/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-08-08 19:19:56 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/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_aarch64 VERSION=23.7.4.5 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/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-08-08 19:19:58 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/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_aarch64 VERSION=23.7.4.5 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/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-08-08 19:20:00 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/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_aarch64 VERSION=23.7.4.5 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/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-08-08 19:20: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/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_aarch64 VERSION=23.7.4.5 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit

2023-08-08 19:20:11 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2023-08-08 19:20:11 UTC (buildkit.dockerfile.v0)

ENV LANGUAGE=en_US:en

2023-08-08 19:20:11 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2023-08-08 19:20:11 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2023-08-08 19:20: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/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_aarch64 VERSION=23.7.4.5 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit

2023-08-08 19:20:11 UTC (buildkit.dockerfile.v0)

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

2023-08-08 19:20:11 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /entrypoint.sh # buildkit

2023-08-08 19:20: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/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_aarch64 VERSION=23.7.4.5 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.7/bd2fcd445534e57cc5aa8c170cc25b7479b79c1c/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c chmod +x /entrypoint.sh # buildkit

2023-08-08 19:20:11 UTC (buildkit.dockerfile.v0)

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

2023-08-08 19:20:11 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clickhouse]

2023-08-08 19:20:11 UTC (buildkit.dockerfile.v0)

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

2023-08-08 19:20:11 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