Namespace
clickhouse
Image / Tag
clickhouse-server:23.8.14
Content Digest
sha256:a74d5d38f5133fb60f598b12addfa0693d932aa3b1daf4dcfcc2874eddfd2ce8
Details
Created

2024-05-02 18:06:12 UTC

Size

297 MB

Content Digest
Labels
  • build-url
    https://github.com/ClickHouse/ClickHouse/actions/runs/8928361754
  • com.clickhouse.build.githash
    967e51c1d6b9478a119a492ffa25449162854be2
  • 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 - 8.84% (26.2 MB)

[#001] sha256:ebaeb4ca720c7e495742cf3fa4c10c78395b95c14592a57b82547403c50b576e - 2.83% (8.38 MB)

[#002] sha256:ef64cc7cd6a4eee24089d8ba179462fcb196529d69bb548d5bcc90730b4932d6 - 88.04% (261 MB)

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

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

[#005] sha256:cba1329bc9eff955dcd110136d385e733e52a7d123c82d8753bf27798eae323b - 0.01% (22.2 KB)

[#006] sha256:cf82b8819598a278368fc4419a493d5500c67c9b15c39d4a3cb8d6683eea0c04 - 0.28% (843 KB)

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

[#008] sha256:84a08b1c75ef689e4a9421ddd1ebf9e73c18c87e56ef9025e14254f87252eecc - 0.0% (363 Bytes)

[#009] sha256:baf1ca79cb941f38bc99b8ba3d737c491a03432eb268e8eac7b362ea6224d4b3 - 0.0% (2.87 KB)

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


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-05-02 18:05:43 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-05-02 18:05:43 UTC (buildkit.dockerfile.v0)

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

2024-05-02 18:05:43 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-02 18:05:43 UTC (buildkit.dockerfile.v0)

ARG REPO_CHANNEL=stable

2024-05-02 18:05:43 UTC (buildkit.dockerfile.v0)

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

2024-05-02 18:05:43 UTC (buildkit.dockerfile.v0)

ARG VERSION=23.7.5.30

2024-05-02 18:05:43 UTC (buildkit.dockerfile.v0)

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

2024-05-02 18:05:43 UTC (buildkit.dockerfile.v0)

ARG deb_location_url=

2024-05-02 18:05:43 UTC (buildkit.dockerfile.v0)

ARG single_binary_location_url=

2024-05-02 18:05:43 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-05-02 18:06: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.8/967e51c1d6b9478a119a492ffa25449162854be2/package_release VERSION=23.8.14.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/967e51c1d6b9478a119a492ffa25449162854be2/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

2024-05-02 18:06: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.8/967e51c1d6b9478a119a492ffa25449162854be2/package_release VERSION=23.8.14.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/967e51c1d6b9478a119a492ffa25449162854be2/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

2024-05-02 18:06: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.8/967e51c1d6b9478a119a492ffa25449162854be2/package_release VERSION=23.8.14.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/967e51c1d6b9478a119a492ffa25449162854be2/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 -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-02 18:06: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.8/967e51c1d6b9478a119a492ffa25449162854be2/package_release VERSION=23.8.14.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/967e51c1d6b9478a119a492ffa25449162854be2/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

2024-05-02 18:06:12 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.8/967e51c1d6b9478a119a492ffa25449162854be2/package_release VERSION=23.8.14.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/967e51c1d6b9478a119a492ffa25449162854be2/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit

2024-05-02 18:06:12 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2024-05-02 18:06:12 UTC (buildkit.dockerfile.v0)

ENV LANGUAGE=en_US:en

2024-05-02 18:06:12 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2024-05-02 18:06:12 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2024-05-02 18:06:12 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.8/967e51c1d6b9478a119a492ffa25449162854be2/package_release VERSION=23.8.14.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/967e51c1d6b9478a119a492ffa25449162854be2/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit

2024-05-02 18:06:12 UTC (buildkit.dockerfile.v0)

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

2024-05-02 18:06:12 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /entrypoint.sh # buildkit

2024-05-02 18:06:12 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.8/967e51c1d6b9478a119a492ffa25449162854be2/package_release VERSION=23.8.14.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/967e51c1d6b9478a119a492ffa25449162854be2/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c chmod +x /entrypoint.sh # buildkit

2024-05-02 18:06:12 UTC (buildkit.dockerfile.v0)

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

2024-05-02 18:06:12 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clickhouse]

2024-05-02 18:06:12 UTC (buildkit.dockerfile.v0)

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

2024-05-02 18:06:12 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

Details
Created

2024-05-02 18:10:42 UTC

Size

289 MB

Content Digest
Labels
  • build-url
    https://github.com/ClickHouse/ClickHouse/actions/runs/8928361754
  • com.clickhouse.build.githash
    967e51c1d6b9478a119a492ffa25449162854be2
  • 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 - 8.58% (24.8 MB)

[#001] sha256:8120cfe2a26d7e8b6fc2dc978fa4abd5da5babb2b847881366a323f0440e10da - 2.86% (8.25 MB)

[#002] sha256:9b2503ea2f30b3463a8e2fa6bcb8a1eb4123054c4906e350d36e190104379337 - 88.27% (255 MB)

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

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

[#005] sha256:54fcb350ecc8db33a0b5d89119ea33d2b7e298793622376e4ad44ff674d2d9ae - 0.01% (22.2 KB)

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

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

[#008] sha256:c69cec45cd75473e6334d3e7386bc8826c9b1d8b1f48cfbbbc13b69767548bfc - 0.0% (363 Bytes)

[#009] sha256:baf1ca79cb941f38bc99b8ba3d737c491a03432eb268e8eac7b362ea6224d4b3 - 0.0% (2.87 KB)

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


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-05-02 18:09:36 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2024-05-02 18:09:36 UTC (buildkit.dockerfile.v0)

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

2024-05-02 18:09:36 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-02 18:09:36 UTC (buildkit.dockerfile.v0)

ARG REPO_CHANNEL=stable

2024-05-02 18:09:36 UTC (buildkit.dockerfile.v0)

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

2024-05-02 18:09:36 UTC (buildkit.dockerfile.v0)

ARG VERSION=23.7.5.30

2024-05-02 18:09:36 UTC (buildkit.dockerfile.v0)

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

2024-05-02 18:09:36 UTC (buildkit.dockerfile.v0)

ARG deb_location_url=

2024-05-02 18:09:36 UTC (buildkit.dockerfile.v0)

ARG single_binary_location_url=

2024-05-02 18:09:36 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2024-05-02 18:10:24 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.8/967e51c1d6b9478a119a492ffa25449162854be2/package_aarch64 VERSION=23.8.14.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/967e51c1d6b9478a119a492ffa25449162854be2/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

2024-05-02 18:10:24 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.8/967e51c1d6b9478a119a492ffa25449162854be2/package_aarch64 VERSION=23.8.14.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/967e51c1d6b9478a119a492ffa25449162854be2/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

2024-05-02 18:10:27 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.8/967e51c1d6b9478a119a492ffa25449162854be2/package_aarch64 VERSION=23.8.14.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/967e51c1d6b9478a119a492ffa25449162854be2/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 -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-02 18:10: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.8/967e51c1d6b9478a119a492ffa25449162854be2/package_aarch64 VERSION=23.8.14.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/967e51c1d6b9478a119a492ffa25449162854be2/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

2024-05-02 18:10:41 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.8/967e51c1d6b9478a119a492ffa25449162854be2/package_aarch64 VERSION=23.8.14.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/967e51c1d6b9478a119a492ffa25449162854be2/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit

2024-05-02 18:10:41 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2024-05-02 18:10:41 UTC (buildkit.dockerfile.v0)

ENV LANGUAGE=en_US:en

2024-05-02 18:10:41 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2024-05-02 18:10:41 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2024-05-02 18:10:41 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.8/967e51c1d6b9478a119a492ffa25449162854be2/package_aarch64 VERSION=23.8.14.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/967e51c1d6b9478a119a492ffa25449162854be2/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit

2024-05-02 18:10:41 UTC (buildkit.dockerfile.v0)

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

2024-05-02 18:10:41 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /entrypoint.sh # buildkit

2024-05-02 18:10:42 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.8/967e51c1d6b9478a119a492ffa25449162854be2/package_aarch64 VERSION=23.8.14.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.8/967e51c1d6b9478a119a492ffa25449162854be2/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c chmod +x /entrypoint.sh # buildkit

2024-05-02 18:10:42 UTC (buildkit.dockerfile.v0)

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

2024-05-02 18:10:42 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clickhouse]

2024-05-02 18:10:42 UTC (buildkit.dockerfile.v0)

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

2024-05-02 18:10:42 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