-
Notifications
You must be signed in to change notification settings - Fork 530
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
Start supporting arm32v7 armv7 starting with 3.9 #484
Conversation
The "alpine:3.9" Docker image doesn't support arm32v7 yet.
|
@tianon what did you mean with your comment? I know the docker images do not support it yet; but alpine now has armv7 builds out, so this should be the first step to generate them right? |
Doh sorry yeah, I misread which repo this was on 😅 In this case, the RHS of this case should be |
Not sure what you mean here either :) What does RHS stand for? Is there anything that's expected here from me? |
Superseded by #487 ? |
I would rather say #487 is a duplicate? Anyway, I created the changes I thought where needed for armv7 images last week; and they have since been merged in alpinelinux/aports#6444. So I think we now need to check how useable these images are, if there was anything omitted in the alpine armv7 PR and what was missing in this PR to get these images going? |
I saw that there's no script that generates the armv7 subdirectory, even though it seems to be completely identical to a least the armhf variant. What I am not clear on, is how the versioning works. Currently only alpine 3.9.1 and 3.9.2 minirootfs are built, but the option files list 3.9.0. I'll open a ticket on alpine to see if they can back-generate the 3.9.0 rootfs for completness. |
Also, the 'supported architectures' on docker hub is probably done at a later point in the official repo, I suppose only maintainers can do that later, correct? |
With alpine 3.9 out the door, and it now officially supporting armv7 (http://dl-cdn.alpinelinux.org/alpine/v3.9/main/armv7/) also start creating docker builds for it. Signed-off-by: Olliver Schinagl <[email protected]>
So I can build local armv7 containers, so this PR is 'complete' but requires a version bump to 3.9.1 or 3.9.2 as there is no armv7 3.9.0 over on alpine. Not sure if the 3.9.0 bump for armv7 is heared there though (alpinelinux/aports#6444). So I'll probably hit @ncopa up on IRC. Until then see #497 which I think should be merged first, to keep the general alpine version in sync. |
We best close this pull-request as the organizational structure has changed, with alpine linux now hosting their own Dockerfiles. Docker hub now seems to have armv7 so we should be able to use those as well. |
With alpine 3.9 out the door, and it now officially supporting armv7 (http://dl-cdn.alpinelinux.org/alpine/v3.9/main/armv7/) also start creating docker builds for it.