heroku/base-images

Move provisioning steps out of bin/capture-stack

fabiokung opened this issue · 0 comments

bin/capture-stack should only package things, but it also runs some provisioning steps.

If those steps are moved to the provisioning scripts (eg.: bin/cedar.sh), heroku compatible images could be easily built by just running a provisioning script, eg.: inside vagrant VMs to create vagrant boxes or docker containers to create docker images.

Right now, creating vagrant boxes and/or docker images requires additional steps other than just running bin/<stack-name>.sh inside the image being built.