aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index f0baebb..8abe0cc 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +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: three version series - 21- Ansible: four series -
22 22
23 1. the most recent *stable* version; 23 1. the most recent *stable* version;
24 2. old 1.9 version; 24 2. old 1.9 version;
25 3. the *experimental* version. 25 3. the *experimental* version;
26 4. for building *minimal* images from playbooks; i.e., the Ansible body will be removed when mission completed.
26 27
27 28
28## Images and tags 29## Images and tags
@@ -96,6 +97,13 @@ These are Docker images for [Ansible](https://github.com/ansible/ansible) softwa
96 - `williamyeh/ansible:master-centos6-onbuild` 97 - `williamyeh/ansible:master-centos6-onbuild`
97 98
98 99
100### Minimal series (the Ansible body will be removed when mission completed):
101
102- Onbuild series:
103
104 - `williamyeh/ansible:mini-alpine3`
105
106
99 107
100## For the impatient 108## For the impatient
101 109