starrocks/docker/dockerfiles
Kevin Cai 011bf1714c
[Enhancement] refactor allin1 image (#28240)
* add supervisor and nginx into allin1
* add broker into allin1
* robust register BE BROKER into FE
* be able to use stream load directly talking to nginx http port

Fixes #13319

Signed-off-by: Kevin Xiaohua Cai <caixiaohua@starrocks.com>
2023-07-31 16:16:24 +08:00
..
allin1 [Enhancement] refactor allin1 image (#28240) 2023-07-31 16:16:24 +08:00
artifacts [BugFix] fix fe build_type info (#21668) 2023-04-14 22:30:25 +08:00
be [Enhancement] refactor allin1 image (#28240) 2023-07-31 16:16:24 +08:00
dev-env [Enhancement] upgrade staros to v3.1-rc8 (#28152) 2023-07-28 23:16:33 +08:00
fe [Enhancement] refactor allin1 image (#28240) 2023-07-31 16:16:24 +08:00
toolchains [Enhancement] install tzdata on ubuntu toolchains (#23538) 2023-05-17 11:00:46 +08:00
README.md [Tool][Dockerfile] add ubuntu toolchains dockerfile (#20284) 2023-03-24 21:44:18 +08:00
img.png [Tool] Build and publish starrocks image in a hermetic multi-stage docker build pipeline. (#17238) 2023-02-07 17:53:38 -08:00

README.md

The building of Starrocks artifacts and packaging to runtime container images are performed in a hermetic, multi-stage docker build environment. This setup enables the reuse of FE/BE artifacts for packaging into container images for different deployment scenarios. The building of artifacts will be executed in parallel leveraging the BuildKit for optimal speed.

img.png

1. StarRocks Ubuntu dev env image

2. StarRocks artifacts image

3. StarRocks fe image

4. StarRocks be image

5. StarRocks all-in-one image

6. StarRocks toolchains image