mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-01 16:58:12 +00:00
d3772386bf
Using `resin build` a user can now build an image on their own docker daemon. The daemon can be accessed via a local socket, a remote host and a remote host over a TLS socket. Project type resolution is supported. Nocache and tagging of images is also supported. Using `resin deploy` a user can now deploy an image to their fleet. The image can either be built by `resin-cli`, plain Docker, or from a remote source. Change-type: minor Signed-off-by: Cameron Diver <cameron@resin.io>