File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# ab
22
33This is a proof of concept implementation of a tool which builds container
4- images using Ansible playbooks. It has a pluggable builder selection — it is up
5- to you to pick the tool which will be used to construct your container image.
6- ab relies on [ Ansible connection
4+ images using [ Ansible] ( https://github.com/ansible/ansible )
5+ [ playbooks] ( https://docs.ansible.com/ansible/latest/user_guide/playbooks.html ) .
6+ It has a pluggable builder selection — it is up to you to pick the tool which
7+ will be used to construct your container image. Right now the only supported
8+ builder is [ buildah] ( https://github.com/projectatomic/buildah ) . [ More to come
9+ in future] ( #todo-past-010 ) . ab relies on [ Ansible connection
710plugins] ( https://docs.ansible.com/ansible/2.6/plugins/connection.html ) for
8- that.
11+ that. tl;dr Ansible is the frontend, buildah is the backend.
12+
13+ I described this concept a while ago in [ this blog post] ( https://blog.tomecek.net/post/building-containers-with-buildah-and-ansible/ ) .
914
1015You may be asking: why not
1116[ ansible-container] ( https://github.com/ansible/ansible-container ) ? This tool is
You can’t perform that action at this time.
0 commit comments