Hello
I have openbalena configuration on my local machine. Now I am trying to push the code on my end device using balena push <App_Name / Device_IP >
I am getting the following error:
➜ export DEBUG=1
➜ balena apps
Debug: original argv0="/usr/local/lib/balena-cli/bin/node" argv=[/usr/local/lib/balena-cli/bin/node,/usr/local/lib/balena-cli/bin/run,apps] length=3
ID APP NAME DEVICE TYPE ONLINE DEVICES DEVICE COUNT
8 MyApp raspberrypi3 0 0
➜ sudo balena push MyApp
getaddrinfo ENOTFOUND builder.api.test.com builder.api.test.com:443
Additional information may be available by setting a DEBUG=1 environment
variable: "set DEBUG=1" on a Windows command prompt, or "export DEBUG=1"
on Linux or macOS.
If you need help, don't hesitate in contacting our support forums at
https://forums.balena.io
For bug reports or feature requests, have a look at the GitHub issues or
create a new one at: https://github.com/balena-io/balena-cli/issues/
Hey @Sharvin26 - the builder isn’t part of the openBalena stack; so you need to do a balena deploy ... which builds the images locally in your workstation’s docker and pushed them to the openBalena stack’s registry
Is git push balena master supported for OpenBalena
I have one more doubt are the features Remote SSH and Geolocation available on OpenBalena. Also How can I check if update is successful on End device via OpenBalena.
@Sharvin26 no, the git push component uses the builder - so it is also missing.
Remote SSH works today via the balena tunnel ... command to bind a locally listening port from your device onto your local machine. I am not sure what feature on balenaCloud you are comparing to when you say Geolocation?
You can use the API or the CLI to see what release a device is running after an update.