-
Notifications
You must be signed in to change notification settings - Fork 73
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 function to get architectures of parent images so each gcc image has the same set #36
Conversation
Lol, this will be a lot more fun once docker-library/official-images#3041 merges. 😄 |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77447 I think for now, we should explicitly exclude https://sources.debian.net/src/gcc-6/6.3.0-18/debian/rules2/#L491-L536 is another good link (where Debian adds a bunch of extra compile flags to ARM builds, like specifying exactly which ARM we're compiling for, and the features of it, which should fix our current build failure there: |
(filed an issue to track arm32v7 by itself: #37) |
👍 LGTM |
- `gcc`: multiarch (docker-library/gcc#36) - `mongo`: explicit `Architectures` - `openjdk`: multiarch (docker-library/openjdk#121) - `pypy`: update `pip` installation to match recent Python changes (docker-library/pypy#15) - `redis`: smaller Debian-based images (redis/docker-library-redis#94), multiarch (redis/docker-library-redis#95) - `wordpress`: 4.8
No hurry. 😉
See also docker-library/buildpack-deps#59.