Skip to content
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 v3.11 version for armhf and armv7 architectures #30

Closed
tmaczukin opened this issue Feb 4, 2020 · 5 comments
Closed

Missing v3.11 version for armhf and armv7 architectures #30

tmaczukin opened this issue Feb 4, 2020 · 5 comments

Comments

@tmaczukin
Copy link
Contributor

The latest CI jobs for armhf and armv7 architectures have failed, which makes the v3.11 images for these unavailable.

All other jobs for all other version/architecture pairs are passing, which suggests that the problem was temporary.

Could the jobs be restarted and the missing version tags published?

@wborn
Copy link
Contributor

wborn commented Feb 16, 2020

It seems to be failing ever since it was added in #28. :-/

wborn added a commit to wborn/openhab-docker that referenced this issue Feb 16, 2020
The Alpine v3.11 armhf image is missing, see multiarch/alpine#30.

Signed-off-by: Wouter Born <github@maindrain.net>
wborn added a commit to wborn/openhab-docker that referenced this issue Feb 16, 2020
The Alpine v3.11 armhf image is missing, see multiarch/alpine#30.

Signed-off-by: Wouter Born <github@maindrain.net>
wborn added a commit to openhab/openhab-docker that referenced this issue Feb 16, 2020
The Alpine v3.11 armhf image is missing, see multiarch/alpine#30.

Signed-off-by: Wouter Born <github@maindrain.net>
@alejandro-perez
Copy link

I'm also interested in this issue. Is there any chance this will be fixed soon?

Many thanks for the hard workd!

@alejandro-perez
Copy link

In the meanwhile, if you really need a armhf version of 3.11 you can do the following to build your own image:

FROM multiarch/alpine:armhf-v3.10
RUN sed -i "s/v3.10/v3.11/" /etc/apk/repositories \
         && apk update && apk upgrade

@wilmardo
Copy link
Contributor

I looked into this when I opened the PR and the issue doesn't seem temporary.
I tried restarting it for the PR to no avail. Since the CentOS image also has issues and QEMU segfaults I concluded there is an issue with QEMU. Therefore tried updating to the latest but that hasn't made a difference so far.

I will give debugging this another try now :)

@lafin
Copy link
Contributor

lafin commented Jun 1, 2020

Try using the latest stable version 3.12. It seems that the Alpine developers broke version 3.11 for arm, I expected them to fix version 3.11, but this did not happen.

@lafin lafin closed this as completed Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants