2023-11-25 19:57:19 UTC
319 MB
/etc/clickhouse-server/config.xml
LANGen_US.UTF-8
LANGUAGEen_US:en
LC_ALLen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZUTC
[#000] sha256:96d54c3075c9eeaed5561fd620828fd6bb5d80ecae7cb25f9ba5f7d88ea6e15c - 8.23% (26.2 MB)
[#001] sha256:8115452d34a75e0cff2843f9d6c9c2cb97412275577e9042a6765a0fd064310b - 3.43% (10.9 MB)
[#002] sha256:86ba94bb4a05b7034e06d66a2728f253609b67420a55ccc24b9258a26b6a6304 - 88.07% (281 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:317827dc6a3e8882ba4160ebaa3fdf994ec047aeaacb4caf18ab0348025c0a2f - 0.01% (22.5 KB)
[#006] sha256:2eda64f7068ae80ae21cae2d2249352afb3977191beb5d24d3a1d8792ffbfdf5 - 0.26% (843 KB)
[#007] sha256:a8208ee27fed9641bdaefa24244fa4d91962c78e59596ae42c7a3ff4f3e74a9e - 0.0% (116 Bytes)
[#008] sha256:12a234c1cd799b956e1c41c23bfaa2acec32cbe4ebf9cccb21f17dcb4bf26019 - 0.0% (364 Bytes)
[#009] sha256:45a10d0acdd6e7a29ef55985d73a645c410fe1606e049957ca1b9754ede8ee82 - 0.0% (2.81 KB)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2023-10-03 10:45:50 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-10-03 10:45:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-10-03 10:45:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2023-10-03 10:45:51 UTC/bin/sh -c #(nop) ADD file:4809da414c2d478b4d991cbdaa2df457f2b3d07d0ff6cf673f09a66f90833e81 in /
2023-10-03 10:45:52 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-11-25 19:56:47 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2023-11-25 19:56:47 UTC (buildkit.dockerfile.v0)ARG apt_archive=http://archive.ubuntu.com
2023-11-25 19:56:47 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-11-25 19:56:47 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2023-11-25 19:56:47 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2023-11-25 19:56:47 UTC (buildkit.dockerfile.v0)ARG VERSION=23.9.3.12
2023-11-25 19:56:47 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2023-11-25 19:56:47 UTC (buildkit.dockerfile.v0)ARG deb_location_url=
2023-11-25 19:56:47 UTC (buildkit.dockerfile.v0)ARG single_binary_location_url=
2023-11-25 19:56:47 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-11-25 19:57:16 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.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_release VERSION=23.10.5.20 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.10/e84001e5c614f511e6c45e9119d64d8202651d09/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-11-25 19:57:16 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.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_release VERSION=23.10.5.20 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.10/e84001e5c614f511e6c45e9119d64d8202651d09/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-11-25 19:57:16 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.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_release VERSION=23.10.5.20 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.10/e84001e5c614f511e6c45e9119d64d8202651d09/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-11-25 19:57:16 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.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_release VERSION=23.10.5.20 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.10/e84001e5c614f511e6c45e9119d64d8202651d09/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-11-25 19:57:18 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.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_release VERSION=23.10.5.20 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit
2023-11-25 19:57:18 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8
2023-11-25 19:57:18 UTC (buildkit.dockerfile.v0)ENV LANGUAGE=en_US:en
2023-11-25 19:57:18 UTC (buildkit.dockerfile.v0)ENV LC_ALL=en_US.UTF-8
2023-11-25 19:57:18 UTC (buildkit.dockerfile.v0)ENV TZ=UTC
2023-11-25 19:57:18 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.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_release VERSION=23.10.5.20 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2023-11-25 19:57:19 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2023-11-25 19:57:19 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2023-11-25 19:57:19 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.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_release VERSION=23.10.5.20 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c chmod +x /entrypoint.sh # buildkit
2023-11-25 19:57:19 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2023-11-25 19:57:19 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse]
2023-11-25 19:57:19 UTC (buildkit.dockerfile.v0)ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2023-11-25 19:57:19 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2023-11-25 20:02:00 UTC
307 MB
/etc/clickhouse-server/config.xml
LANGen_US.UTF-8
LANGUAGEen_US:en
LC_ALLen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZUTC
[#000] sha256:915eebb74587f0e5d3919cb77720c143be9a85a8d2d5cd44675d84c8c3a2b74a - 8.07% (24.8 MB)
[#001] sha256:b9386e47a24c74b4de7f78b2f09140431dbb685d21e2264d1aabf397877b64fe - 3.49% (10.7 MB)
[#002] sha256:26a25d0501f732250cd26476382b6d09adede4ce56f71c17f44f68d1cc890623 - 88.16% (271 MB)
[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#005] sha256:21876d7ec5731eeef0156ac16b0a3dbe7458e545ae4bcb03425dd402403a99e6 - 0.01% (22.5 KB)
[#006] sha256:cc18e233a221896e1a3d51b80914e1ed638df44abf1de73857f6d4a6611a7878 - 0.27% (843 KB)
[#007] sha256:4f6505594a510bebe3ddebc1777ec708042283d2d535d40c058e4a8b6757de90 - 0.0% (116 Bytes)
[#008] sha256:29f75752fea5547c678affe48bd2cb97171606520eb11eb4ccd09ec51c076405 - 0.0% (365 Bytes)
[#009] sha256:45a10d0acdd6e7a29ef55985d73a645c410fe1606e049957ca1b9754ede8ee82 - 0.0% (2.81 KB)
[#010] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2023-10-03 11:04:09 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-10-03 11:04:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-10-03 11:04:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2023-10-03 11:04:16 UTC/bin/sh -c #(nop) ADD file:f70cc2610ea8fcd25e6e9ae727eb9345d5b7198102f6a6d8e458ab8f99efefc3 in /
2023-10-03 11:04:17 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-11-25 20:00:53 UTC (buildkit.dockerfile.v0)ARG DEBIAN_FRONTEND=noninteractive
2023-11-25 20:00:53 UTC (buildkit.dockerfile.v0)ARG apt_archive=http://archive.ubuntu.com
2023-11-25 20:00:53 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-11-25 20:00:53 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2023-11-25 20:00:53 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2023-11-25 20:00:53 UTC (buildkit.dockerfile.v0)ARG VERSION=23.9.3.12
2023-11-25 20:00:53 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2023-11-25 20:00:53 UTC (buildkit.dockerfile.v0)ARG deb_location_url=
2023-11-25 20:00:53 UTC (buildkit.dockerfile.v0)ARG single_binary_location_url=
2023-11-25 20:00:53 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-11-25 20:01:43 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.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_aarch64 VERSION=23.10.5.20 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.10/e84001e5c614f511e6c45e9119d64d8202651d09/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-11-25 20:01:43 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.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_aarch64 VERSION=23.10.5.20 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.10/e84001e5c614f511e6c45e9119d64d8202651d09/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-11-25 20:01:46 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.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_aarch64 VERSION=23.10.5.20 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.10/e84001e5c614f511e6c45e9119d64d8202651d09/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-11-25 20:01:48 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.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_aarch64 VERSION=23.10.5.20 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.10/e84001e5c614f511e6c45e9119d64d8202651d09/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-11-25 20:02: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.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_aarch64 VERSION=23.10.5.20 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit
2023-11-25 20:02:00 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8
2023-11-25 20:02:00 UTC (buildkit.dockerfile.v0)ENV LANGUAGE=en_US:en
2023-11-25 20:02:00 UTC (buildkit.dockerfile.v0)ENV LC_ALL=en_US.UTF-8
2023-11-25 20:02:00 UTC (buildkit.dockerfile.v0)ENV TZ=UTC
2023-11-25 20:02: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.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_aarch64 VERSION=23.10.5.20 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
2023-11-25 20:02:00 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2023-11-25 20:02:00 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2023-11-25 20:02: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.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_aarch64 VERSION=23.10.5.20 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/23.10/e84001e5c614f511e6c45e9119d64d8202651d09/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c chmod +x /entrypoint.sh # buildkit
2023-11-25 20:02:00 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2023-11-25 20:02:00 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse]
2023-11-25 20:02:00 UTC (buildkit.dockerfile.v0)ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2023-11-25 20:02:00 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
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.