Namespace
clickhouse
Image / Tag
clickhouse-server:22.1.4
Content Digest
sha256:20f1caa840b37ee11ea879e21cd3a34f3fe8949dd9a32bcb69dc5f46057105cd
Details
Created

2022-03-25 15:52:43 UTC

Size

254 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:4d32b49e2995210e8937f0898327f196d3fcc52486f0be920e8b2d65f150a7ab - 10.72% (27.2 MB)

[#001] sha256:d80f759b12ee3daf26e52ff0f55872f609903ae8fa14efe5c86d76eb10ee1f76 - 0.0% (849 Bytes)

[#002] sha256:5603287eea139f5239a24f446eebd05e6db57ca4921c36f98eed3b1fa2f42768 - 0.0% (1.57 KB)

[#003] sha256:c92108a828c01770f934b89ec2688b35ffc6096618497a563d6c31cbeca4ec72 - 88.95% (226 MB)

[#004] sha256:fc7ec44d66ac991bd3c5beb69bfe7a1624cbac0d8e986f71a61556f1b13d360a - 0.32% (843 KB)

[#005] sha256:6ab7770fccd32254f114f71927b02af03f8f866e56be86fef60addf709262bb9 - 0.0% (149 Bytes)

[#006] sha256:f9d0c57ceab55c4f878a3484bf443236366e26ca3807115b3d16ccf3bbc85500 - 0.0% (367 Bytes)

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

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


History
2022-03-18 05:30:40 UTC

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

2022-03-18 05:30:40 UTC

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

2022-03-25 15:51:43 UTC

/bin/sh -c #(nop) ARG apt_archive=http://archive.ubuntu.com

2022-03-25 15:51:44 UTC

|1 apt_archive=http://archive.ubuntu.com /bin/sh -c sed -i "s|http://archive.ubuntu.com|$apt_archive|g" /etc/apt/sources.list

2022-03-25 15:51:44 UTC

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

2022-03-25 15:51:44 UTC

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

2022-03-25 15:51:44 UTC

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

2022-03-25 15:51:44 UTC

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

2022-03-25 15:51:44 UTC

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

2022-03-25 15:51:44 UTC

/bin/sh -c #(nop) COPY file:f12bb7e8b8fb714564b15434ef06f07b85f2a3abccc8e4e23879d2ebf230eb61 in /su-exec.c

2022-03-25 15:52:33 UTC

|6 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com deb_location_url= repository=deb https://packages.clickhouse.com/deb stable main single_binary_location_url= version=22.1.4.30 /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 8919F6BD2B48D754 && 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 && apt-get install -y --no-install-recommends tcc libc-dev && tcc /su-exec.c -o /bin/su-exec && chown root:root /bin/su-exec && chmod 0755 /bin/su-exec && rm /su-exec.c && apt-get purge -y --auto-remove tcc libc-dev libc-dev-bin libc6-dev linux-libc-dev && 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

2022-03-25 15:52:40 UTC

|6 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com deb_location_url= repository=deb https://packages.clickhouse.com/deb stable main single_binary_location_url= version=22.1.4.30 /bin/sh -c locale-gen en_US.UTF-8

2022-03-25 15:52:41 UTC

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

2022-03-25 15:52:41 UTC

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

2022-03-25 15:52:41 UTC

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

2022-03-25 15:52:41 UTC

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

2022-03-25 15:52:42 UTC

|6 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com deb_location_url= repository=deb https://packages.clickhouse.com/deb stable main single_binary_location_url= version=22.1.4.30 /bin/sh -c mkdir /docker-entrypoint-initdb.d

2022-03-25 15:52:42 UTC

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

2022-03-25 15:52:42 UTC

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

2022-03-25 15:52:43 UTC

|6 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com deb_location_url= repository=deb https://packages.clickhouse.com/deb stable main single_binary_location_url= version=22.1.4.30 /bin/sh -c chmod +x /entrypoint.sh

2022-03-25 15:52:43 UTC

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

2022-03-25 15:52:43 UTC

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

2022-03-25 15:52:43 UTC

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

2022-03-25 15:52:43 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