Install with docker on arm

Hello, I would like to install Metabase with docker on arm. There is no official arm image, and the Dockerfile (https://github.com/metabase/metabase/blob/master/Dockerfile) is itself based on an image incompatible with arm. Do you have any tips on how to get done with that install ?
Thanks,
Eric

1 Like

Hi @Eirikr70
Upvote this issue and read all the comments for workaround:
https://github.com/metabase/metabase/issues/13119 - upvote by clicking :+1: on the first post

Couldn't other adoptopenjdk/openjdk11 arm compatible images be used to build target metabase image ?

@Eirikr70 If you read through all the comments, then you'll see there are other images available now. Changing image is not just something we will randomly do. There are many thousands of Metabase installations that depend on stability we provide, it needs to be tested thoroughly. We have been testing some images for a while, as well as Java 17.
You can follow the comments to built your own image that works on the architecture you need.

Yes, been looking at that. I start trying to build my image. Never been through that process. Thanks for your help.