Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

trevorr/metabase-arm64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

metabase-arm64

⚠️ This repository has been deprecated and archived. Please use loancrate/metabase-arm64 instead.

Multi-arch/arm64-compatible images for metabase.

Based on this comment from the Metabase issue for supporting ARM.

Building

One-time setup

Need to use a docker driver that supports multiple platforms (otherwise buildx fails with error: multiple platforms feature is currently not supported for docker driver. Please switch to a different driver (eg. "docker buildx create --use")).

docker buildx create --use

Building latest

docker buildx build --push --platform linux/amd64,linux/arm64 --tag scurrilous/metabase:latest .

Building a specific repo and/or version

docker buildx build --push --platform linux/amd64,linux/arm64 --tag scurrilous/metabase:enterprise-v1.46.6.4 --build-arg metabase_repo=metabase-enterprise --build-arg metabase_version=v1.46.6.4 .

About

arm64-compatible image of metabase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published