2022-03-25 15:54:42 UTC
219 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:3aa4d0bbde192bfaba75f2d124d8cf2e6de452ae03e55d54105e46b06eb8127e - 1.23% (2.68 MB)
[#001] sha256:24ba911fcc8b0e612473021dbbd11d018f9974aa8715d3aab1974c9d68be45fa - 0.84% (1.84 MB)
[#002] sha256:4afe4e5bf9d818acb05629e7086032022e71cf17487ceff19b5793848908faf8 - 0.04% (94.4 KB)
[#003] sha256:8b43e23cd48b809368410dbe5ef5cb3a1b04e8c9cf83cbd5617a302b53a19078 - 0.0% (384 Bytes)
[#004] sha256:eff5efa1f03824fe91317a4d17425e6b911e1377ce87fb671cdbbb65292314eb - 0.0% (379 Bytes)
[#005] sha256:880a432471cafd14c04902705a6b4f8198d34cd727271fbe3b0a45e65e86d220 - 0.0% (2.31 KB)
[#006] sha256:a505dd195e90aa0f1acd067f830c42648067a29451588468fbf9edf1858e948e - 97.89% (214 MB)
/bin/sh -c #(nop) ADD file:7386ad893672007cca2d73cec1862d582a69d581ca1d155d4599cb2aa54d5498 in /
2022-03-23 15:21:21 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-03-25 15:54:07 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
2022-03-25 15:54:08 UTC/bin/sh -c #(nop) COPY multi:332f97a588fb3c494b0e6044f791804c536839107ebc3d285828f0edd01d8bca in /lib/
2022-03-25 15:54:08 UTC/bin/sh -c #(nop) COPY file:c5b174696fc05c79081cf7035efd5eed966faca7d1783a7051aa952a059bc80a in /lib64/
2022-03-25 15:54:08 UTC/bin/sh -c #(nop) COPY file:364e15f3cc5fcadc7b43f588357329d04313b891b6f32bf1a5821375acb37bde in /etc/
2022-03-25 15:54:08 UTC/bin/sh -c #(nop) COPY file:846f3bc1e8b5e554962e4d4740818850ea4e66cd11d5bdcf522e70044448dd48 in /etc/clickhouse-server/config.d/
2022-03-25 15:54:09 UTC/bin/sh -c #(nop) COPY file:8b754b8817aafb45c0e738e209b2c17cab40a4cc96320375e3328ddb3a103c83 in /entrypoint.sh
2022-03-25 15:54:09 UTC/bin/sh -c #(nop) ARG REPO_CHANNEL=stable
2022-03-25 15:54:09 UTC/bin/sh -c #(nop) ARG REPO_URL=https://packages.clickhouse.com/tgz/stable
2022-03-25 15:54:09 UTC/bin/sh -c #(nop) ARG VERSION=20.9.3.45
2022-03-25 15:54:09 UTC/bin/sh -c #(nop) ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2022-03-25 15:54:37 UTC|4 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPO_CHANNEL=stable REPO_URL=https://packages.clickhouse.com/tgz/stable VERSION=22.1.4.30 /bin/sh -c for package in ${PACKAGES}; do echo "${REPO_URL}/${package}-${VERSION}.tgz" && wget -c -q "${REPO_URL}/${package}-${VERSION}.tgz" -O "/tmp/${package}-${VERSION}.tgz" && tar xvzf "/tmp/${package}-${VERSION}.tgz" --strip-components=2 -C / || exit 1 ; 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 su-exec 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
2022-03-25 15:54:42 UTC/bin/sh -c #(nop) EXPOSE 8123 9000 9009
2022-03-25 15:54:42 UTC/bin/sh -c #(nop) VOLUME [/var/lib/clickhouse /var/log/clickhouse-server]
2022-03-25 15:54:42 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.