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.

1 Like

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.

2 Likes

This is fantastic news!

While I hate to follow up by immediately asking for more, do you have plans to produce arm64 images of fdb-kubernetes-monitor, too?

Thanks for the reminder, seems like we missed to push the arm64 images for the fdb-kubernetes-monitor. Things should be sorted now and the images are available.

1 Like

Excellent! Thank you so much!