sha256:18c772d2ed233e813fad56ff9621b3af328e08af3495ffffb5c50da9b20c21fe
OS/ARCH
Compressed size
211.27 MB
Last pushed
5 months by langwatch
Type
Image
Manifest digest
sha256:a8366f4d365ac7d3467289e032130d3b5ef85d59529068980af7c11382380b16
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 26.11 MB6CMD ["/bin/bash"]0 B7ARG DEBIAN_FRONTEND=noninteractive0 B8ARG apt_archive=http://archive.ubuntu.com0 B9RUN |2 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com /bin/sh7.23 MB10ARG REPO_CHANNEL=stable0 B11ARG REPOSITORY=deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable0 B12ARG VERSION=25.10.2.650 B13ARG PACKAGES=clickhouse-client clickhouse-server clickhouse-common-static0 B14ARG deb_location_url=0 B15ARG DIRECT_DOWNLOAD_URLS=0 B16ARG single_binary_location_url=0 B17ARG TARGETARCH=arm640 B18RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable32 B19RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable32 B20RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable32 B21RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable172.31 MB22RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable187 B23RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable845.46 KB24ENV LANG=en_US.UTF-80 B25ENV TZ=UTC0 B26RUN |10 DEBIAN_FRONTEND=noninteractive apt_archive=http://archive.ubuntu.com REPO_CHANNEL=stable116 B27COPY docker_related_config.xml /etc/clickhouse-server/config.d/ # buildkit369 B28COPY entrypoint.sh /entrypoint.sh # buildkit3.53 KB29EXPOSE [8123/tcp 9000/tcp 9009/tcp]0 B30VOLUME [/var/lib/clickhouse]0 B31ENV CLICKHOUSE_CONFIG=/etc/clickhouse-server/config.xml0 B32ENTRYPOINT ["/entrypoint.sh"]0 B33RUN /bin/sh -c apt-get update1.75 MB34COPY /ch-config /usr/local/bin/ch-config # buildkit3.04 MB35COPY scripts/ /scripts/ # buildkit2.1 KB36RUN /bin/sh -c chmod +x1.97 KB37RUN /bin/sh -c install -d2.2 KB38USER 1010 B39HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8123/ping0 B40ENTRYPOINT ["/usr/bin/tini" "--" "/scripts/entrypoint-wrapper.sh"]0 B41CMD ["clickhouse-server"]0 BCommand
ARG RELEASE