aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 24 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee39d18..34febff 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,13 @@ These are Docker images for [Ansible](https://github.com/ansible/ansible) softwa
18 18
19- OS: Debian (jessie, wheezy), Ubuntu (trusty, precise), CentOS (7, 6), Alpine (3). 19- OS: Debian (jessie, wheezy), Ubuntu (trusty, precise), CentOS (7, 6), Alpine (3).
20 20
21- Ansible: usually the latest version (I didn't pin any specific version). 21- Ansible: usually the most recent *stable* and *experimental* versions (I didn't pin any specific version).
22 22
23 23
24## Images and tags 24## Images and tags
25 25
26### Stable series (installed from official PyPI repo):
27
26- Normal series: 28- Normal series:
27 29
28 - `williamyeh/ansible:debian8` 30 - `williamyeh/ansible:debian8`
@@ -43,6 +45,27 @@ These are Docker images for [Ansible](https://github.com/ansible/ansible) softwa
43 - `williamyeh/ansible:centos6-onbuild` 45 - `williamyeh/ansible:centos6-onbuild`
44 - `williamyeh/ansible:alpine3-onbuild` 46 - `williamyeh/ansible:alpine3-onbuild`
45 47
48### Experimental series (building from the git `master` source tree):
49
50- Normal series:
51
52 - `williamyeh/ansible:master-debian8`
53 - `williamyeh/ansible:master-debian7`
54 - `williamyeh/ansible:master-ubuntu14.04`
55 - `williamyeh/ansible:master-ubuntu12.04`
56 - `williamyeh/ansible:master-centos7`
57 - `williamyeh/ansible:master-centos6`
58
59- Onbuild series (*recommended for common cases*):
60
61 - `williamyeh/ansible:master-debian8-onbuild`
62 - `williamyeh/ansible:master-debian7-onbuild`
63 - `williamyeh/ansible:master-ubuntu14.04-onbuild`
64 - `williamyeh/ansible:master-ubuntu12.04-onbuild`
65 - `williamyeh/ansible:master-centos7-onbuild`
66 - `williamyeh/ansible:master-centos6-onbuild`
67
68
46 69
47## For the impatient 70## For the impatient
48 71