balena-io / balena-cli

The official balena CLI tool.
Apache License 2.0
456 stars 141 forks source link

Add ability to push images without doing a build #1698

Open kfrance opened 4 years ago

kfrance commented 4 years ago

I have projects where we are pushing to devices that are the same architecture as our development machines and we would like the ability to push to those devices without having to do a build. In the same way that I can deploy just an image to balena cloud without doing a build.

Currently to get around this, I have fake builds that add a random file to the build so that push has something to build. It just causes me to have extra dockerfiles for those fake builds.

pdcastro commented 4 years ago