starrocks/docker/dockerfiles
Kevin Cai d85401da51
[Enhancement] upgrade staros to v3.1-rc8 (#28152)
2023-07-28 23:16:33 +08:00
..
allin1 [Enhancement] update toolchains image tag (#23548) 2023-05-18 15:28:29 +08:00
artifacts [BugFix] fix fe build_type info (#21668) 2023-04-14 22:30:25 +08:00
be [BugFix] use --chown=starrocks:starrocks when COPY in Dockerfile (#27830) 2023-07-25 17:24:41 +08:00
dev-env [Enhancement] upgrade staros to v3.1-rc8 (#28152) 2023-07-28 23:16:33 +08:00
fe [BugFix] use --chown=starrocks:starrocks when COPY in Dockerfile (#27830) 2023-07-25 17:24:41 +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