Namespace
altinity
Image / Tag
clickhouse-server:23.3.8.22.altinitystable
Content Digest
sha256:099d95691e0612b860c943592eed22eb7412bec9e349733d4ea696f351e93686
Details
Created

2023-07-21 02:00:20 UTC

Size

272 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    20.04

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:01085d60b3a624c06a7132ff0749efc6e6565d9f2531d7685ff559fb5d0f669f - 9.66% (26.2 MB)

[#001] sha256:9b4552e206778f7b34daab52b72934ce680dcda9ed82ebc1f7c43c346c71bac5 - 3.09% (8.38 MB)

[#002] sha256:e4272184749cccc5ed5b18e75350aa9a53b26cd3c18617f037c6843b097a3d5e - 86.94% (236 MB)

[#003] sha256:d67552963eab64fd26867338c84d04ef4bf882fbb3a8a34ecf4d20cd093e6a95 - 0.0% (92 Bytes)

[#004] sha256:cfa0726348d8eeb24da2ff6cf989f08e1b41e14a0257f9bd1ab0b92d7d2bfa63 - 0.01% (22 KB)

[#005] sha256:93fea207d224783c8429f98a062b240d78384afaa3f36709d5f31fafe2dbd6f5 - 0.3% (843 KB)

[#006] sha256:8a6328e94f3cb3319abd456d97dd19aa16c5cacb5831905ed5409b963b93cf51 - 0.0% (149 Bytes)

[#007] sha256:19806511c20922c2717a1109e6a4e78db129b29f3aece1e45d2176ce2c599c00 - 0.0% (362 Bytes)

[#008] sha256:f5e9914672379f021e4e971cc49e79cfba560204d0f789498b948627708dea42 - 0.0% (2.69 KB)

[#009] sha256:f5e9914672379f021e4e971cc49e79cfba560204d0f789498b948627708dea42 - 0.0% (2.69 KB)


History
2023-06-28 09:59:08 UTC

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

2023-06-28 09:59:08 UTC

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

2023-06-28 09:59:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-06-28 09:59:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04

2023-06-28 09:59:10 UTC

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

2023-06-28 09:59:10 UTC

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

2023-07-21 02:00:02 UTC

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

2023-07-21 02:00:02 UTC

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

2023-07-21 02:00:08 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 upgrade -yq && apt-get install --yes --no-install-recommends ca-certificates locales tzdata wget && apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/*

2023-07-21 02:00:08 UTC

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

2023-07-21 02:00:08 UTC

/bin/sh -c #(nop) ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main

2023-07-21 02:00:08 UTC

/bin/sh -c #(nop) ARG VERSION=23.2.4.12

2023-07-21 02:00:09 UTC

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

2023-07-21 02:00:09 UTC

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

2023-07-21 02:00:09 UTC

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

2023-07-21 02:00:09 UTC

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

2023-07-21 02:00:17 UTC

|8 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable VERSION=23.3.8.22.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 && rm -rf /tmp/* ; fi

2023-07-21 02:00:18 UTC

|8 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable VERSION=23.3.8.22.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /bin/sh -c if [ -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" && rm -rf /tmp/* ; fi

2023-07-21 02:00:18 UTC

|8 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable VERSION=23.3.8.22.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /bin/sh -c if ! clickhouse local -q "SELECT ''" > /dev/null 2>&1; then apt-get update && apt-get install --yes --no-install-recommends apt-transport-https ca-certificates dirmngr gnupg2 && mkdir -p /etc/apt/sources.list.d && GNUPGHOME=$(mktemp -d) && GNUPGHOME="$GNUPGHOME" gpg --no-default-keyring --keyring /usr/share/keyrings/clickhouse-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 8919F6BD2B48D754 && rm -r "$GNUPGHOME" && chmod +r /usr/share/keyrings/clickhouse-keyring.gpg && echo "${REPOSITORY}" > /etc/apt/sources.list.d/clickhouse.list && echo "installing from repository: ${REPOSITORY}" && apt-get update && for package in ${PACKAGES}; do packages="${packages} ${package}=${VERSION}" ; done && apt-get install --allow-unauthenticated --yes --no-install-recommends ${packages} || exit 1 && rm -rf /var/lib/apt/lists/* /var/cache/debconf /tmp/* && apt-get autoremove --purge -yq libksba8 && apt-get autoremove -yq ; fi

2023-07-21 02:00:18 UTC

|8 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable VERSION=23.3.8.22.altinitystable apt_archive=http://archive.ubuntu.com deb_location_url=http://0.0.0.0:8000 single_binary_location_url= /bin/sh -c clickhouse-local -q 'SELECT * FROM system.build_options' && 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-07-21 02:00:19 UTC

|8 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable VERSION=23.3.8.22.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-07-21 02:00:19 UTC

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

2023-07-21 02:00:20 UTC

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

2023-07-21 02:00:20 UTC

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

2023-07-21 02:00:20 UTC

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

2023-07-21 02:00:20 UTC

|8 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable VERSION=23.3.8.22.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-07-21 02:00:20 UTC

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

2023-07-21 02:00:20 UTC

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

2023-07-21 02:00:20 UTC

|8 DEBIAN_FRONTEND=noninteractive PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main REPO_CHANNEL=stable VERSION=23.3.8.22.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-07-21 02:00:20 UTC

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

2023-07-21 02:00:20 UTC

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

2023-07-21 02:00:20 UTC

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

2023-07-21 02:00:20 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