apache/doris
This image is the build environment image of Apache Doris.
100K+
This repo contains 2 kinds of images:
The images with name like build-env-xxx
are build environment image of Apache Doris, mainly for compiling Doris from source.
The following images are runtime images of Apache Doris, mainly for running Doris in container environment.
fe-xxx
The FE image of Doris.
be-xxx
The BE image of Doris.
broker-xxx
The Broker image of Doris.
ms-xxx
The metaservice image of Doris, only for compute-storage decoupled architecture.
operator-xxx
It is doris-operator's image. Doris Operator is for creation, configuration and managment Doris clusters running on Kubernetes.
base-latest
The base image for building Doris runtime images, contains tools for debugging.
debug-latest
The image has the tool for debugging Doris' components when entering crash status.
The runtime image is built based on Ubuntu 22.04 and supports both amd64 and arm64 architectures for CPU.
For the amd64 architecture, it only supports versions with the AVX2 instruction set. If the host machine does not support the AVX2 instruction set, please refer to the Docker image creation section on Doris's GitHub to build your own image (https://github.com/apache/doris/tree/master/docker/runtime).
Apache Doris is an easy-to-use, high-performance and real-time analytical database based on MPP architecture, known for its extreme speed and ease of use. It only requires a sub-second response time to return query results under massive data and can support not only high-concurrent point query scenarios but also high-throughput complex analysis scenarios.
https://github.com/apache/doris
docker pull apache/doris