aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Yeh <william.pjyeh@gmail.com>2016-05-30 11:46:11 +0800
committerWilliam Yeh <william.pjyeh@gmail.com>2016-05-30 11:46:11 +0800
commitf966242805e67f91bffdc5f9eb02096bb5e1f856 (patch)
treeadbc4d5e7779f470dbf6e94b244ea33a9d9842d9 /README.md
parent84d31fd8edaec467b7a22c9fcf9b0f3097539e6a (diff)
downloaddocker-ansible-f966242805e67f91bffdc5f9eb02096bb5e1f856.tar.gz
docker-ansible-f966242805e67f91bffdc5f9eb02096bb5e1f856.tar.zst
docker-ansible-f966242805e67f91bffdc5f9eb02096bb5e1f856.zip
Add: new `mini` series for building minimal images from playbooks.
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