Just to confirm, building locally using
balena build ...
works fine?
yes it works fine
We are looking for next generation build infrastructure at the moment, where the builds will run in isolation, but I have no timelines I can report on at this stage.
If your internet connection is limited,
balena|git push ...
flows will probably not be much use, unless your resulting images are of manageable size.
why would git push
not help ? it only pushes the docker-compose.yml from my network, the rest is done on balena cloud. or did I misendrestood how how these command work ?
anyway, using balena push
from GitLab CI on a server with a fast internet connection work reliably and in a manageable amount of time ( 3 ~ 5 minutes)
I still think it should be faster when I’m pushing the exact same images but it’s good enough to be usable. Maybe I’ll open another thread to discuss how things could be improved
thank you all !