Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

services/galexie/docker: add multi platform support to exported dockerhub image #5473

Open
sreuland opened this issue Sep 23, 2024 · 0 comments

Comments

@sreuland
Copy link
Contributor

What problem does your feature solve?

the stellar/stellar-galexie is exported in linux/amd64 arch format,
clients on arm64 architectures should include --platform linux/amd64 on the docker run stellar/stellar-galexie invocation of the image, if not included, will see a warning when running this image:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

the image is able to run and finish on arm64, this is a low priority request for consideration of multi-platform support to provide slightly more seamless docker experience regardless of host system.

What would you like to see?

the stellar/stellar-galexie is exported as multi-platform manifest, including linux/arm64 as well, hosts on arm64 processors like M-series apple laptop are able to rundocker run stellar/stellar-galexie <commands> <params> w/o any warnings.

What alternatives are there?

continue with current README recommendation for manually including --platform linux/amd54 override on docker run usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants