Namespace
clickhouse
Image / Tag
clickhouse-server:21.7.10.4
Content Digest
sha256:a24df6998e63ed903cc1086fba9a143dbbfead5f8f3fabd8920ff066a0a324f7
Details
Created

2021-09-18 09:00:18 UTC

Size

215 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:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 - 12.66% (27.2 MB)

[#001] sha256:02a75c45ab486bc81a96b08ac5e9b277eed8e0dfd7d7818b59eedc584b555352 - 0.0% (853 Bytes)

[#002] sha256:f37f18de532a742b6579a1adedf87439b4e2e21243314373bcf18bf2abe93e74 - 86.95% (187 MB)

[#003] sha256:e82a3a547c9b98e5d4d8c8384442fad689837d2f995cf553fdf48a27534d4895 - 0.38% (843 KB)

[#004] sha256:1266c024437bbdab28100131c8b92ae1dd3d26b4b6f1087291abd0488904a4e1 - 0.0% (149 Bytes)

[#005] sha256:90331e535c46abdb8494289de3d714f7d3af66d09f1aaf089d913d99b3766bf0 - 0.0% (367 Bytes)

[#006] sha256:4120a07ddb2902ee1f5cec40db7a4ad945712ee323d128727766c40f979ec540 - 0.0% (2.19 KB)

[#007] sha256:4120a07ddb2902ee1f5cec40db7a4ad945712ee323d128727766c40f979ec540 - 0.0% (2.19 KB)


History
2021-08-31 01:20:55 UTC

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

2021-08-31 01:20:56 UTC

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

2021-09-18 08:59:02 UTC

/bin/sh -c #(nop) ARG repository=deb https://repo.clickhouse.tech/deb/stable/ main/

2021-09-18 08:59:03 UTC

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

2021-09-18 08:59:04 UTC

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

2021-09-18 08:59:05 UTC

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

2021-09-18 08:59:05 UTC

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

2021-09-18 08:59:06 UTC

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

2021-09-18 08:59:08 UTC

|6 DEBIAN_FRONTEND=noninteractive deb_location_url= gosu_ver=1.10 repository=deb https://repo.clickhouse.tech/deb/stable/ main/ single_binary_location_url= version=21.7.10.* /bin/sh -c sed -i 's|http://archive|http://ru.archive|g' /etc/apt/sources.list

2021-09-18 09:00:01 UTC

|6 DEBIAN_FRONTEND=noninteractive deb_location_url= gosu_ver=1.10 repository=deb https://repo.clickhouse.tech/deb/stable/ main/ single_binary_location_url= version=21.7.10.* /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 ca-certificates dirmngr gnupg locales wget tzdata && mkdir -p /etc/apt/sources.list.d && apt-key adv --keyserver keyserver.ubuntu.com --recv E0C56BD4 && echo $repository > /etc/apt/sources.list.d/clickhouse.list && if [ -n "$deb_location_url" ]; then echo "installing from custom url with deb packages: $deb_location_url" rm -rf /tmp/clickhouse_debs && mkdir -p /tmp/clickhouse_debs && wget --progress=bar:force:noscroll "${deb_location_url}/clickhouse-common-static_${version}_amd64.deb" -P /tmp/clickhouse_debs && wget --progress=bar:force:noscroll "${deb_location_url}/clickhouse-client_${version}_all.deb" -P /tmp/clickhouse_debs && wget --progress=bar:force:noscroll "${deb_location_url}/clickhouse-server_${version}_all.deb" -P /tmp/clickhouse_debs && dpkg -i /tmp/clickhouse_debs/*.deb ; elif [ -n "$single_binary_location_url" ]; then echo "installing from single binary url: $single_binary_location_url" && rm -rf /tmp/clickhouse_binary && mkdir -p /tmp/clickhouse_binary && wget --progress=bar:force:noscroll "$single_binary_location_url" -O /tmp/clickhouse_binary/clickhouse && chmod +x /tmp/clickhouse_binary/clickhouse && /tmp/clickhouse_binary/clickhouse install --user "clickhouse" --group "clickhouse" ; else echo "installing from repository: $repository" && apt-get update && apt-get --yes -o "Dpkg::Options::=--force-confdef" -o "Dpkg::Options::=--force-confold" upgrade && apt-get install --allow-unauthenticated --yes --no-install-recommends clickhouse-common-static=$version clickhouse-client=$version clickhouse-server=$version ; fi && 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-09-18 09:00:07 UTC

|6 DEBIAN_FRONTEND=noninteractive deb_location_url= gosu_ver=1.10 repository=deb https://repo.clickhouse.tech/deb/stable/ main/ single_binary_location_url= version=21.7.10.* /bin/sh -c locale-gen en_US.UTF-8

2021-09-18 09:00:07 UTC

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

2021-09-18 09:00:08 UTC

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

2021-09-18 09:00:09 UTC

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

2021-09-18 09:00:10 UTC

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

2021-09-18 09:00:11 UTC

|6 DEBIAN_FRONTEND=noninteractive deb_location_url= gosu_ver=1.10 repository=deb https://repo.clickhouse.tech/deb/stable/ main/ single_binary_location_url= version=21.7.10.* /bin/sh -c mkdir /docker-entrypoint-initdb.d

2021-09-18 09:00:12 UTC

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

2021-09-18 09:00:12 UTC

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

2021-09-18 09:00:14 UTC

|6 DEBIAN_FRONTEND=noninteractive deb_location_url= gosu_ver=1.10 repository=deb https://repo.clickhouse.tech/deb/stable/ main/ single_binary_location_url= version=21.7.10.* /bin/sh -c chmod +x /entrypoint.sh

2021-09-18 09:00:15 UTC

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

2021-09-18 09:00:16 UTC

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

2021-09-18 09:00:17 UTC

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

2021-09-18 09:00:18 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