I’ve been trying to get the dashboard to work and I’m not able to push to the raspberry pi successfully. I’ve got the balena-dash-master file in the balena-cli folder. Here’s the output that I get
C:\balena-cli>balena push raspi
[Info] Starting build for raspi, user gh_pseudoseed
[Info] Dashboard link: https://dashboard.balena-cloud.com/apps/1352707/devic
es
[Info] Building on arm01
[Info] Pulling previous images for caching purposes...
[Success] Successfully pulled cache images
[Error] Some services failed to build:
[Error] Service: main
[Error] Error: Cannot locate specified Dockerfile: Dockerfile
[Error] Not deploying release.
Remote build failed
If you need help, don't hesitate in contacting us at:
GitHub: https://github.com/balena-io/balena-cli/issues/new
Forums: https://forums.balena.io
C:\balena-cli>
Anyone have any ideas? This has been driving me crazy lol
@pseudoseed, are you by any chance attempting to make use of the docker-compose.yml dockerfile: instruction? We (balena) are in the process of implementing the ability to choose/specify Dockerfiles with the dockerfile: instruction, but right now the feature is not supported. It should be available in the next few weeks. For what is currently supported, please follow the examples on this page:
There’s another forum thread that may be of interest:
Hey. I had the same problem.
Just take the files out of the folder and put them all “naked” in the balena-cli folder. then execute the command again. Worked for me, hope this helps!