Developers have commented that it would be great if they could test out changes to images locally before doing the official build.
I think we could make this work if we passed in some option like --local-build and then we'd use Virtualbox or a similar local VM backend to create the image. Once build, developers could start the VM and manually run their tests to validate their changes.
Developers have commented that it would be great if they could test out changes to images locally before doing the official build.
I think we could make this work if we passed in some option like
--local-buildand then we'd use Virtualbox or a similar local VM backend to create the image. Once build, developers could start the VM and manually run their tests to validate their changes.