Namespace
clickhouse
Image / Tag
clickhouse-server:21.8.15.7-alpine
Content Digest
sha256:d7efa5a5e121fa1c4a6e966c153343fb1e5e52232a56c213b785d50fa6707dc9
Details
Created

2022-04-04 16:41:24 UTC

Size

186 MB

Content Digest
Environment
CLICKHOUSE_CONFIG

/etc/clickhouse-server/config.xml

LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

TZ

UTC


Layers

[#000] sha256:40e059520d199e1a1a259089077f2a0c879951c9a4540490bad3a0d7714c6ae7 - 1.44% (2.68 MB)

[#001] sha256:c91c56384d3f8be0af7c18d2af05e897dc7eeec7cd195d9f23ee5058989082b1 - 1.04% (1.93 MB)

[#002] sha256:03a70964c2115857e2004dd213a91551edd01130d285835ea2d66d6de02807ff - 0.0% (385 Bytes)

[#003] sha256:2081c059bc5eb302f4b66e3823971f507ba59011c0728e7a91abe7dd6bd91b6e - 0.0% (349 Bytes)

[#004] sha256:9858be4f92b915069225b0b99233641be54144fa480f46ab7a28e39462df9509 - 0.0% (2.31 KB)

[#005] sha256:d540b8fe7eefa7ef8123641d8b8104e1bc164d16cad52d871fa81c5800efcda4 - 0.0% (150 Bytes)

[#006] sha256:4748bc95dab7afa59900f70daf3ff7bb5ff09d76a8ae012bc54c578fcb454c3b - 97.52% (181 MB)


History
2022-03-29 00:19:36 UTC

/bin/sh -c #(nop) ADD file:3b5a33c96fd3c10d0c438d907ce172903f7b2bde0f4e5107831e135ddf111b19 in /

2022-03-29 00:19:36 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2022-04-04 16:40:33 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-04-04 16:40:35 UTC

/bin/sh -c #(nop) COPY multi:6dfd98626a5838658f7db8cd279e67b94686d1fb8afc0ec8ad85b84c51eddd26 in /lib/

2022-04-04 16:40:36 UTC

/bin/sh -c #(nop) COPY file:364e15f3cc5fcadc7b43f588357329d04313b891b6f32bf1a5821375acb37bde in /etc/

2022-04-04 16:40:37 UTC

/bin/sh -c #(nop) COPY file:bd3a0f0cb914264e8f5a88260c25a3a6726b879b90fb87c07c724cc0e00e968c in /etc/clickhouse-server/config.d/

2022-04-04 16:40:38 UTC

/bin/sh -c #(nop) COPY file:5cebaa6234831c727e7d35574e17a83b851bc3c0aa214e52438de046df171336 in /entrypoint.sh

2022-04-04 16:40:38 UTC

/bin/sh -c #(nop) ARG TARGETARCH

2022-04-04 16:40: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

2022-04-04 16:40:40 UTC

/bin/sh -c #(nop) ARG REPO_CHANNEL=lts

2022-04-04 16:40:41 UTC

/bin/sh -c #(nop) ARG REPOSITORY=https://packages.clickhouse.com/tgz/lts

2022-04-04 16:40:42 UTC

/bin/sh -c #(nop) ARG VERSION=21.8.15.7

2022-04-04 16:40:43 UTC

/bin/sh -c #(nop) ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static

2022-04-04 16:41:22 UTC

|4 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=https://packages.clickhouse.com/tgz/lts REPO_CHANNEL=lts VERSION=21.8.15.7 /bin/sh -c arch=${TARGETARCH:-amd64} && for package in ${PACKAGES}; do { { echo "Get ${REPOSITORY}/${package}-${VERSION}-${arch}.tgz" && wget -c -q "${REPOSITORY}/${package}-${VERSION}-${arch}.tgz" -O "/tmp/${package}-${VERSION}-${arch}.tgz" && tar xvzf "/tmp/${package}-${VERSION}-${arch}.tgz" --strip-components=1 -C / ; } || { echo "Fallback to ${REPOSITORY}/${package}-${VERSION}.tgz" && wget -c -q "${REPOSITORY}/${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-04-04 16:41:22 UTC

/bin/sh -c #(nop) EXPOSE 8123 9000 9009

2022-04-04 16:41:23 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/clickhouse /var/log/clickhouse-server]

2022-04-04 16:41:24 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

Danger Zone
Delete Tag

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.

Delete