I am currently deploying images to different devices from a single repo trying to deploy from a single repo, to different devices using the Dockerfile.
I currently have two docker files, Dockerfile.intel-nuc
and Dockerfile.raspberry-pi
in my root directory. It successfully builds different images when I push to the corresponding app for each devices.
However, when I try to use resinCLI for local deployment, resinCLI complains that it cannot find a dockerfile on the root directory.
$ sudo resin local push 6aa96b3.local -s .
No Dockerfile found in the project directory: /home/jalim/dev/auterion_distro_resin
If you need help, don't hesitate in contacting us at:
GitHub: https://github.com/resin-io/resin-cli/issues/new
Forums: https://forums.balena.io
Is there anyway to locally deploy the image while having multiple dockerfiles in the repository?
Thank you in advance