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
77will be used to construct your container image. Right now the only supported
88builder is [ buildah] ( https://github.com/projectatomic/buildah ) . [ More to come
99in 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.
1214
1315I described this concept a while ago in [ this blog post] ( https://blog.tomecek.net/post/building-containers-with-buildah-and-ansible/ ) .
1416
@@ -18,8 +20,8 @@ actually heavily inspired by ansible-container: the main distinction is that
1820ansible-container covers the complete lifecycle of a containerized application
1921while ab takes care of image builds only.
2022
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.**
2325
2426
2527** Status** : proof of concept
You can’t perform that action at this time.
0 commit comments