2024-09-25 17:31:33 UTC
286 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:602d8ad51b8130f3fcd71cb936dea612ebc799666136abf2e5914585b3178a4a - 9.17% (26.2 MB)
[#001] sha256:9f84d7bccfd4f019e26a0495279f8a185494c286f8b3c61aa1a04627aa26a5f0 - 2.93% (8.38 MB)
[#002] sha256:2e6fdb37d69792ab9a4ed5c18631cbe10d79f9e90f2c0d2bb0165e13e0037486 - 87.61% (251 MB)
[#003] sha256:9693a56ed623c1edb0b05b69bca76b0704dd896503a6c3fa845c3b48bb701ea6 - 0.0% (92 Bytes)
[#004] sha256:d5aedff11272f3e0725dfd79dec1e340f6389f52337a077a40ebc9aa6490cce0 - 0.01% (22.3 KB)
[#005] sha256:a8174eb80433b4b4acc59de390b271c9b66bda91446f4ad39c9acda6848927ba - 0.29% (843 KB)
[#006] sha256:1b600a371391db9c3a28574fdf10b35f1a390497aada7f296a4aa0571a144e8e - 0.0% (149 Bytes)
[#007] sha256:615276491831674ee7a8140967e0cf942bdb87e5e8789353131191cd2677add8 - 0.0% (364 Bytes)
[#008] sha256:731d236b484e283525683b295541de0dfd5b57e13d527cf5f39f562f129d1fd8 - 0.0% (2.87 KB)
/bin/sh -c #(nop) ARG RELEASE
2024-08-13 09:26:46 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-08-13 09:26:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-08-13 09:26:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-08-13 09:26:48 UTC/bin/sh -c #(nop) ADD file:e7cff353f027ecf0a2cb1cdd51714de3b083a11a0d965f104489f9a7e6925056 in /
2024-08-13 09:26:48 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-09-25 17:31:13 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2024-09-25 17:31:13 UTC/bin/sh -c #(nop) ARG apt_archive=http://archive.ubuntu.com
2024-09-25 17:31:20 UTC|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/*
2024-09-25 17:31:20 UTC/bin/sh -c #(nop) ARG REPO_CHANNEL=stable
2024-09-25 17:31:20 UTC/bin/sh -c #(nop) ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2024-09-25 17:31:21 UTC/bin/sh -c #(nop) ARG VERSION=23.7.5.30
2024-09-25 17:31:21 UTC/bin/sh -c #(nop) ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2024-09-25 17:31:21 UTC/bin/sh -c #(nop) ARG deb_location_url=
2024-09-25 17:31:21 UTC/bin/sh -c #(nop) ARG single_binary_location_url=
2024-09-25 17:31:21 UTC/bin/sh -c #(nop) ARG TARGETARCH
2024-09-25 17:31:30 UTC|9 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable TARGETARCH=amd64 VERSION=23.8.16.41.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /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
2024-09-25 17:31:31 UTC|9 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable TARGETARCH=amd64 VERSION=23.8.16.41.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /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
2024-09-25 17:31:31 UTC|9 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable TARGETARCH=amd64 VERSION=23.8.16.41.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /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
2024-09-25 17:31:31 UTC|9 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable TARGETARCH=amd64 VERSION=23.8.16.41.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /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
2024-09-25 17:31:32 UTC|9 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable TARGETARCH=amd64 VERSION=23.8.16.41.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /bin/sh -c locale-gen en_US.UTF-8
2024-09-25 17:31:32 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2024-09-25 17:31:32 UTC/bin/sh -c #(nop) ENV LANGUAGE=en_US:en
2024-09-25 17:31:32 UTC/bin/sh -c #(nop) ENV LC_ALL=en_US.UTF-8
2024-09-25 17:31:33 UTC/bin/sh -c #(nop) ENV TZ=UTC
2024-09-25 17:31:33 UTC|9 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable TARGETARCH=amd64 VERSION=23.8.16.41.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /bin/sh -c mkdir /docker-entrypoint-initdb.d
2024-09-25 17:31:33 UTC/bin/sh -c #(nop) COPY file:846f3bc1e8b5e554962e4d4740818850ea4e66cd11d5bdcf522e70044448dd48 in /etc/clickhouse-server/config.d/
2024-09-25 17:31:33 UTC/bin/sh -c #(nop) COPY file:bcfb28d749236fb98c347b88befc4b770bf7a2687ba2a281ad4dde13c4991a3e in /entrypoint.sh
2024-09-25 17:31:33 UTC/bin/sh -c #(nop) EXPOSE 8123 9000 9009
2024-09-25 17:31:33 UTC/bin/sh -c #(nop) VOLUME [/var/lib/clickhouse]
2024-09-25 17:31:33 UTC/bin/sh -c #(nop) ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2024-09-25 17:31:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]
2024-09-25 17:36:40 UTC
275 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:6a1df50fc4815789598fa24d3ecacb70451e506447ab9e45665024b9f3f0233b - 9.0% (24.8 MB)
[#001] sha256:627808bda7b014600ecac14e1aff01632de4561602898fb63987bdd59818b40b - 3.0% (8.26 MB)
[#002] sha256:6c82faa12395c552c5d6e8654cbf6cfca924b0943e892f5c984fbf4e9256f8c7 - 87.69% (241 MB)
[#003] sha256:026ce3caa03bcdd757443b311a11e514840271e4547a6dd3345fbc8c04f514ff - 0.01% (22.2 KB)
[#004] sha256:793c46c34e7e8d61e1d5ac10e6c0b07c37888019daa97c10b3f0f32953da03fa - 0.3% (843 KB)
[#005] sha256:2d91108b1fe498b0547a895d577e89ae89715ef6ceacbdf601d94e26e1d216f0 - 0.0% (116 Bytes)
[#006] sha256:1799e356b9604963fa2d211fed71f66f2f92b8ec98251bdec9b9ecad9d3fe749 - 0.0% (366 Bytes)
[#007] sha256:653394e467b58d9fac40e9ab81f8dee8050c6f0b3f9bff54aea5a242f5391c6d - 0.0% (2.87 KB)
/bin/sh -c #(nop) ARG RELEASE
2024-08-13 09:27:56 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-08-13 09:27:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-08-13 09:27:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-08-13 09:27:58 UTC/bin/sh -c #(nop) ADD file:6d8cc056ee741f09a6c7d965d8e2027d80ed2eccbfb0312593ce52d9256db437 in /
2024-08-13 09:27:58 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2024-09-25 17:35:00 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2024-09-25 17:35:02 UTC/bin/sh -c #(nop) ARG apt_archive=http://archive.ubuntu.com
2024-09-25 17:35:14 UTC|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/*
2024-09-25 17:35:16 UTC/bin/sh -c #(nop) ARG REPO_CHANNEL=stable
2024-09-25 17:35:18 UTC/bin/sh -c #(nop) ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main
2024-09-25 17:35:20 UTC/bin/sh -c #(nop) ARG VERSION=23.7.5.30
2024-09-25 17:35:21 UTC/bin/sh -c #(nop) ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2024-09-25 17:35:23 UTC/bin/sh -c #(nop) ARG deb_location_url=
2024-09-25 17:35:25 UTC/bin/sh -c #(nop) ARG single_binary_location_url=
2024-09-25 17:35:27 UTC/bin/sh -c #(nop) ARG TARGETARCH
2024-09-25 17:35:39 UTC|9 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable TARGETARCH=arm64 VERSION=23.8.16.41.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /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
2024-09-25 17:35:43 UTC|9 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable TARGETARCH=arm64 VERSION=23.8.16.41.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /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
2024-09-25 17:35:47 UTC|9 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable TARGETARCH=arm64 VERSION=23.8.16.41.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /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
2024-09-25 17:35:51 UTC|9 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable TARGETARCH=arm64 VERSION=23.8.16.41.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /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
2024-09-25 17:35:56 UTC|9 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable TARGETARCH=arm64 VERSION=23.8.16.41.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /bin/sh -c locale-gen en_US.UTF-8
2024-09-25 17:36:00 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2024-09-25 17:36:04 UTC/bin/sh -c #(nop) ENV LANGUAGE=en_US:en
2024-09-25 17:36:08 UTC/bin/sh -c #(nop) ENV LC_ALL=en_US.UTF-8
2024-09-25 17:36:12 UTC/bin/sh -c #(nop) ENV TZ=UTC
2024-09-25 17:36:18 UTC|9 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable TARGETARCH=arm64 VERSION=23.8.16.41.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /bin/sh -c mkdir /docker-entrypoint-initdb.d
2024-09-25 17:36:20 UTC/bin/sh -c #(nop) COPY file:3b738ebca70fee006212927a96096316f8fdeab314c908e18b40fff6a2ec450a in /etc/clickhouse-server/config.d/
2024-09-25 17:36:23 UTC/bin/sh -c #(nop) COPY file:b2cc46f25405c9e0f4087edef8c1860cb8588e3d2824b45ce6b8aae102dc993a in /entrypoint.sh
2024-09-25 17:36:26 UTC/bin/sh -c #(nop) EXPOSE 8123 9000 9009
2024-09-25 17:36:30 UTC/bin/sh -c #(nop) VOLUME [/var/lib/clickhouse]
2024-09-25 17:36:35 UTC/bin/sh -c #(nop) ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2024-09-25 17:36:40 UTC/bin/sh -c #(nop) 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.