2023-01-12 09:26:55 UTC
306 MB
/etc/clickhouse-server/config.xml
LANGen_US.UTF-8
LANGUAGEen_US:en
LC_ALLen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TZUTC
[#000] sha256:846c0b181fff0c667d9444f8378e8fcfa13116da8d308bf21673f7e4bea8d580 - 8.91% (27.3 MB)
[#001] sha256:ac641bbda89bbe3d44531fde85ece331ade086b048076c33f3f8965fa7a9d3d2 - 13.34% (40.8 MB)
[#002] sha256:fed95ea2e45d2f4df0d4f7f3c5db7d670d05a6f6e3f94aa890050bce931a7e15 - 77.47% (237 MB)
[#003] sha256:b5f0f3eeef55e49e23bcb467b007329d6d470c6c0045a108d486c264973af745 - 0.27% (843 KB)
[#004] sha256:339ba261f52239c1fc2423c59c0d145ae8fbb636bc6e6fcb447227ec132ed7a5 - 0.0% (148 Bytes)
[#005] sha256:56914880bd06f0bf73518130a389378eb867fcb1254e076904022edad42c7e4b - 0.0% (362 Bytes)
[#006] sha256:9640358d4214e190289f4592cd84ef7d5cd80dba498515f9b5a8e85c2ae2d711 - 0.0% (2.4 KB)
[#007] sha256:9640358d4214e190289f4592cd84ef7d5cd80dba498515f9b5a8e85c2ae2d711 - 0.0% (2.4 KB)
/bin/sh -c #(nop) ADD file:9d282119af0c42bc823c95b4192a3350cf2cad670622017356dd2e637762e425 in /
2022-12-09 01:20:21 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-01-12 09:26:31 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2023-01-12 09:26:31 UTC/bin/sh -c #(nop) ARG apt_archive=http://archive.ubuntu.com
2023-01-12 09:26:42 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 clean
2023-01-12 09:26:42 UTC/bin/sh -c #(nop) ARG REPO_CHANNEL=stable
2023-01-12 09:26:42 UTC/bin/sh -c #(nop) ARG REPOSITORY=deb https://packages.clickhouse.com/deb stable main
2023-01-12 09:26:42 UTC/bin/sh -c #(nop) ARG VERSION=22.8.5.29
2023-01-12 09:26:42 UTC/bin/sh -c #(nop) ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static
2023-01-12 09:26:42 UTC/bin/sh -c #(nop) ARG deb_location_url=
2023-01-12 09:26:43 UTC/bin/sh -c #(nop) ARG single_binary_location_url=
2023-01-12 09:26:43 UTC/bin/sh -c #(nop) ARG TARGETARCH
2023-01-12 09:26:51 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.8.11.16.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 packages="${packages} ${package}=${VERSION}" ; done && apt-get install --allow-unauthenticated --yes --no-install-recommends ${packages} || exit 1 ; 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
2023-01-12 09:26:53 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.8.11.16.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
2023-01-12 09:26:54 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8
2023-01-12 09:26:54 UTC/bin/sh -c #(nop) ENV LANGUAGE=en_US:en
2023-01-12 09:26:54 UTC/bin/sh -c #(nop) ENV LC_ALL=en_US.UTF-8
2023-01-12 09:26:54 UTC/bin/sh -c #(nop) ENV TZ=UTC
2023-01-12 09:26:54 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.8.11.16.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
2023-01-12 09:26:54 UTC/bin/sh -c #(nop) COPY file:846f3bc1e8b5e554962e4d4740818850ea4e66cd11d5bdcf522e70044448dd48 in /etc/clickhouse-server/config.d/
2023-01-12 09:26:55 UTC/bin/sh -c #(nop) COPY file:f07ca84277326650a3888351f76f6d5c36b69fea23bb363e8d04138d86d7ee79 in /entrypoint.sh
2023-01-12 09:26:55 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.8.11.16.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
2023-01-12 09:26:55 UTC/bin/sh -c #(nop) EXPOSE 8123 9000 9009
2023-01-12 09:26:55 UTC/bin/sh -c #(nop) VOLUME [/var/lib/clickhouse]
2023-01-12 09:26:55 UTC/bin/sh -c #(nop) ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml
2023-01-12 09:26:55 UTC/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]
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.