-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[FEATURE] RPi Arm V7 & 8 Docker support revisited #130
Conversation
Uses QEMU to build the docker images on amd64 architectures, such that Docker Hub can build the images.
✔️ Deploy Preview for dashy-dev ready! 🔨 Explore the source changes: 8f1201b 🔍 Inspect the deploy log: https://app.netlify.com/sites/dashy-dev/deploys/610e9c19f7945e00095e4499 😎 Browse the preview: https://deploy-preview-130--dashy-dev.netlify.app |
I can build the Docker images myself after executing the |
Amazing! Thanks so much, this looks great, just testing it now :) |
And I made a small change to |
I don't know how Docker Hub works exactly, but you probably have to use something like the settings they describe here. |
Ahh so it looks like the build still failed on DockerHub with the same error. Build Logs
I will look into it further, your image worked perfectly for me locally, so this is something with Docker Hub. I've been doing it with DH's automated builds, pulled from GH- Any ideas how other containers manage to publish their ARM-based images there? If it's just a case of building it elsewhere and then pushing it to DH, then I think I can write a GH action to handle that, just looking further into it now Thanks so much for doing that though, it's been super helpful |
It most likely didn't execute the hook script, I did that as well the first time and got the same error at the same stage ( I see now that I made a typo, it should be |
Closes Lissy93#130 Signed-off-by: Bjorn Lammers <walkxnl@gmail.com>
Category:
Feature, Docker
Overview
Add two Dockerfiles for ARMv7 and ARMv8 builds such that Dashy can be deployed on Raspberry Pi's for instance.
See also PR #122
Issue Number #117
New Vars
The
hooks/pre-build
script has to be executed before building the images to enable QEMU.Code Quality Checklist (Please complete)