Namespace
clickhouse
Image / Tag
clickhouse-server:24.5.1
Content Digest
sha256:878a0aaf96a247e15d3583576e72447c03eb3558d58b87ffa7c04fa14cd70c9c
Details
Created

2024-06-01 07:38:40 UTC

Size

167 MB

Content Digest
Labels
  • build-url
    https://github.com/ClickHouse/ClickHouse/actions/runs/9328635753
  • com.clickhouse.build.githash
    647c154a94d14110abbc34bca0125b4adfa3e7b1
  • com.clickhouse.build.version
    v24.5.1.1763-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:d4c3c94e5e10ed15503bda7e145a3652ee935c0b2e9de9b5c98df7ec0a0cd925 - 15.73% (26.2 MB)

[#001] sha256:fdef99ec2775ffd5c6f663ff5f1881690f06ef17147509924b290585a0af9a31 - 5.03% (8.38 MB)

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

[#003] sha256:227346b879dd4e5e56799e7259cd032eb1cc960d6af9a9895c7534c4191bac95 - 78.73% (131 MB)

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

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

[#006] sha256:cc6478213c657a796d96ffb2a75ff6f9ee42aaa39f7b114e6c857a61aa860d55 - 0.01% (24 KB)

[#007] sha256:1b3d483b1099f01965b7cee62e96cc97b7d0a8f2da217806ad8fabd3dab65dbe - 0.49% (843 KB)

[#008] sha256:52cc861cd0e7960b20b5efa8008ca52363abbc7183bc32603c5dfec814297de7 - 0.0% (112 Bytes)

[#009] sha256:61c8ec571f92d0f8de43b182a47fd28b5404a5cb3b4f9f4472ec26513335f0e7 - 0.0% (365 Bytes)

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


History
2024-04-27 14:03:39 UTC

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

2024-04-27 14:03:39 UTC

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

2024-04-27 14:03:39 UTC

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

2024-04-27 14:03:39 UTC

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

2024-04-27 14:03:41 UTC

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

2024-04-27 14:03:41 UTC

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

2024-06-01 07:38:22 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-06-01 07:38:22 UTC (buildkit.dockerfile.v0)

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

2024-06-01 07:38:22 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 install --yes --no-install-recommends ca-certificates locales tzdata wget && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* # buildkit

2024-06-01 07:38:22 UTC (buildkit.dockerfile.v0)

ARG REPO_CHANNEL=stable

2024-06-01 07:38:22 UTC (buildkit.dockerfile.v0)

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

2024-06-01 07:38:22 UTC (buildkit.dockerfile.v0)

ARG VERSION=24.4.1.2088

2024-06-01 07:38:22 UTC (buildkit.dockerfile.v0)

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

2024-06-01 07:38:22 UTC (buildkit.dockerfile.v0)

ARG deb_location_url=

2024-06-01 07:38:22 UTC (buildkit.dockerfile.v0)

ARG DIRECT_DOWNLOAD_URLS=

2024-06-01 07:38:22 UTC (buildkit.dockerfile.v0)

ARG single_binary_location_url=

2024-06-01 07:38:22 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-06-01 07:38: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.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_release VERSION=24.5.1.1763 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/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-06-01 07:38: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.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_release VERSION=24.5.1.1763 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/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-06-01 07:38:38 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.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_release VERSION=24.5.1.1763 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/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-06-01 07:38:38 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.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_release VERSION=24.5.1.1763 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/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 dirmngr gnupg2 && mkdir -p /etc/apt/sources.list.d && GNUPGHOME=$(mktemp -d) && GNUPGHOME="$GNUPGHOME" gpg --batch --no-default-keyring --keyring /usr/share/keyrings/clickhouse-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3a9ea1193a97b548be1457d48919f6bd2b48d754 && 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-06-01 07:38:38 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.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_release VERSION=24.5.1.1763 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/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-06-01 07:38:40 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.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_release VERSION=24.5.1.1763 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_release DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit

2024-06-01 07:38:40 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2024-06-01 07:38:40 UTC (buildkit.dockerfile.v0)

ENV LANGUAGE=en_US:en

2024-06-01 07:38:40 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2024-06-01 07:38:40 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2024-06-01 07:38:40 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.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_release VERSION=24.5.1.1763 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_release DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit

2024-06-01 07:38:40 UTC (buildkit.dockerfile.v0)

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

2024-06-01 07:38:40 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /entrypoint.sh # buildkit

2024-06-01 07:38:40 UTC (buildkit.dockerfile.v0)

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

2024-06-01 07:38:40 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clickhouse]

2024-06-01 07:38:40 UTC (buildkit.dockerfile.v0)

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

2024-06-01 07:38:40 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

Details
Created

2024-06-01 07:41:41 UTC

Size

163 MB

Content Digest
Labels
  • build-url
    https://github.com/ClickHouse/ClickHouse/actions/runs/9328635753
  • com.clickhouse.build.githash
    647c154a94d14110abbc34bca0125b4adfa3e7b1
  • com.clickhouse.build.version
    v24.5.1.1763-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:d7044108e6d4d8b24ea68c7ee675f78cb56d959d0878b78c97e8ca7c6b5fa2cc - 15.23% (24.8 MB)

[#001] sha256:b910ab84912912f6523cf4218fec9cfa9a86acc4afcb86b0dd38624a4420d5a2 - 5.07% (8.25 MB)

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

[#003] sha256:b9a5cfbb755c060980a684ce2abc6d446eb5c87a416b7e1682f4a4f4711e4630 - 79.18% (129 MB)

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

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

[#006] sha256:b5e02dd3b8c0ef564a70d6e4e88b335a2d41195337c30645d9874fa9843bcdc4 - 0.01% (24 KB)

[#007] sha256:488da323423ee2689f3a9a0b068e8c2d1ba68d6653ceec16d73a696deecf61e5 - 0.51% (843 KB)

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

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

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


History
2024-04-27 14:42:15 UTC

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

2024-04-27 14:42:15 UTC

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

2024-04-27 14:42:15 UTC

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

2024-04-27 14:42:15 UTC

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

2024-04-27 14:42:24 UTC

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

2024-04-27 14:42:24 UTC

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

2024-06-01 07:40:58 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-06-01 07:40:58 UTC (buildkit.dockerfile.v0)

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

2024-06-01 07:40:58 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 install --yes --no-install-recommends ca-certificates locales tzdata wget && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* # buildkit

2024-06-01 07:40:58 UTC (buildkit.dockerfile.v0)

ARG REPO_CHANNEL=stable

2024-06-01 07:40:58 UTC (buildkit.dockerfile.v0)

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

2024-06-01 07:40:58 UTC (buildkit.dockerfile.v0)

ARG VERSION=24.4.1.2088

2024-06-01 07:40:58 UTC (buildkit.dockerfile.v0)

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

2024-06-01 07:40:58 UTC (buildkit.dockerfile.v0)

ARG deb_location_url=

2024-06-01 07:40:58 UTC (buildkit.dockerfile.v0)

ARG DIRECT_DOWNLOAD_URLS=

2024-06-01 07:40:58 UTC (buildkit.dockerfile.v0)

ARG single_binary_location_url=

2024-06-01 07:40:58 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-06-01 07:40:58 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.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_aarch64 VERSION=24.5.1.1763 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/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-06-01 07:41:26 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.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_aarch64 VERSION=24.5.1.1763 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/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-06-01 07:41:26 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.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_aarch64 VERSION=24.5.1.1763 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/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-06-01 07:41:29 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.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_aarch64 VERSION=24.5.1.1763 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/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 dirmngr gnupg2 && mkdir -p /etc/apt/sources.list.d && GNUPGHOME=$(mktemp -d) && GNUPGHOME="$GNUPGHOME" gpg --batch --no-default-keyring --keyring /usr/share/keyrings/clickhouse-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3a9ea1193a97b548be1457d48919f6bd2b48d754 && 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-06-01 07:41:31 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.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_aarch64 VERSION=24.5.1.1763 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/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-06-01 07:41: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.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_aarch64 VERSION=24.5.1.1763 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_aarch64 DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=arm64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit

2024-06-01 07:41:41 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2024-06-01 07:41:41 UTC (buildkit.dockerfile.v0)

ENV LANGUAGE=en_US:en

2024-06-01 07:41:41 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2024-06-01 07:41:41 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2024-06-01 07:41: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.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_aarch64 VERSION=24.5.1.1763 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.5/647c154a94d14110abbc34bca0125b4adfa3e7b1/package_aarch64 DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=arm64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit

2024-06-01 07:41:41 UTC (buildkit.dockerfile.v0)

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

2024-06-01 07:41:41 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /entrypoint.sh # buildkit

2024-06-01 07:41:41 UTC (buildkit.dockerfile.v0)

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

2024-06-01 07:41:41 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clickhouse]

2024-06-01 07:41:41 UTC (buildkit.dockerfile.v0)

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

2024-06-01 07:41:41 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