Namespace
clickhouse
Image / Tag
clickhouse-server:22.3.2-alpine
Content Digest
sha256:4516622d38e3cd45f0f2e07a5275aafeaaa3c22edf98fc85d750c69ca353c2e3
Details
Created

2022-03-17 23:17:46 UTC

Size

182 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:3d243047344378e9b7136d552d48feb7ea8b6fe14ce0990e0cc011d5e369626a - 1.47% (2.68 MB)

[#001] sha256:18185a72730df103377eb760a4663309dcede06893173d58650861cbaed09935 - 1.01% (1.84 MB)

[#002] sha256:1a1f4f91cc2d9456391b8d3ddb0c4b97f34b79b879397b4744e393b0c14c2d19 - 0.05% (94.4 KB)

[#003] sha256:f7be55bb639b438f01be1b34410fb61a0ab5b89953029fc329ae1b8cd6c8db01 - 0.0% (385 Bytes)

[#004] sha256:02e07c958eeb8aa4eadf6897e8bef3ebc7026b296dba0a1ad97411e674137e4b - 0.0% (377 Bytes)

[#005] sha256:880a432471cafd14c04902705a6b4f8198d34cd727271fbe3b0a45e65e86d220 - 0.0% (2.31 KB)

[#006] sha256:a7979951153cad1b2d82deab735ba84a82262cb6259fc7a98021ecda15fd0989 - 97.47% (178 MB)


History
2022-03-17 04:01:58 UTC

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

2022-03-17 04:01:59 UTC

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

2022-03-17 23:16:41 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-17 23:16:42 UTC

/bin/sh -c #(nop) COPY multi:332f97a588fb3c494b0e6044f791804c536839107ebc3d285828f0edd01d8bca in /lib/

2022-03-17 23:16:42 UTC

/bin/sh -c #(nop) COPY file:c5b174696fc05c79081cf7035efd5eed966faca7d1783a7051aa952a059bc80a in /lib64/

2022-03-17 23:16:42 UTC

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

2022-03-17 23:16:42 UTC

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

2022-03-17 23:16:43 UTC

/bin/sh -c #(nop) COPY file:8b754b8817aafb45c0e738e209b2c17cab40a4cc96320375e3328ddb3a103c83 in /entrypoint.sh

2022-03-17 23:16:43 UTC

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

2022-03-17 23:16:43 UTC

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

2022-03-17 23:16:43 UTC

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

2022-03-17 23:16:43 UTC

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

2022-03-17 23:17:41 UTC

|4 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPO_CHANNEL=stable REPO_URL=https://packages.clickhouse.com/tgz/stable VERSION=22.3.2.2 /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-17 23:17:46 UTC

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

2022-03-17 23:17:46 UTC

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

2022-03-17 23:17:46 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