Namespace
clickhouse
Image / Tag
clickhouse-server:24.9.2
Content Digest
sha256:6c2216f99624a0434c752e65610c69346999873a2e8d8e714e2794f885ea0852
Details
Created

2024-10-03 10:49:57 UTC

Size

173 MB

Content Digest
Labels
  • build-url
    https://github.com/ClickHouse/ClickHouse/actions/runs/11160044370
  • com.clickhouse.build.githash
    61b6a93ab3b37b004231da05c304c6c9699b05f1
  • com.clickhouse.build.version
    v24.9.2.42-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:3823320faa42774534fd7eee0bd245af8cec6a720ad722144d40efa229291d8f - 15.17% (26.2 MB)

[#001] sha256:9992e46614b1d02d2777575d6172abe5224581e3513b03ad607976ade471f214 - 4.85% (8.39 MB)

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

[#003] sha256:cfd7763775f9c7d09502b1042b6898ca5a4124ff7f2d3539847177eddb3c6691 - 79.49% (137 MB)

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

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

[#006] sha256:a517e5e9f3cd2fc44ecf22b55c7037f7bf06a43c4ab015109c420178e4a5192f - 0.01% (24.9 KB)

[#007] sha256:3ce37c9627a51617c1f6a7276aceb7cde7c1fa7c4c7a84dcda7d726d4baf74cb - 0.48% (843 KB)

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

[#009] sha256:fd4d333a83bf384917189bfbb0c125444311d0646490794fb6fdf1e94fd98b60 - 0.0% (368 Bytes)

[#010] sha256:12e84a19c313a46d5921c910532dad9edc4debc60d824d622f3663ade7fcaff7 - 0.0% (3.04 KB)


History
2024-09-18 04:18:32 UTC

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

2024-09-18 04:18:32 UTC

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

2024-09-18 04:18:32 UTC

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

2024-09-18 04:18:32 UTC

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

2024-09-18 04:18:34 UTC

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

2024-09-18 04:18:34 UTC

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

2024-10-03 10:45:19 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-10-03 10:45:19 UTC (buildkit.dockerfile.v0)

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

2024-10-03 10:45:19 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-10-03 10:45:19 UTC (buildkit.dockerfile.v0)

ARG REPO_CHANNEL=stable

2024-10-03 10:45:19 UTC (buildkit.dockerfile.v0)

ARG REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_release

2024-10-03 10:45:19 UTC (buildkit.dockerfile.v0)

ARG VERSION=24.9.2.42

2024-10-03 10:45:19 UTC (buildkit.dockerfile.v0)

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

2024-10-03 10:45:19 UTC (buildkit.dockerfile.v0)

ARG deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_release

2024-10-03 10:45:19 UTC (buildkit.dockerfile.v0)

ARG DIRECT_DOWNLOAD_URLS=

2024-10-03 10:45:19 UTC (buildkit.dockerfile.v0)

ARG single_binary_location_url=

2024-10-03 10:45:19 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2024-10-03 10:45:19 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.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_release VERSION=24.9.2.42 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/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-10-03 10:49:55 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.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_release VERSION=24.9.2.42 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/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-10-03 10:49:55 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.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_release VERSION=24.9.2.42 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/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-10-03 10:49:55 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.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_release VERSION=24.9.2.42 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/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-10-03 10:49:55 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.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_release VERSION=24.9.2.42 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/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-10-03 10:49: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.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_release VERSION=24.9.2.42 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_release DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit

2024-10-03 10:49:57 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2024-10-03 10:49:57 UTC (buildkit.dockerfile.v0)

ENV LANGUAGE=en_US:en

2024-10-03 10:49:57 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2024-10-03 10:49:57 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2024-10-03 10:49: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.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_release VERSION=24.9.2.42 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_release DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=amd64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit

2024-10-03 10:49:57 UTC (buildkit.dockerfile.v0)

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

2024-10-03 10:49:57 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /entrypoint.sh # buildkit

2024-10-03 10:49:57 UTC (buildkit.dockerfile.v0)

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

2024-10-03 10:49:57 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clickhouse]

2024-10-03 10:49:57 UTC (buildkit.dockerfile.v0)

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

2024-10-03 10:49:57 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

Details
Created

2024-10-03 10:49:13 UTC

Size

166 MB

Content Digest
Labels
  • build-url
    https://github.com/ClickHouse/ClickHouse/actions/runs/11160044370
  • com.clickhouse.build.githash
    61b6a93ab3b37b004231da05c304c6c9699b05f1
  • com.clickhouse.build.version
    v24.9.2.42-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:f7087ec3f63a82386ce40d74d075d761ece5bfaefdc30b9ef62f73ecfb2e41fe - 14.89% (24.8 MB)

[#001] sha256:85f6dfde617fecd8a4845aa3a95955b0309e351569f5c2e381afe77a0bbc57d7 - 4.97% (8.26 MB)

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

[#003] sha256:ddcb6e5c2a9ffeb71de2cb0d3619557b9fe4c1b6b42161f4fd9e305a85a48cda - 79.63% (132 MB)

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

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

[#006] sha256:bb5926ce887ca6cc2e35dcb6b23bb2859598ddcdd0dd17d9154e367b71a6290b - 0.01% (24.9 KB)

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

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

[#009] sha256:ed57965b7f6436e3f7f21dbeef18a450747bd5dfe12994666ed8e65d0395bc2b - 0.0% (367 Bytes)

[#010] sha256:12e84a19c313a46d5921c910532dad9edc4debc60d824d622f3663ade7fcaff7 - 0.0% (3.04 KB)


History
2024-09-18 04:18:13 UTC

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

2024-09-18 04:18:13 UTC

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

2024-09-18 04:18:13 UTC

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

2024-09-18 04:18:13 UTC

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

2024-09-18 04:18:15 UTC

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

2024-09-18 04:18:15 UTC

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

2024-10-03 10:48:20 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-10-03 10:48:20 UTC (buildkit.dockerfile.v0)

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

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

2024-10-03 10:48:20 UTC (buildkit.dockerfile.v0)

ARG REPO_CHANNEL=stable

2024-10-03 10:48:20 UTC (buildkit.dockerfile.v0)

ARG REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_aarch64

2024-10-03 10:48:20 UTC (buildkit.dockerfile.v0)

ARG VERSION=24.9.2.42

2024-10-03 10:48:20 UTC (buildkit.dockerfile.v0)

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

2024-10-03 10:48:20 UTC (buildkit.dockerfile.v0)

ARG deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_aarch64

2024-10-03 10:48:20 UTC (buildkit.dockerfile.v0)

ARG DIRECT_DOWNLOAD_URLS=

2024-10-03 10:48:20 UTC (buildkit.dockerfile.v0)

ARG single_binary_location_url=

2024-10-03 10:48:20 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm64

2024-10-03 10:48:20 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.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_aarch64 VERSION=24.9.2.42 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/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-10-03 10:48:55 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.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_aarch64 VERSION=24.9.2.42 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/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-10-03 10:48:55 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.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_aarch64 VERSION=24.9.2.42 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/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-10-03 10:48:59 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.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_aarch64 VERSION=24.9.2.42 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/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-10-03 10:49: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.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_aarch64 VERSION=24.9.2.42 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/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-10-03 10:49:13 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.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_aarch64 VERSION=24.9.2.42 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_aarch64 DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=arm64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit

2024-10-03 10:49:13 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2024-10-03 10:49:13 UTC (buildkit.dockerfile.v0)

ENV LANGUAGE=en_US:en

2024-10-03 10:49:13 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2024-10-03 10:49:13 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2024-10-03 10:49:13 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.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_aarch64 VERSION=24.9.2.42 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/24.9/de7c791a2eadce4093409574d6560d2332b0dd18/package_aarch64 DIRECT_DOWNLOAD_URLS= single_binary_location_url= TARGETARCH=arm64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit

2024-10-03 10:49:13 UTC (buildkit.dockerfile.v0)

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

2024-10-03 10:49:13 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /entrypoint.sh # buildkit

2024-10-03 10:49:13 UTC (buildkit.dockerfile.v0)

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

2024-10-03 10:49:13 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clickhouse]

2024-10-03 10:49:13 UTC (buildkit.dockerfile.v0)

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

2024-10-03 10:49:13 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