ansibleplaybookbundle / ansible-playbook-bundle

THIS REPO IS MIGRATING: https://github.com/automationbroker/apb
GNU General Public License v2.0
140 stars 70 forks source link

Remove local docker requirement for developer workflow #253

Open jwmatthews opened 6 years ago

jwmatthews commented 6 years ago

Allow a developer to build/test/iterate on APB development to a remote cluster without requiring docker usage on their local machine.

This issue was raised by @akostadinov

jwmatthews commented 6 years ago

@dymurray added a documentation workaround that will not require local docker access here https://github.com/ansibleplaybookbundle/ansible-playbook-bundle/pull/257

dymurray commented 6 years ago

Please let me know if the above workaround allows you to get the image bootstrapped from the broker without Docker.

mhrivnak commented 6 years ago

@dymurray 's solution is great.

Just to throw out another option that may work for some people, you should be able to build locally with this: https://github.com/projectatomic/buildah

jwmatthews commented 6 years ago

@mhrivnak following on @mhrivnak's suggestion, we should target a blog post/demo in future for exploring buildah and developer workflows.