Skip to content

Commit 6e27961

Browse files
committed
readme: moar polish
Signed-off-by: Tomas Tomecek <[email protected]>
1 parent 1ca23b3 commit 6e27961

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# ab
22

33
This 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
710
plugins](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

1015
You may be asking: why not
1116
[ansible-container](https://github.com/ansible/ansible-container)? This tool is

0 commit comments

Comments
 (0)