This is the error message.
time=“2019-07-02T08:31:58.545306456Z” level=warning msg=“failed to retrieve balena-engine-init version: exec: “balena-engine-init”: executable file not found in $PATH”
Repository
Command I use to deploy
balena deploy [AppName] --source --logs . --emulated
balena deploy [AppName]
Versions
balena-engine version 17.12.0-dev, build dceb2fc48071b78a8a828e0468a15a479515385f
UP board | BalenaOS 2.29.2+rev1 — Development
Docker version 18.09.5, build e8ff056
The resin_supervisor container is running. But everytime I deploy the simple node server, it keeps on restarting. I also tried to deploy a simple Dockerfile. It still restarts
simple Dockerfile
FROM balenalib/up-board-debian
I don’t know if the UP Board image is still buggy or the device that I use is defective. Also found out that there is no exisiting/installed balena-engine-init. Could someone help me on this?