Namespace
altinity
Image / Tag
clickhouse-server:21.12.3.32.altinitydev
Content Digest
sha256:81644aa2b42eecbc389439d04ca0b341db1b7cc4bf5aa71707651ee955f0f9b7
Details
Created

2022-01-20 01:41:43 UTC

Size

179 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:a39c84e173f038958d338f55a9e8ee64bb6643e8ac6ae98e08ca65146e668d86 - 14.45% (25.9 MB)

[#001] sha256:a92131718583bf740dcb2a8e12afd8ac5304ae54c93e749d47f4cc6d46a8aec8 - 84.84% (152 MB)

[#002] sha256:c111eade350ef34ea9f7414b23328bf4e9526a992faa3cd46c4c89d93a7f2690 - 0.46% (843 KB)

[#003] sha256:5cd39ac1f107e4616f7d7d9b322ab9d3338c7bdbf43f5857ed1ccfe3dc048f58 - 0.0% (149 Bytes)

[#004] sha256:e2f7c1a05f2a2962443a3ea762863c1fd3401ba37c3f5fdaf3493d5e80ca5ea4 - 0.0% (367 Bytes)

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

[#006] sha256:c05c8e95ff29a6db85130d1f8ed8c98bb13c05be19f686601bbb42de058991b9 - 0.25% (460 KB)


History
2021-10-16 01:47:45 UTC

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

2021-10-16 01:47:45 UTC

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

2022-01-20 01:41:16 UTC

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

2022-01-20 01:41:16 UTC

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

2022-01-20 01:41:17 UTC

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

2022-01-20 01:41:17 UTC

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

2022-01-20 01:41:17 UTC

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

2022-01-20 01:41:17 UTC

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

2022-01-20 01:41:17 UTC

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

2022-01-20 01:41:37 UTC

|6 BUILD=21.12.3.32 DEBIAN_FRONTEND=noninteractive FEATURE=altinitydev 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}_arm64.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

2022-01-20 01:41:42 UTC

|6 BUILD=21.12.3.32 DEBIAN_FRONTEND=noninteractive FEATURE=altinitydev 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

2022-01-20 01:41:42 UTC

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

2022-01-20 01:41:42 UTC

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

2022-01-20 01:41:42 UTC

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

2022-01-20 01:41:42 UTC

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

2022-01-20 01:41:43 UTC

|6 BUILD=21.12.3.32 DEBIAN_FRONTEND=noninteractive FEATURE=altinitydev 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

2022-01-20 01:41:43 UTC

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

2022-01-20 01:41:43 UTC

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

2022-01-20 01:41:43 UTC

|6 BUILD=21.12.3.32 DEBIAN_FRONTEND=noninteractive FEATURE=altinitydev 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

2022-01-20 01:41:43 UTC

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

2022-01-20 01:41:43 UTC

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

2022-01-20 01:41:43 UTC

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

2022-01-20 01:41: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