Namespace
clickhouse
Image / Tag
clickhouse-server:22.3.19
Content Digest
sha256:b6d065b84df379f568d1bf7d1e67986f53db0568e74a934103658b9064f50815
Details
Created

2023-02-27 13:27:16 UTC

Size

296 MB

Content Digest
Labels
  • build-url
    https://github.com/ClickHouse/ClickHouse/actions/runs/4282820326
  • 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:b549f31133a955f68f9fa0d93f18436c4a180e12184b999a8ecf14f7eaa83309 - 8.88% (26.2 MB)

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

[#002] sha256:984b41d19fe3ee55ed698f9b4ada46fbf9e64d2477e2c415bf88f65f65e06805 - 13.97% (41.3 MB)

[#003] sha256:a58226b8d9902d768be05305fff140e53e22f5ebe258eb712108fa8768adfa25 - 76.87% (227 MB)

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

[#005] sha256:af93504e5ddbc3fe9780b62d482da61744f51edb484fddb6c192aea9219a5697 - 0.0% (122 Bytes)

[#006] sha256:08136ec4f2f8c735d13eabfc0d296f9e45865dc6e7b5817ed2e7fa1eff0e8ef7 - 0.0% (372 Bytes)

[#007] sha256:ef2414e4bd100269d732ff3bf5308ab44eb6961f47f2b2707bccacbcbf282fa4 - 0.0% (2.32 KB)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2023-02-01 11:42:37 UTC

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

2023-02-01 11:42:37 UTC

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

2023-02-01 11:42:37 UTC

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

2023-02-01 11:42:37 UTC

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

2023-02-01 11:42:39 UTC

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

2023-02-01 11:42:39 UTC

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

2023-02-27 13:23:11 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-02-27 13:23:11 UTC (buildkit.dockerfile.v0)

COPY su-exec.c /su-exec.c # buildkit

2023-02-27 13:23:11 UTC (buildkit.dockerfile.v0)

ARG apt_archive=http://archive.ubuntu.com

2023-02-27 13:26:56 UTC (buildkit.dockerfile.v0)

RUN |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 # buildkit

2023-02-27 13:26:56 UTC (buildkit.dockerfile.v0)

ARG REPO_CHANNEL=stable

2023-02-27 13:26:56 UTC (buildkit.dockerfile.v0)

ARG REPOSITORY=deb https://packages.clickhouse.com/deb stable main

2023-02-27 13:26:56 UTC (buildkit.dockerfile.v0)

ARG VERSION=22.3.*

2023-02-27 13:26:56 UTC (buildkit.dockerfile.v0)

ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static

2023-02-27 13:26:56 UTC (buildkit.dockerfile.v0)

ARG deb_location_url=

2023-02-27 13:26:56 UTC (buildkit.dockerfile.v0)

ARG single_binary_location_url=

2023-02-27 13:26:56 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-02-27 13:27:14 UTC (buildkit.dockerfile.v0)

RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_release VERSION=22.3.19.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_release single_binary_location_url= TARGETARCH=amd64 /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 # buildkit

2023-02-27 13:27:16 UTC (buildkit.dockerfile.v0)

RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_release VERSION=22.3.19.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit

2023-02-27 13:27:16 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2023-02-27 13:27:16 UTC (buildkit.dockerfile.v0)

ENV LANGUAGE=en_US:en

2023-02-27 13:27:16 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2023-02-27 13:27:16 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2023-02-27 13:27:16 UTC (buildkit.dockerfile.v0)

RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_release VERSION=22.3.19.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit

2023-02-27 13:27:16 UTC (buildkit.dockerfile.v0)

COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit

2023-02-27 13:27:16 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /entrypoint.sh # buildkit

2023-02-27 13:27:16 UTC (buildkit.dockerfile.v0)

RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_release VERSION=22.3.19.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_release single_binary_location_url= TARGETARCH=amd64 /bin/sh -c chmod +x /entrypoint.sh # buildkit

2023-02-27 13:27:16 UTC (buildkit.dockerfile.v0)

EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]

2023-02-27 13:27:16 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clickhouse]

2023-02-27 13:27:16 UTC (buildkit.dockerfile.v0)

ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml

2023-02-27 13:27:16 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/entrypoint.sh"]

Details
Created

2023-02-27 13:31:15 UTC

Size

218 MB

Content Digest
Labels
  • build-url
    https://github.com/ClickHouse/ClickHouse/actions/runs/4282820326
  • 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:455c32d33260eab99dd1b8abd1c2af91801c5a580a50e7a43c60b637a88a2209 - 11.37% (24.8 MB)

[#001] sha256:3271f115f49e1d2b811ac2924a498a34535d667483940ff5140f2264c677f8d4 - 0.0% (1.57 KB)

[#002] sha256:aca468f2c871a836a19f5be803b67cb10e87769e8bd259333a3d70575d933356 - 15.98% (34.8 MB)

[#003] sha256:a660d7c370d8c72a59b90d6fcca6614d5bc328459c0dee236d5d633fa476e6bc - 72.27% (157 MB)

[#004] sha256:1ae7cbe12c82affab6d7e41b4e81eebf2ccadd01674bf26f3ca0d7579d784ab2 - 0.38% (843 KB)

[#005] sha256:bb355718938bab6b5dcd41e53835b07771b6cd1033dfe40a3b10d31e1bb97ff7 - 0.0% (122 Bytes)

[#006] sha256:ec47ce87260a2f4f5971b5a2c6b1a2763dc7345830859444ec9921901f9aea1a - 0.0% (373 Bytes)

[#007] sha256:ef2414e4bd100269d732ff3bf5308ab44eb6961f47f2b2707bccacbcbf282fa4 - 0.0% (2.32 KB)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2023-02-01 11:27:52 UTC

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

2023-02-01 11:27:52 UTC

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

2023-02-01 11:27:52 UTC

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

2023-02-01 11:27:52 UTC

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

2023-02-01 11:27:56 UTC

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

2023-02-01 11:27:56 UTC

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

2023-02-27 13:27:56 UTC (buildkit.dockerfile.v0)

ARG DEBIAN_FRONTEND=noninteractive

2023-02-27 13:27:56 UTC (buildkit.dockerfile.v0)

COPY su-exec.c /su-exec.c # buildkit

2023-02-27 13:27:56 UTC (buildkit.dockerfile.v0)

ARG apt_archive=http://archive.ubuntu.com

2023-02-27 13:30:34 UTC (buildkit.dockerfile.v0)

RUN |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 # buildkit

2023-02-27 13:30:34 UTC (buildkit.dockerfile.v0)

ARG REPO_CHANNEL=stable

2023-02-27 13:30:34 UTC (buildkit.dockerfile.v0)

ARG REPOSITORY=deb https://packages.clickhouse.com/deb stable main

2023-02-27 13:30:34 UTC (buildkit.dockerfile.v0)

ARG VERSION=22.3.*

2023-02-27 13:30:34 UTC (buildkit.dockerfile.v0)

ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static

2023-02-27 13:30:34 UTC (buildkit.dockerfile.v0)

ARG deb_location_url=

2023-02-27 13:30:34 UTC (buildkit.dockerfile.v0)

ARG single_binary_location_url=

2023-02-27 13:30:34 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH

2023-02-27 13:31:04 UTC (buildkit.dockerfile.v0)

RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_aarch64 VERSION=22.3.19.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /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 # buildkit

2023-02-27 13:31:14 UTC (buildkit.dockerfile.v0)

RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_aarch64 VERSION=22.3.19.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c locale-gen en_US.UTF-8 # buildkit

2023-02-27 13:31:14 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2023-02-27 13:31:14 UTC (buildkit.dockerfile.v0)

ENV LANGUAGE=en_US:en

2023-02-27 13:31:14 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2023-02-27 13:31:14 UTC (buildkit.dockerfile.v0)

ENV TZ=UTC

2023-02-27 13:31:14 UTC (buildkit.dockerfile.v0)

RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_aarch64 VERSION=22.3.19.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit

2023-02-27 13:31:14 UTC (buildkit.dockerfile.v0)

COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit

2023-02-27 13:31:14 UTC (buildkit.dockerfile.v0)

COPY entrypoint.sh /entrypoint.sh # buildkit

2023-02-27 13:31:15 UTC (buildkit.dockerfile.v0)

RUN |9 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable REPOSITORY=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_aarch64 VERSION=22.3.19.6 PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static deb_location_url=https://s3.amazonaws.com/clickhouse-builds/22.3/467e0a7bd77e836a7c390006a82239728e69a96b/package_aarch64 single_binary_location_url= TARGETARCH=arm64 /bin/sh -c chmod +x /entrypoint.sh # buildkit

2023-02-27 13:31:15 UTC (buildkit.dockerfile.v0)

EXPOSE map[8123/tcp:{} 9000/tcp:{} 9009/tcp:{}]

2023-02-27 13:31:15 UTC (buildkit.dockerfile.v0)

VOLUME [/var/lib/clickhouse]

2023-02-27 13:31:15 UTC (buildkit.dockerfile.v0)

ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml

2023-02-27 13:31:15 UTC (buildkit.dockerfile.v0)

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