-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add qemu to this docker image #512
Comments
How does it help if we bundle QEMU? Seems like a niche requirement, and it's pretty easy to add yourself of you want it (I think? Never tried, to be honest) |
For crossbuilding to work it is required to have QEMU in the base image. It would be more convenient if one would not have to rebuild the node base image with QEMU each time a new update came out. |
👎 from me As a general rule we try to avoid adding new packages to the images to keep the size down. |
Just a note that you can run other architecture images using "Docker for Mac/Windows" which automatically uses qemu user mode emulation (nothing required to be installed in the container), but qemu often has problems:
|
Seems like the best solution would be for someone to create a new base image called |
Closing as we will not be making this change. If someone:tm: does what @gibfahn suggest above me, we can link to it from our readme, though. |
What are your thoughts on adding qemu to this image?
It would be useful for e.g. for cross-building arm docker images on x86 machines using multiarch/qemu-user-static:register .
The text was updated successfully, but these errors were encountered: