-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
multiarch support for Python #175
Comments
It is currently a work in progress; official stance is here. So we do build https://hub.docker.com/r/armhf/python/ and https://hub.docker.com/r/aarch64/python/. We are working to support multiple architectures directly with the beginning at docker-library/official-images#2289. |
Is there any statement on this? images seems to be available but are unable to be downloaded on amd64 architecture for cross-compilation |
Images are definitely available: https://hub.docker.com/_/python/ (see "Supported architectures", This was simply left open on accident. |
To download non-amd64 images on an amd64 box, you'll need to use the architecture-specific repos, as described in https://github.com/docker-library/official-images#architectures-other-than-amd64. |
I think this issue is still relevant
Version:
|
Should I open a new ticket or you can reopen this one? |
$ docker pull arm32v7/python:3.6-jessie
3.6-jessie: Pulling from arm32v7/python
e52c47bf5ccb: Downloading [================> ] 16.23MB/48.69MB
... |
OK. What about alpine then?
|
Alpine doesn't support |
(so, |
OK. What about have the same names then?
|
|
Shouldn't |
See docker-library/golang#131 (comment) for some discussion about why we can't simply make that change (and why |
It would be excellent to have
multiarch
support for the Python official image, for as many platforms as possible that would have language support.Happy to talk to anyone working on this to coordinate efforts, especially around multiarch for Raspberry Pi and ARMv8 builds.
The text was updated successfully, but these errors were encountered: