StarRocks / starrocks

StarRocks, a Linux Foundation project, is a next-generation sub-second MPP OLAP database for full analytics scenarios, including multi-dimensional analytics, real-time analytics, and ad-hoc queries.
https://starrocks.io
Apache License 2.0
8.74k stars 1.75k forks source link

Official ARM Docker Image Request #13628

Closed tomtom215 closed 1 year ago

tomtom215 commented 1 year ago

Feature request

Official Arm Docker Image & Docker Compose Documentation

Is your feature request related to a problem? Please describe. Yes, I am unable to do local development on Apple M1/2 machines using the official Docker

Describe the solution you'd like An official image for ARM architecture

Describe alternatives you've considered Compiling it ourselves is not really efficient for local development and quick changes

chaoyli commented 1 year ago

@tomtom215 Good suggestions. I can discuss this with our team. For now, the FE can build in Apple very quickly. BE do not. https://docs.starrocks.io/en-us/main/developers/development-environment/IDEA

hicder commented 1 year ago

@chaoyli do you know what's stopping us from compiling for M1? is it the custom vectorized code, or some libraries?

chaoyli commented 1 year ago

@hicder The clang and vectorized code are the blocking points.

imay commented 1 year ago

https://hub.docker.com/r/starrocks/allin1-ubuntu @tomtom215 Now all the images support ARM architecture, you can download as you need.

tomtom215 commented 1 year ago

https://hub.docker.com/r/starrocks/allin1-ubuntu

@tomtom215 Now all the images support ARM architecture, you can download as you need.

Thank you!!