2024-03-05 11:48:27 UTC
253 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:4abcf20661432fb2d719aaf90656f55c287f8ca915dc1c92ec14ff61e67fbaf8 - 1.28% (3.25 MB)
[#001] sha256:f14b4fb0c352960460f0b7c4eaa9df4ca76b44ea7f06869a523d55c4edcda5d0 - 0.76% (1.93 MB)
[#002] sha256:d1926184a4d4b87d721d191368e85d8a7907f0cb7c0268c034844d08be8f8317 - 0.0% (384 Bytes)
[#003] sha256:cf44be36e320836229db8720cc82dd4b57b12872ba62a62ae84d175f9accd181 - 0.0% (347 Bytes)
[#004] sha256:20df5ccdce03a6f7d2d345adc7ef9caf30d46424cbb29425e5fb70e82950601f - 0.0% (2.87 KB)
[#005] sha256:05d9a071079c46f0c2e255c90ca8c96e90245e4dc2ebf6315fe456e34062a656 - 0.0% (150 Bytes)
[#006] sha256:bf62e5b5608e5d9e106d83e23c51d402ba4b8de86cc807dbd9de0be72caa5b89 - 97.95% (248 MB)
/bin/sh -c #(nop) ADD file:37a76ec18f9887751cd8473744917d08b7431fc4085097bb6a09d81b41775473 in /
2024-01-27 00:30:48 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-03-05 11:48:05 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
2024-03-05 11:48:05 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
2024-03-05 11:48:05 UTC (buildkit.dockerfile.v0)COPY /etc/nsswitch.conf /etc/ # buildkit
2024-03-05 11:48:05 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2024-03-05 11:48:05 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2024-03-05 11:48:05 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-03-05 11:48:05 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
2024-03-05 11:48:05 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2024-03-05 11:48:05 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=https://packages.clickhouse.com/tgz/stable
2024-03-05 11:48:05 UTC (buildkit.dockerfile.v0)ARG VERSION=23.2.4.12
2024-03-05 11:48:05 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2024-03-05 11:48:27 UTC (buildkit.dockerfile.v0)RUN |5 TARGETARCH=amd64 REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/cc974ba4f8128059a2ada9a363d71d364f3a75ea/package_release VERSION=23.3.20.27 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
2024-03-05 11:48:27 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2024-03-05 11:48:27 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse /var/log/clickhouse-server]
2024-03-05 11:48:27 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2024-03-05 11:50:06 UTC
179 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:bca4290a96390d7a6fc6f2f9929370d06f8dfcacba591c76e3d5c5044e7f420c - 1.78% (3.19 MB)
[#001] sha256:b24cc0c6fb439be1994432ca759064fb46e1fb6582cfcd9d7bf1e42daab378ed - 0.71% (1.27 MB)
[#002] sha256:55ffc96f035c7931002453d859f5a9b20d822315f05687099e2fbc6f5d5c112e - 0.0% (385 Bytes)
[#003] sha256:0cc451fccd78a9f3620364042e09eef4a883764776a79f864cb91e8a716600e0 - 0.0% (346 Bytes)
[#004] sha256:20df5ccdce03a6f7d2d345adc7ef9caf30d46424cbb29425e5fb70e82950601f - 0.0% (2.87 KB)
[#005] sha256:9f12ebc6cda15b2df8fd6ced590d79d701538558fff45d412c06ab1946455c87 - 0.0% (149 Bytes)
[#006] sha256:eb1b6b33a6e276dc7704622699285966b463206fca8d08699e836759f309b359 - 97.51% (175 MB)
/bin/sh -c #(nop) ADD file:d0764a717d1e9d0aff3fa84779b11bfa0afe4430dcb6b46d965b209167639ba0 in /
2024-01-26 23:44:47 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2024-03-05 11:49:09 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
2024-03-05 11:49:09 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
2024-03-05 11:49:09 UTC (buildkit.dockerfile.v0)COPY /etc/nsswitch.conf /etc/ # buildkit
2024-03-05 11:49:10 UTC (buildkit.dockerfile.v0)COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit
2024-03-05 11:49:10 UTC (buildkit.dockerfile.v0)COPY entrypoint.sh /entrypoint.sh # buildkit
2024-03-05 11:49:10 UTC (buildkit.dockerfile.v0)ARG TARGETARCH
2024-03-05 11:49:10 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
2024-03-05 11:49:10 UTC (buildkit.dockerfile.v0)ARG REPO_CHANNEL=stable
2024-03-05 11:49:10 UTC (buildkit.dockerfile.v0)ARG REPOSITORY=https://packages.clickhouse.com/tgz/stable
2024-03-05 11:49:10 UTC (buildkit.dockerfile.v0)ARG VERSION=23.2.4.12
2024-03-05 11:49:10 UTC (buildkit.dockerfile.v0)ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2024-03-05 11:50:06 UTC (buildkit.dockerfile.v0)RUN |5 TARGETARCH=arm64 REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/23.3/cc974ba4f8128059a2ada9a363d71d364f3a75ea/package_aarch64 VERSION=23.3.20.27 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
2024-03-05 11:50:06 UTC (buildkit.dockerfile.v0)EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]
2024-03-05 11:50:06 UTC (buildkit.dockerfile.v0)VOLUME [/var/lib/clickhouse /var/log/clickhouse-server]
2024-03-05 11:50:06 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.