-
Notifications
You must be signed in to change notification settings - Fork 531
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
Missing AArch32 (ARMv7) support #463
Comments
Found this comment in the
I have tested the Seeing as this works, could we provide some
|
@tianon do you have any idea why
|
Sounds like an old or misconfigured or miscompiled Docker daemon -- I've tested very recently on an armv7 device with a recent Docker version and got the armv6 image as expected. |
Are there any plans to produce an ARMv7 image @ alpine? The call out to ARMv7 in the Alpine 3.9 announcement caught my attention! We'd love to know if that signals a commitment to produce ARMv7 container images. Microsoft will buy you a cake if it does! I am a member of the .NET Core team at Microsoft. We publish images at microsoft/dotnet. We'd love to enable Alpine on ARM32, but are hesitant to enable our ARMv7 product on top of ARMv6 Alpine images. We assume that there has to be some downside to that option. I'd be interested in reading any docs that clarify what that configuration would mean in practice. We have many users who depend on our images, and expect us to only enable scenarios where he have high confidence, so we have to be pretty conservative. The lack of Alpine on ARMv7 images prevent us from being able to promote Alpine as our preferred container OS since we can only use it for 64-bit. We use Debian and Ubuntu to cover both 32-bit and 64-bit scenarios, and offer convenient multi-arch tags for those OSes that cover that breadth. Please consider publishing Alpine ARM32v7 images. Thank you. We'll be very quick to adopt them! |
Builds are now only generated from upstream minirootfs taballs. The release and update scripts have been refactored and moved to https://githib.com/alpinelinux/docker-alpine This commit also include update of all supported images: - edge (20190228 snapshot) - v3.9.2 - v3.8.4 - v3.7.3 - v3.6.5 This commit also introduces v3.9 armv7 image and remove unsupported branches v3.5 and older. fixes at least the following issues: - gliderlabs/docker-alpine#495 - gliderlabs/docker-alpine#471 - gliderlabs/docker-alpine#463 - gliderlabs/docker-alpine#460 - gliderlabs/docker-alpine#455 - gliderlabs/docker-alpine#430 (security) - gliderlabs/docker-alpine#375
Builds are now only generated from upstream minirootfs taballs. The release and update scripts have been refactored and moved to https://github.com/alpinelinux/docker-alpine This commit also include update of all supported images: - edge (20190228 snapshot) - v3.9.2 - v3.8.4 - v3.7.3 - v3.6.5 This commit also introduces v3.9 armv7 image and remove unsupported branches v3.5 and older. fixes at least the following issues: - gliderlabs/docker-alpine#495 - gliderlabs/docker-alpine#471 - gliderlabs/docker-alpine#463 - gliderlabs/docker-alpine#460 - gliderlabs/docker-alpine#455 - gliderlabs/docker-alpine#430 (security) - gliderlabs/docker-alpine#375
Builds are now only generated from upstream minirootfs taballs. The release and update scripts have been refactored and moved to https://github.com/alpinelinux/docker-alpine This commit also include update of all supported images: - edge (20190228 snapshot) - v3.9.2 - v3.8.4 - v3.7.3 - v3.6.5 This commit also introduces v3.9 armv7 image and remove unsupported branches v3.5 and older. fixes at least the following issues: - gliderlabs/docker-alpine#495 - gliderlabs/docker-alpine#471 - gliderlabs/docker-alpine#463 - gliderlabs/docker-alpine#460 - gliderlabs/docker-alpine#455 - gliderlabs/docker-alpine#430 (security) - gliderlabs/docker-alpine#375
Builds are now only generated from upstream minirootfs taballs. The release and update scripts have been refactored and moved to https://github.com/alpinelinux/docker-alpine This commit also include update of all supported images: - edge (20190228 snapshot) - v3.9.2 - v3.8.4 - v3.7.3 - v3.6.5 This commit also introduces v3.9 armv7 image and remove unsupported branches v3.5 and older. fixes at least the following issues: - gliderlabs/docker-alpine#495 - gliderlabs/docker-alpine#471 - gliderlabs/docker-alpine#463 - gliderlabs/docker-alpine#460 - gliderlabs/docker-alpine#455 - gliderlabs/docker-alpine#430 (security) - gliderlabs/docker-alpine#375
This is fixed with docker-library/official-images#5516 |
Do you plan to add support soon?
Support for ARMv6 and ARMv8 is already present. There shouldn't be a reason for ARMv7 not to be.
The text was updated successfully, but these errors were encountered: