Namespace
altinity
Image / Tag
clickhouse-server:22.3.12.21.altinitystable
Content Digest
sha256:27d01cf3e32c3c45153b388624fb275a163202fb46cc4d55285c69ba33c9672a
Details
Created

2022-11-08 15:11:48 UTC

Size

296 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:eaead16dc43bb8811d4ff450935d607f9ba4baffda4fc110cc402fa43f601d83 - 9.22% (27.3 MB)

[#001] sha256:3175b02621e6a046dc788bcf0d2226425a866ba6ed43bd981bc7eaf1263b1596 - 0.0% (1.57 KB)

[#002] sha256:2156d6a0d82f0deabdd11462a291c30146e6d224b0845583769fe8f019c11690 - 13.55% (40.1 MB)

[#003] sha256:d3e27c5bc7a0dd7849bf3ca9e504cdb72f7ffaee198e17b0a171a2b9e12cf08d - 76.95% (228 MB)

[#004] sha256:4d5cda08b7c5edef296546f4e95cff9e6e4224fb6fcd8eb80f813792e70f483b - 0.28% (843 KB)

[#005] sha256:58cb756faa4e9829492ee37e8d01d81e7e5fb04409b6c60b277d59669d927ec8 - 0.0% (149 Bytes)

[#006] sha256:c669e873d315455b931f3d7f34803e1741c6e984cf5c3fcf511305baaf2a9440 - 0.0% (362 Bytes)

[#007] sha256:3436b0d3ddb8a169e40ea9438b23e5f6555757e0a2e2bab9fb78da3ee9d826cb - 0.0% (2.31 KB)

[#008] sha256:3436b0d3ddb8a169e40ea9438b23e5f6555757e0a2e2bab9fb78da3ee9d826cb - 0.0% (2.31 KB)


History
2022-10-25 01:53:34 UTC

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

2022-10-25 01:53:35 UTC

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

2022-11-08 15:11:25 UTC

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

2022-11-08 15:11:25 UTC

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

2022-11-08 15:11:25 UTC

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

2022-11-08 15:11:37 UTC

|2 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com /bin/sh -c sed -i "s|http://archive.ubuntu.com|${apt_archive}|g" /etc/apt/sources.list && 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 && 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 && apt-get clean

2022-11-08 15:11:37 UTC

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

2022-11-08 15:11:37 UTC

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

2022-11-08 15:11:38 UTC

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

2022-11-08 15:11:38 UTC

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

2022-11-08 15:11:38 UTC

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

2022-11-08 15:11:38 UTC

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

2022-11-08 15:11:38 UTC

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

2022-11-08 15:11:45 UTC

|8 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable VERSION=22.3.12.21.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /bin/sh -c arch=${TARGETARCH:-amd64} && 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 && for package in ${PACKAGES}; do { wget --progress=bar:force:noscroll "${deb_location_url}/${package}_${VERSION}_${arch}.deb" -P /tmp/clickhouse_debs || wget --progress=bar:force:noscroll "${deb_location_url}/${package}_${VERSION}_all.deb" -P /tmp/clickhouse_debs ; } || exit 1 ; done && 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 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 && echo "installing from repository: ${REPOSITORY}" && apt-get update && apt-get --yes -o "Dpkg::Options::=--force-confdef" -o "Dpkg::Options::=--force-confold" upgrade && for package in ${PACKAGES}; do apt-get install --allow-unauthenticated --yes --no-install-recommends "${package}=${VERSION}" || exit 1 ; done ; fi && clickhouse-local -q 'SELECT * FROM system.build_options' && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* && 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-11-08 15:11:47 UTC

|8 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable VERSION=22.3.12.21.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /bin/sh -c locale-gen en_US.UTF-8

2022-11-08 15:11:47 UTC

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

2022-11-08 15:11:47 UTC

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

2022-11-08 15:11:47 UTC

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

2022-11-08 15:11:47 UTC

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

2022-11-08 15:11:47 UTC

|8 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable VERSION=22.3.12.21.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /bin/sh -c mkdir /docker-entrypoint-initdb.d

2022-11-08 15:11:47 UTC

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

2022-11-08 15:11:47 UTC

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

2022-11-08 15:11:48 UTC

|8 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable VERSION=22.3.12.21.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /bin/sh -c chmod +x /entrypoint.sh

2022-11-08 15:11:48 UTC

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

2022-11-08 15:11:48 UTC

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

2022-11-08 15:11:48 UTC

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

2022-11-08 15:11:48 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