File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ It has a pluggable builder selection — it is up to you to pick the tool which
7
7
will be used to construct your container image. Right now the only supported
8
8
builder is [ buildah] ( https://github.com/projectatomic/buildah ) . [ More to come
9
9
in future] ( #todo-past-010 ) . ab relies on [ Ansible connection
10
- plugins] ( https://docs.ansible.com/ansible/2.6/plugins/connection.html ) for
11
- that. tl;dr Ansible is the frontend, buildah is the backend.
10
+ plugins] ( https://docs.ansible.com/ansible/2.6/plugins/connection.html ) for performing builds.
11
+ that.
12
+
13
+ tl;dr Ansible is the frontend, buildah is the backend.
12
14
13
15
I described this concept a while ago in [ this blog post] ( https://blog.tomecek.net/post/building-containers-with-buildah-and-ansible/ ) .
14
16
@@ -18,8 +20,8 @@ actually heavily inspired by ansible-container: the main distinction is that
18
20
ansible-container covers the complete lifecycle of a containerized application
19
21
while ab takes care of image builds only.
20
22
21
- ** Please note that this project is not affiliated with Ansible project. It's
22
- just using Ansible to do something magical.**
23
+ ** Please note that this project is not affiliated with the Ansible project.
24
+ It's just using Ansible to do something magical.**
23
25
24
26
25
27
** Status** : proof of concept
You can’t perform that action at this time.
0 commit comments