2024-03-20 22:52:09 UTC
243 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.34% (3.25 MB)
[#001] sha256:531912de3f54916d28d36a6b517da1ed63e83968de127b1ebb3e1194fa713e73 - 0.8% (1.93 MB)
[#002] sha256:f45927320e2e9f433e004fe801d026294c1ff34496a3d58f10f24718a20bf8e5 - 0.0% (384 Bytes)
[#003] sha256:88443577c3de72bbeb11e650bed370ccc5c47489e735f3e4ad6a09cc57dc33bc - 0.0% (373 Bytes)
[#004] sha256:6845869d5543e20e62727c43048c527c6996dc2223d1d37ab0dce7605137d26d - 0.0% (2.81 KB)
[#005] sha256:7fec26dcc6926ec7f62085c4dc2f35ce033f925a7559d0192a80de2a85c49a02 - 0.0% (180 Bytes)
[#006] sha256:1c35a7ecf02c9eb19c3c6d7d969ab9bafeca5a226c71d6bf6f55299898b01406 - 97.86% (237 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-20 22:51:38 UTC/bin/sh -c #(nop) 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-20 22:51:38 UTC/bin/sh -c #(nop) COPY multi:1a93a636378bee161c5f77856a9c1c77faad0fae44b88087f3d84e35e28c61ad in /lib/
2024-03-20 22:51:38 UTC/bin/sh -c #(nop) COPY file:364e15f3cc5fcadc7b43f588357329d04313b891b6f32bf1a5821375acb37bde in /etc/
2024-03-20 22:51:38 UTC/bin/sh -c #(nop) COPY file:846f3bc1e8b5e554962e4d4740818850ea4e66cd11d5bdcf522e70044448dd48 in /etc/clickhouse-server/config.d/
2024-03-20 22:51:38 UTC/bin/sh -c #(nop) COPY file:88378fa139335b8a211e452d222608dbfe007f3ac8c4ef597c08cab9691b0ecc in /entrypoint.sh
2024-03-20 22:51:38 UTC/bin/sh -c #(nop) ARG TARGETARCH
2024-03-20 22:51:39 UTC/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
2024-03-20 22:51:39 UTC/bin/sh -c #(nop) ARG REPO_CHANNEL=stable
2024-03-20 22:51:39 UTC/bin/sh -c #(nop) ARG REPOSITORY=https://packages.clickhouse.com/tgz/stable
2024-03-20 22:51:39 UTC/bin/sh -c #(nop) ARG VERSION=23.2.4.12
2024-03-20 22:51:39 UTC/bin/sh -c #(nop) ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2024-03-20 22:52:08 UTC|4 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=https://s3.amazonaws.com/altinity-build-artifacts/23.3/0a8ac3b092733da37e3e2a0079c486938a36790d/package_release REPO_CHANNEL=stable VERSION=23.3.19.34.altinityfips /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
2024-03-20 22:52:09 UTC/bin/sh -c #(nop) EXPOSE 8123 9000 9009
2024-03-20 22:52:09 UTC/bin/sh -c #(nop) VOLUME [/var/lib/clickhouse /var/log/clickhouse-server]
2024-03-20 22:52:09 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.