Arm FoundationDB Images

Are there any plans to release an arm docker image for FoundationDB? It would be really helpful for local development on Apple Silicon devices.

2 Likes

I’m using this Dockerfile FoundationDB ARM Docker Image · GitHub for local development.

Thanks for sharing! I think we’ll do something similar for local development and maintain our own images until there are official arm images.

Just as a data point, I’d also very much appreciate official ARM images.

2 Likes

The next releases will have linux/amd64 and linux/arm64 images. In addition we uploaded the images for the already released 7.3 and 7.4 versions.

This has been fixed.

E.g., https://hub.docker.com/r/foundationdb/foundationdb/tags shows 7.4.5 already has both ARM64 and AMD64 images.