Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1010 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 1010 Bytes

CDM prototype StarRocks dockerfiles

These are extremely naive Dockerfiles allowing deployment of StarRocks front end and compute nodes in Rancher.

IMPORTANT NOTE

StarRocks has many recommendations and requirements for the machines running the FE and CN nodes. See:

https://docs.starrocks.io/docs/deployment/deployment_overview/

especially:

https://docs.starrocks.io/docs/deployment/environment_configurations/

These are NOT taken into account in these Dockerfiles.

However, the AVX2 instruction set is required for these images to run.

Variables

Variables that need to be set are documented in the scripts in the ./scripts directory. In particular, see the *entrypoint.sh fiels for variables that are set to default values.

Notes

  • The dockerfiles use mostly default values, which is almost certainly bad.

TODO

  • Make GHA to push images from a release if we ever get to that point
  • Dependabot / Trivy
  • Tests...? Could start up the images and make sure they're contactable I guess