-
Notifications
You must be signed in to change notification settings - Fork 139
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
Balena Preload Image not available #2290
Comments
Hey there, the balena-preload image is actually built locally before creating the container, so nothing is pulled. Can you run the command again with the |
Oh okey, had it running with --debug flag. |
Could you also provide the output of |
|
I reproduced this issue today on an RPi4 running Raspberry Pi OS.
Now that I can reproduce it I will continue to investigate. I suspect it's related to running on armv7 but that's just a guess at this point. |
It appears that the official docker-in-docker images for arm32v7 have not been updated to 20.10 (and they probably never will be). So the problem is twofold:
|
We should definitely catch and report errors reasonably clearly, so that much is something we should fix in my opinion. If it was the case, perhaps the CLI could print a message along the lines of:
Whether we need to fix this (support running And thank you @HenrikWittemeier and @klutchell for reporting and investigating this issue! 👍 🙏 💯 |
@pdcastro My use case is, that i have a gitlab CI Runner on a Raspberry pi that builds an pushes my applications because i had issues with building with Quemu. Since that worked really good i tried to use the Raspberry Pi to automatically preload images. |
I understand this issue is resolved in CLI v12.46.1 - great work @klutchell 💯 and thanks @HenrikWittemeier for reporting it! 👍 |
Expected Behavior
Balena Preload should pull the docker Image for the Preloading Container.
Actual Behavior
Fails with following output:
The text was updated successfully, but these errors were encountered: