Open jellybob opened 1 year ago
Hello @jellybob,
The balena/balena-preload
is not on docker hub and shouldn't be.
It's actually built on your machine by the local engine.
The issue you're experiencing is a communication problem between balena-cli and your local docker engine.
Can you confirm you have the same issue with the latest CLI version (just released) ?
Thanks, that makes sense. Still seeing the same behaviour on balena-cli 14.5.15.
It appears the preload Docker image is not available on Docker hub, at least if I'm reading the source of the balena-preload module correctly. Configuration in the module references the image
balena/balena-preload
, but the image returns a 404 when looking on Docker Hub.Expected Behavior
Running
balena preload
should result in building an image pre-provisioned with our Docker images.Actual Behavior
Steps to Reproduce the Problem
This is the most important and helpful part of a bug report. If we cannot reproduce the problem, it is difficult to tell what the fix should be, or whether code changes have fixed it.
balena preload image.img --fleet $FLEET
Specifications
Additional References
If applicable, please add additional links to GitHub projects, forums.balena.io threads, gist.github.com, Google Drive attachments, etc.