Namespace
altinity
Image / Tag
clickhouse-server:21.8.12.29.altinitystable
Content Digest
sha256:c6c6e371e2ac859f9347cbefcb3e5503bf234d9501248832f77bc7ea77d68265
Details
Created

2021-12-08 22:20:22 UTC

Size

222 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:7b1a6ab2e44dbac178598dabe7cff59bd67233dba0b27e4fbd1f9d4b3c877a54 - 12.26% (27.2 MB)

[#001] sha256:8e8feb2b217be647cf6634c59cd1770eea489d466d30766ca4d2c3c9bff5a687 - 87.15% (194 MB)

[#002] sha256:edf659b91aa48ef7c1232468e38f4556bc15727883c212c8e0a18f0cb7b5cdd4 - 0.37% (843 KB)

[#003] sha256:291bf46f383c7b186767858296b0a948dcfcc2e21e93e1ca7b91299d4f72f5b7 - 0.0% (149 Bytes)

[#004] sha256:75ef6106c5be075322cabca62625ef36cbcbc0f3ff8d87ec79d82626b0385ae0 - 0.0% (368 Bytes)

[#005] sha256:d647bad10ed22f28082f0bc44642d9ef8fb46e82561f077b071f784f72fca009 - 0.0% (1.89 KB)

[#006] sha256:a250fa6574fa2d3fa2d19bb5ca467cb47671ed638bd42058caebef2cfda23677 - 0.22% (491 KB)


History
2021-10-16 00:37:47 UTC

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

2021-10-16 00:37:47 UTC

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

2021-12-08 22:19:36 UTC

/bin/sh -c #(nop) ARG version=21.5.1.*

2021-12-08 22:19:36 UTC

/bin/sh -c #(nop) ARG gosu_ver=1.10

2021-12-08 22:19:36 UTC

/bin/sh -c #(nop) ARG deb_location_url=

2021-12-08 22:19:37 UTC

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

2021-12-08 22:19:37 UTC

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

2021-12-08 22:19:38 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2021-12-08 22:19:39 UTC

|6 BUILD=21.8.12.29 DEBIAN_FRONTEND=noninteractive FEATURE=altinitystable deb_location_url=http://0.0.0.0:8000 gosu_ver=1.10 version=21.5.1.* /bin/sh -c echo $BUILD $FEATURE

2021-12-08 22:20:12 UTC

|6 BUILD=21.8.12.29 DEBIAN_FRONTEND=noninteractive FEATURE=altinitystable deb_location_url=http://0.0.0.0:8000 gosu_ver=1.10 version=21.5.1.* /bin/sh -c groupadd -r clickhouse --gid=101 && useradd -r -g clickhouse --uid=101 --home-dir=/var/lib/clickhouse --shell=/bin/bash clickhouse && apt-get update && apt-get install --yes --no-install-recommends apt-transport-https=2.0.6 ca-certificates=20210119~20.04.2 dirmngr=2.2.19-3ubuntu2.1 gnupg=2.2.19-3ubuntu2.1 locales=2.31-0ubuntu9.2 wget=1.20.3-1ubuntu1 tzdata=2021e-0ubuntu0.20.04 lz4=1.9.2-2ubuntu0.20.04.1 && rm -rf /tmp/clickhouse_debs && mkdir -p /tmp/clickhouse_debs && wget --progress=bar:force:noscroll "${deb_location_url}/clickhouse-common-static_${BUILD}.${FEATURE}_amd64.deb" -P /tmp/clickhouse_debs && wget --progress=bar:force:noscroll "${deb_location_url}/clickhouse-client_${BUILD}.${FEATURE}_all.deb" -P /tmp/clickhouse_debs && wget --progress=bar:force:noscroll "${deb_location_url}/clickhouse-server_${BUILD}.${FEATURE}_all.deb" -P /tmp/clickhouse_debs && dpkg -i /tmp/clickhouse_debs/*.deb && wget --progress=bar:force:noscroll "https://github.com/tianon/gosu/releases/download/$gosu_ver/gosu-$(dpkg --print-architecture)" -O /bin/gosu && chmod +x /bin/gosu && clickhouse-local -q 'SELECT * FROM system.build_options' && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* && apt-get clean && mkdir -p /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server /etc/clickhouse-client && chmod ugo+Xrw -R /var/lib/clickhouse /var/log/clickhouse-server /etc/clickhouse-server /etc/clickhouse-client

2021-12-08 22:20:15 UTC

|6 BUILD=21.8.12.29 DEBIAN_FRONTEND=noninteractive FEATURE=altinitystable deb_location_url=http://0.0.0.0:8000 gosu_ver=1.10 version=21.5.1.* /bin/sh -c locale-gen en_US.UTF-8

2021-12-08 22:20:15 UTC

/bin/sh -c #(nop) ENV LANG=en_US.UTF-8

2021-12-08 22:20:16 UTC

/bin/sh -c #(nop) ENV LANGUAGE=en_US:en

2021-12-08 22:20:17 UTC

/bin/sh -c #(nop) ENV LC_ALL=en_US.UTF-8

2021-12-08 22:20:17 UTC

/bin/sh -c #(nop) ENV TZ=UTC

2021-12-08 22:20:18 UTC

|6 BUILD=21.8.12.29 DEBIAN_FRONTEND=noninteractive FEATURE=altinitystable deb_location_url=http://0.0.0.0:8000 gosu_ver=1.10 version=21.5.1.* /bin/sh -c mkdir /docker-entrypoint-initdb.d

2021-12-08 22:20:19 UTC

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

2021-12-08 22:20:19 UTC

/bin/sh -c #(nop) COPY file:0f66459e9ceda643c6e5c8d3cedb501ecc5f468e39eed06e12881a5e19f8c6b3 in /entrypoint.sh

2021-12-08 22:20:20 UTC

|6 BUILD=21.8.12.29 DEBIAN_FRONTEND=noninteractive FEATURE=altinitystable deb_location_url=http://0.0.0.0:8000 gosu_ver=1.10 version=21.5.1.* /bin/sh -c chmod +x /entrypoint.sh /bin/gosu

2021-12-08 22:20:21 UTC

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

2021-12-08 22:20:21 UTC

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

2021-12-08 22:20:22 UTC

/bin/sh -c #(nop) ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml

2021-12-08 22:20:22 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