-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Official ARM image for Docker #22222
Copy link
Copy link
Closed
Labels
comp-build-systemBuild system (CMake, compilation, platform builds).Build system (CMake, compilation, platform builds).dockerfeature
Description
Current official Docker images seem to be only built for amd64. It would be great to also have arm64 images. Lots of other databases or similar, like mongo/postgres/redis, already provide multi arch Docker images.
Use case
My main use case would be to easily run Clickhouse on EC2 Graviton2 instances. Also it'd help local development on Apple M1 computers without having to emulate amd64 images.
Describe the solution you'd like
Official arm64 builds for Docker
Describe alternatives you've considered
I understand an alternative would be to build Clickhouse myself. This is considerably more difficult than just running a pre built container. Not sure if there's another alternative.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
comp-build-systemBuild system (CMake, compilation, platform builds).Build system (CMake, compilation, platform builds).dockerfeature