Add experimental armhf support via "case" on "apk --print-arch"#52
Merged
yosifkit merged 1 commit intodocker-library:masterfrom Apr 24, 2017
Merged
Add experimental armhf support via "case" on "apk --print-arch"#52yosifkit merged 1 commit intodocker-library:masterfrom
yosifkit merged 1 commit intodocker-library:masterfrom
Conversation
yosifkit
approved these changes
Apr 24, 2017
Member
|
Merging since no functional change to x86 images, but gives access to build arm images. 🎉 |
tianon
added a commit
to infosiftr/stackbrew
that referenced
this pull request
Apr 26, 2017
- `docker`: experimental multiarch (docker-library/docker#52) - `golang`: experimental multiarch (docker-library/golang#158) - `nextcloud`: 10.0.5, 11.0.3, 9.0.58, update via container updates (nextcloud/docker#65) - `postgres`: ensure `postgres` user's HOME has decent permissions (docker-library/postgres#277) - `python`: fix `pip` install to also install `setuptools` and `wheel` (docker-library/python#186, docker-library/python#187)
|
That's very cool, so I do not have to write now for each new Docker version a dedicated ARM Dockerfile. However, I have the following question still: are they any plan to also push the ARM image to Docker hub? |
Member
Author
|
@jcberthon unfortunately, no -- see #54 (switching from These |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows for the same source to build on both amd64 and armhf -- I'm not 100% sure whether Docker's static binary releases are ARMv6 or ARMv7, and I've only got an ARMv7 environment to test in. 😇
Here's some
docker versionanddocker infooutput from a running instance of this DinD on an ARM machine: