Namespace
clickhouse
Image / Tag
clickhouse-server:24.4.1
Content Digest
sha256:2e6587b81a267c6152cf2112c3532516424d3eaa36f1b150d5b8847c0e3d5b01
Details
Created

2024-05-01 01:56:25 UTC

Size

174 MB

Content Digest
Labels
  • build-url
    https://github.com/ClickHouse/ClickHouse/actions/runs/8904202215
  • com.clickhouse.build.githash
    6d4b31322d168356c8b10c43b4cef157c82337ff
  • com.clickhouse.build.version
    v24.4.1.2088-stable
  • 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:4477f8fe99ebfd23fa06d28a2fa42eaa05d726926afc0a055e1ff2b612b7a293 - 15.07% (26.2 MB)

[#001] sha256:18cc3195620a798027f5e644be1545927f8890c3e6cd3c5a4a919742dbf3c6a3 - 8.42% (14.7 MB)

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

[#003] sha256:e2f723cc7dbc0bf575f7b5bf48cfe7c689c125be69a2adfa53357e57c2ebc2e6 - 76.02% (132 MB)

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

[#005] sha256:c6951acdd51287efa7e28774bd196afd3f27b9e046b345aa314738d2d0617958 - 0.0% (253 Bytes)

[#006] sha256:d13693c4ae3018f6bed4bc30f6789cabe14d1fff2b41e19a9c7bfef1017d2787 - 0.01% (24.2 KB)

[#007] sha256:fffbc83f98a97bb784539f8705fe2d15e9b08e7b6f4e5e02af9baf3a8cd6e546 - 0.47% (843 KB)

[#008] sha256:8fe52e081c6b3cf7f7bf253c8ebb7c3b4bc9ba975f31398fe4de288f3714f371 - 0.0% (116 Bytes)

[#009] sha256:afe0699254de6b9cdbba1d7d6bdc507e65afb72e8808c193d810bcd8e55c9a0c - 0.0% (363 Bytes)

[#010] sha256:feac8161fb493eee5c9654a74621a5a54909ce448df13b7f0df07d52e5b6ce55 - 0.0% (3.02 KB)

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


History
2024-04-17 18:23:31 UTC

/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-05-01 01:56:05 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-05-01 01:56:05 UTC (buildkit.dockerfile.v0)

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

2024-05-01 01:56:05 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-05-01 01:56:05 UTC (buildkit.dockerfile.v0)

ARG REPO_CHANNEL=stable

2024-05-01 01:56:05 UTC (buildkit.dockerfile.v0)

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

2024-05-01 01:56:05 UTC (buildkit.dockerfile.v0)

ARG VERSION=24.3.2.23

2024-05-01 01:56:05 UTC (buildkit.dockerfile.v0)

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

2024-05-01 01:56:05 UTC (buildkit.dockerfile.v0)

ARG deb_location_url=

2024-05-01 01:56:05 UTC (buildkit.dockerfile.v0)

ARG DIRECT_DOWNLOAD_URLS=

2024-05-01 01:56:05 UTC (buildkit.dockerfile.v0)

ARG single_binary_location_url=

2024-05-01 01:56:05 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-05-01 01: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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_release VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/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-05-01 01:56:21 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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_release VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/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-05-01 01:56:21 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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_release VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/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-05-01 01:56:21 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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_release VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/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-05-01 01:56:22 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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_release VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/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-05-01 01:56:25 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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_release VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_release DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit

2024-05-01 01:56:25 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2024-05-01 01:56:25 UTC (buildkit.dockerfile.v0)

ENV LANGUAGE=en_US:en

2024-05-01 01:56:25 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2024-05-01 01:56:25 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2024-05-01 01:56:25 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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_release VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_release DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit

2024-05-01 01:56:25 UTC (buildkit.dockerfile.v0)

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

2024-05-01 01:56:25 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /entrypoint.sh # buildkit

2024-05-01 01:56:25 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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_release VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_release DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c chmod +x /entrypoint.sh # buildkit

2024-05-01 01:56:25 UTC (buildkit.dockerfile.v0)

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

2024-05-01 01:56:25 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clickhouse]

2024-05-01 01:56:25 UTC (buildkit.dockerfile.v0)

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

2024-05-01 01:56:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

Details
Created

2024-05-01 02:00:57 UTC

Size

166 MB

Content Digest
Labels
  • build-url
    https://github.com/ClickHouse/ClickHouse/actions/runs/8904202215
  • com.clickhouse.build.githash
    6d4b31322d168356c8b10c43b4cef157c82337ff
  • com.clickhouse.build.version
    v24.4.1.2088-stable
  • 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:935803725f5775642918295f3557fecf93003fde6403df6fcbb2379ce4795a1d - 14.93% (24.8 MB)

[#001] sha256:04e25638755582c9e3e0579633efbcd6f06ced3c0257e7595cd35cbaebada84a - 8.14% (13.5 MB)

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

[#003] sha256:90b93410cd063ee22fe0c431944720ab17331ab9a7ecc0eb40b88d9c922315c9 - 76.42% (127 MB)

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

[#005] sha256:6f6485aa206bfaa39c3630c99b10ff54285e1ab3ecbc7ccdd9d1b615a2c22820 - 0.0% (255 Bytes)

[#006] sha256:2d43d4d25e29af89ed18fb2d9bf5ed35c21417f6567628a29c235bbf21268e31 - 0.01% (24.2 KB)

[#007] sha256:1e00d412dc25bbbaaefd77e1ee6d349ed0c778515c9864abaaab4f965c446970 - 0.5% (843 KB)

[#008] sha256:fdd0d1c3031ab7c276e7bb89783c26628c67017022cd65e3c45cbf55d271b8ef - 0.0% (116 Bytes)

[#009] sha256:b45b42de4542ce0ab9f6688afb69475dd22ef2ada8da01d9ada0e903422b35c2 - 0.0% (364 Bytes)

[#010] sha256:feac8161fb493eee5c9654a74621a5a54909ce448df13b7f0df07d52e5b6ce55 - 0.0% (3.02 KB)

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


History
2024-04-17 17:57:12 UTC

/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-05-01 02:00:03 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-05-01 02:00:03 UTC (buildkit.dockerfile.v0)

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

2024-05-01 02:00:03 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-05-01 02:00:03 UTC (buildkit.dockerfile.v0)

ARG REPO_CHANNEL=stable

2024-05-01 02:00:03 UTC (buildkit.dockerfile.v0)

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

2024-05-01 02:00:03 UTC (buildkit.dockerfile.v0)

ARG VERSION=24.3.2.23

2024-05-01 02:00:03 UTC (buildkit.dockerfile.v0)

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

2024-05-01 02:00:03 UTC (buildkit.dockerfile.v0)

ARG deb_location_url=

2024-05-01 02:00:03 UTC (buildkit.dockerfile.v0)

ARG DIRECT_DOWNLOAD_URLS=

2024-05-01 02:00:03 UTC (buildkit.dockerfile.v0)

ARG single_binary_location_url=

2024-05-01 02:00:03 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-05-01 02:00:03 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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_aarch64 VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/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-05-01 02:00: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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_aarch64 VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/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-05-01 02:00: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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_aarch64 VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/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-05-01 02: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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_aarch64 VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/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-05-01 02:00:44 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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_aarch64 VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/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-05-01 02:00:57 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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_aarch64 VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_aarch64 DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=arm64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit

2024-05-01 02:00:57 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2024-05-01 02:00:57 UTC (buildkit.dockerfile.v0)

ENV LANGUAGE=en_US:en

2024-05-01 02:00:57 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2024-05-01 02:00:57 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2024-05-01 02:00:57 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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_aarch64 VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_aarch64 DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=arm64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit

2024-05-01 02:00:57 UTC (buildkit.dockerfile.v0)

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

2024-05-01 02:00:57 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /entrypoint.sh # buildkit

2024-05-01 02:00:57 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/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_aarch64 VERSION=24.4.1.2088 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.4/6d4b31322d168356c8b10c43b4cef157c82337ff/package_aarch64 DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=arm64 /bin/sh -c chmod +x /entrypoint.sh # buildkit

2024-05-01 02:00:57 UTC (buildkit.dockerfile.v0)

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

2024-05-01 02:00:57 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clickhouse]

2024-05-01 02:00:57 UTC (buildkit.dockerfile.v0)

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

2024-05-01 02:00:57 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