aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorWilliam Yeh <william.pjyeh@gmail.com>2016-06-03 10:36:33 +0800
committerWilliam Yeh <william.pjyeh@gmail.com>2016-06-03 10:36:33 +0800
commite552ec9f583f243b43d270e6fa3213419fbfab98 (patch)
treebd1a9d3248f4cfef20463110ddcc9d68d5f17499
parent042ddec8383b0755e60bb01dc93ae3378374b637 (diff)
downloaddocker-ansible-e552ec9f583f243b43d270e6fa3213419fbfab98.tar.gz
docker-ansible-e552ec9f583f243b43d270e6fa3213419fbfab98.tar.zst
docker-ansible-e552ec9f583f243b43d270e6fa3213419fbfab98.zip
Update: more detailed explanation about the differences among variants.
-rw-r--r--README.md28
1 files changed, 15 insertions, 13 deletions
diff --git a/README.md b/README.md
index d982543..83c1ea3 100644
--- a/README.md
+++ b/README.md
@@ -18,12 +18,12 @@ These are Docker images for [Ansible](https://github.com/ansible/ansible) softwa
18 18
19- OS: Debian (jessie, wheezy), Ubuntu (xenial, trusty, precise), CentOS (7, 6), Alpine (3). 19- OS: Debian (jessie, wheezy), Ubuntu (xenial, trusty, precise), CentOS (7, 6), Alpine (3).
20 20
21- Ansible: four series - 21- Ansible: four variants -
22 22
23 1. the most recent *stable* version; 23 1. provides the most recent *stable* version of Ansible; suitable for most people.
24 2. old 1.9 version; 24 2. this variant is designed for building *minimal* images out of playbooks; i.e., the Ansible body will be removed when mission completed.
25 3. the *experimental* version; 25 3. provides the old 1.9 version of Ansible.
26 4. for building *minimal* images from playbooks; i.e., the Ansible body will be removed when mission completed. 26 4. provides the *experimental* version of Ansible.
27 27
28 28
29## Images and tags 29## Images and tags
@@ -52,6 +52,15 @@ These are Docker images for [Ansible](https://github.com/ansible/ansible) softwa
52 - `williamyeh/ansible:centos6-onbuild` 52 - `williamyeh/ansible:centos6-onbuild`
53 - `williamyeh/ansible:alpine3-onbuild` 53 - `williamyeh/ansible:alpine3-onbuild`
54 54
55
56### Minimal configuration (the Ansible body will be removed when mission completed):
57
58- Onbuild series:
59
60 - `williamyeh/ansible:mini-alpine3`
61 - `williamyeh/ansible:mini-debian8`
62
63
55### Old 1.9 version: 64### Old 1.9 version:
56 65
57- Normal series: 66- Normal series:
@@ -74,6 +83,7 @@ These are Docker images for [Ansible](https://github.com/ansible/ansible) softwa
74 - `williamyeh/ansible:1.9-centos6-onbuild` 83 - `williamyeh/ansible:1.9-centos6-onbuild`
75 - `williamyeh/ansible:1.9-alpine3-onbuild` 84 - `williamyeh/ansible:1.9-alpine3-onbuild`
76 85
86
77### Experimental version (building directly from the git `master` source tree; use at your own risk!): 87### Experimental version (building directly from the git `master` source tree; use at your own risk!):
78 88
79- Normal series: 89- Normal series:
@@ -97,14 +107,6 @@ These are Docker images for [Ansible](https://github.com/ansible/ansible) softwa
97 - `williamyeh/ansible:master-centos6-onbuild` 107 - `williamyeh/ansible:master-centos6-onbuild`
98 108
99 109
100### Minimal series (the Ansible body will be removed when mission completed):
101
102- Onbuild series:
103
104 - `williamyeh/ansible:mini-alpine3`
105 - `williamyeh/ansible:mini-debian8`
106
107
108 110
109## For the impatient 111## For the impatient
110 112