-
Notifications
You must be signed in to change notification settings - Fork 149
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
Raspberry Pi Image #35
Comments
any review will be much appreciated :) |
I noticed there was an update 2 days ago, but i am still seeing the same issue :(
|
Hi, I still can't get this to work on my raspberry Pi, I am starting to think I am doing something silly.
|
Hi can you try to run : |
No, I get the same error:
|
ok thanks, |
Did you end up getting anything working? Also I’m wondering about if ran as a service on a swarm, how would you use different priorities for each of the nodes. Would you just create a service targeted for each node and use labels to make sure it only runs on that node? I can give this a go at running later on today and see how I get on... |
Nah, still have never got it working, gave up and installed outside of docker for the time being sadly. |
I got it to work. You need to set up a platform specific docker-light-baseimage by prefixing the Dockerfile base alpine image with arm32v6 or arm32v7. If you modify the docker-keepalived image to use this new docker-light-baseimage image then the resulting image works. I've tested this for the Raspberry Pi1B, Raspberry Pi2B, and the Raspberry Pi3B. |
Looks like it's broken since the move to Alpine. If I run the multiarch image based on Alpine (which contains armv7) it fails: If I run the multiarch image based on Debian (which contains armv7) it works: Obviously the problem is that the current branch of docker-keepalived has been adapted to work with Alpine. |
Can confirm this is happening. 3 amd64 node, 1 arm64 node and 2 armhf nodes, amd64 nodes are running fine, tried all different images from arm tags, none worked. |
Yep, broken for arm... |
Hi,
As anyone got this working on a Raspberry Pi?
No matter what image I use of the Arm versions, I get the error which is usually associated with the wrong architecture:
keepalived | standard_init_linux.go:211: exec user process caused "exec format error"
I have tried latest, stable and the specific 2.0.19 images and both arm32v7 (as should be expected for a Pi 3) and just to try it the arm64v8 images too.
Any help much appreciated.
The text was updated successfully, but these errors were encountered: