-
Notifications
You must be signed in to change notification settings - Fork 164
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 docker image in RPi4 build #1600
Comments
Hey @flounderfish -- thanks for reporting it. Sadly our CI/CD server for ARM broke. We're currently trying to see whether we can leverage any publicly available CI/CD system that provides ARM slaves for builds. No luck so far. Please bear with us while we're going through this transition (and if you have suggestions for where we can find free CI/CD system for ARM -- please let us know ASAP). |
By the way @flounderfish -- we're still managing to publish official releases for ARM (by basically personally paying for a AWS ARM instance) so you can at least do:
This way you'll be getting 5.15.0 release artifacts (instead of latest master ones) |
Closing since this issue is deprecated, currently we don't have any issues to generate RPi images. |
Description
I am unable to execute
make
per the documentation here on writing an EVE image to an sd card for a Raspberry Pi 4 build; the process fails consistently and repeatedly:Failed to build init tarball from lfedge/eve-dom0-ztools:8cf6bb2af80e202f636ffe4a11c22b151ac572af-arm64: Could not pull image lfedge/eve-dom0-ztools:8cf6bb2af80e202f636ffe4a11c22b151ac572af-arm64: Error response from daemon: manifest for lfedge/eve-dom0-ztools:8cf6bb2af80e202f636ffe4a11c22b151ac572af-arm64 not found: manifest unknown: manifest unknown
Steps to Reproduce
After following the above generic build instructions, execute
make ZARCH=arm64 HV=rpi live-raw
Actual Results
The docker image is not found (see exact error message in description)
Expected Results
The docker should pull, the build should be on its merry way so that I can flash it to disk. Or, if this is not yet ready for rpi4, the documentation should reflect that
Additional Information
I checked Docker Hub, and while there are
amd64
images for8cf6bb2af80e202f636ffe4a11c22b151ac572af
, there are none forarm64
. I am willing to attempt a workaround, such as another place where I can grab the image, or perhaps even building that specific docker image myself, provided you can point me towards some detailed instructions (this is my first go with the EVE project)The text was updated successfully, but these errors were encountered: