2023-11-02 19:31:57 UTC
287 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:96526aa774ef0126ad0fe9e9a95764c5fc37f409ab9e97021e7b4775d82bf6fa - 1.13% (3.24 MB)
[#001] sha256:9a31165e95344d3b62b8c4c519d433ba2eb608c03253c9a11c6b46fe07aed16d - 0.67% (1.93 MB)
[#002] sha256:eb8042eed7ed4e9dcad73521a4fba166efba038df393632d0a4d576eeec34b6d - 0.0% (383 Bytes)
[#003] sha256:6958844e7558f168e2b5c08976ee57a22ae997f99e35b8c280b620a13642eabb - 0.0% (347 Bytes)
[#004] sha256:d4537d91551bdce5805d4b812e81e5ae88765b1c522cd7cf9a338301463cf3fb - 0.0% (2.81 KB)
[#005] sha256:33bff1a60e8cfefe43e17a6f68ed3af173701118c1ac7b679993c23515034094 - 0.0% (150 Bytes)
[#006] sha256:02a29a20344c9785607e0b79ce3353e689e99de25d2a790f5ec5c602fc209835 - 98.2% (282 MB)
/bin/sh -c #(nop) ADD file:756183bba9c7f4593c2b216e98e4208b9163c4c962ea0837ef88bd917609d001 in /
2023-09-28 21:19:27 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-11-02 19:31:21 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 TZ=UTC CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2023-11-02 19:31:21 UTC (buildkit.dockerfile.v0)COPY /lib/linux-gnu/libc.so.6 /lib/linux-gnu/libdl.so.2 /lib/linux-gnu/libm.so.6 /lib/linux-gnu/libpthread.so.0 /lib/linux-gnu/librt.so.1 /lib/linux-gnu/libnss_dns.so.2 /lib/linux-gnu/libnss_files.so.2 /lib/linux-gnu/libresolv.so.2 /lib/linux-gnu/ld-2.31.so /lib/ # buildkit
2023-11-02 19:31:21 UTC (buildkit.dockerfile.v0)COPY /etc/nsswitch.conf /etc/ # buildkit
2023-11-02 19:31:21 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2023-11-02 19:31:21 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2023-11-02 19:31:21 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-11-02 19:31:21 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=amd64 /bin/sh -c arch=${TARGETARCH:-amd64} && case $arch in amd64) mkdir -p /lib64 && ln -sf /lib/ld-2.31.so /lib64/ld-linux-x86-64.so.2 ;; arm64) ln -sf /lib/ld-2.31.so /lib/ld-linux-aarch64.so.1 ;; esac # buildkit
2023-11-02 19:31:21 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2023-11-02 19:31:21 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=https://packages.clickhouse.com/tgz/stable
2023-11-02 19:31:21 UTC (buildkit.dockerfile.v0)ARG VERSION=23.9.3.12
2023-11-02 19:31:21 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2023-11-02 19:31:57 UTC (buildkit.dockerfile.v0)RUN |5 TARGETARCH=amd64 REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.10/13adae0e42fd48de600486fc5d4b64d39f80c43e/package_release VERSION=23.10.1.1976 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c arch=${TARGETARCH:-amd64} && for package in ${PACKAGES}; do ( cd /tmp && echo "Get ${REPOSITORY}/${package}-${VERSION}-${arch}.tgz" && wget -c -q "${REPOSITORY}/${package}-${VERSION}-${arch}.tgz" && wget -c -q "${REPOSITORY}/${package}-${VERSION}-${arch}.tgz.sha512" && sed 's:/output/:/tmp/:' < "${package}-${VERSION}-${arch}.tgz.sha512" | sha512sum -c && tar xvzf "${package}-${VERSION}-${arch}.tgz" --strip-components=1 -C / ) ; done && rm /tmp/*.tgz /install -r && addgroup -S -g 101 clickhouse && adduser -S -h /var/lib/clickhouse -s /bin/bash -G clickhouse -g "ClickHouse server" -u 101 clickhouse && mkdir -p /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server/config.d /etc/clickhouse-server/users.d /etc/clickhouse-client /docker-entrypoint-initdb.d && chown clickhouse:clickhouse /var/lib/clickhouse && chown root:clickhouse /var/log/clickhouse-server && chmod +x /entrypoint.sh && apk add --no-cache bash tzdata && cp /usr/share/zoneinfo/UTC /etc/localtime && echo "UTC" > /etc/timezone && chmod ugo+Xrw -R /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server /etc/clickhouse-client # buildkit
2023-11-02 19:31:57 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2023-11-02 19:31:57 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse /var/log/clickhouse-server]
2023-11-02 19:31:57 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2023-11-02 19:34:23 UTC
277 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:579b34f0a95bb83b3acd6b3249ddc52c3d80f5c84b13c944e9e324feb86dd329 - 1.15% (3.18 MB)
[#001] sha256:491ba95b94c31cf1f6c2aed565747ef48a3db116e8bf339a1ff7f0a90d9940a6 - 0.46% (1.27 MB)
[#002] sha256:5d98e4d10abb44bae8ad63102247c0b53601f303e279cd85563278a31c6b5255 - 0.0% (382 Bytes)
[#003] sha256:f73a5859da9787b90e59a388641c428d520f78166e3db75801db9348f0fcfc8d - 0.0% (347 Bytes)
[#004] sha256:d4537d91551bdce5805d4b812e81e5ae88765b1c522cd7cf9a338301463cf3fb - 0.0% (2.81 KB)
[#005] sha256:7861a6f1cdc8670a870ba764e0812ec2a2c4694d70cf01ad8cf7a6deeade2c88 - 0.0% (148 Bytes)
[#006] sha256:33089fab1befd729e3f5d69b849ddcc9da6a9c210439e6e92b7063c54f8c9bab - 98.39% (272 MB)
/bin/sh -c #(nop) ADD file:ff3112828967e8004a3264d7ece3f81c88e6a1d44d360b9b5613caab15b41717 in /
2023-09-28 20:39:34 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-11-02 19:32:59 UTC (buildkit.dockerfile.v0)ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 TZ=UTC CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2023-11-02 19:32:59 UTC (buildkit.dockerfile.v0)COPY /lib/linux-gnu/libc.so.6 /lib/linux-gnu/libdl.so.2 /lib/linux-gnu/libm.so.6 /lib/linux-gnu/libpthread.so.0 /lib/linux-gnu/librt.so.1 /lib/linux-gnu/libnss_dns.so.2 /lib/linux-gnu/libnss_files.so.2 /lib/linux-gnu/libresolv.so.2 /lib/linux-gnu/ld-2.31.so /lib/ # buildkit
2023-11-02 19:33:00 UTC (buildkit.dockerfile.v0)COPY /etc/nsswitch.conf /etc/ # buildkit
2023-11-02 19:33:00 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2023-11-02 19:33:00 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2023-11-02 19:33:00 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2023-11-02 19:33:00 UTC (buildkit.dockerfile.v0)RUN |1 TARGETARCH=arm64 /bin/sh -c arch=${TARGETARCH:-amd64} && case $arch in amd64) mkdir -p /lib64 && ln -sf /lib/ld-2.31.so /lib64/ld-linux-x86-64.so.2 ;; arm64) ln -sf /lib/ld-2.31.so /lib/ld-linux-aarch64.so.1 ;; esac # buildkit
2023-11-02 19:33:00 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2023-11-02 19:33:00 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=https://packages.clickhouse.com/tgz/stable
2023-11-02 19:33:00 UTC (buildkit.dockerfile.v0)ARG VERSION=23.9.3.12
2023-11-02 19:33:00 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2023-11-02 19:34:23 UTC (buildkit.dockerfile.v0)RUN |5 TARGETARCH=arm64 REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.10/13adae0e42fd48de600486fc5d4b64d39f80c43e/package_aarch64 VERSION=23.10.1.1976 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static /bin/sh -c arch=${TARGETARCH:-amd64} && for package in ${PACKAGES}; do ( cd /tmp && echo "Get ${REPOSITORY}/${package}-${VERSION}-${arch}.tgz" && wget -c -q "${REPOSITORY}/${package}-${VERSION}-${arch}.tgz" && wget -c -q "${REPOSITORY}/${package}-${VERSION}-${arch}.tgz.sha512" && sed 's:/output/:/tmp/:' < "${package}-${VERSION}-${arch}.tgz.sha512" | sha512sum -c && tar xvzf "${package}-${VERSION}-${arch}.tgz" --strip-components=1 -C / ) ; done && rm /tmp/*.tgz /install -r && addgroup -S -g 101 clickhouse && adduser -S -h /var/lib/clickhouse -s /bin/bash -G clickhouse -g "ClickHouse server" -u 101 clickhouse && mkdir -p /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server/config.d /etc/clickhouse-server/users.d /etc/clickhouse-client /docker-entrypoint-initdb.d && chown clickhouse:clickhouse /var/lib/clickhouse && chown root:clickhouse /var/log/clickhouse-server && chmod +x /entrypoint.sh && apk add --no-cache bash tzdata && cp /usr/share/zoneinfo/UTC /etc/localtime && echo "UTC" > /etc/timezone && chmod ugo+Xrw -R /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server /etc/clickhouse-client # buildkit
2023-11-02 19:34:23 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2023-11-02 19:34:23 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse /var/log/clickhouse-server]
2023-11-02 19:34:23 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.