aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 27 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4294a46..89a7c24 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,11 @@ 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 most recent *stable* and *experimental* versions (I didn't pin any specific version). 21- Ansible: three version series -
22
23 1. the most recent *stable* version;
24 2. old 1.9 version;
25 3. the *experimental* version.
22 26
23 27
24## Images and tags 28## Images and tags
@@ -45,6 +49,28 @@ These are Docker images for [Ansible](https://github.com/ansible/ansible) softwa
45 - `williamyeh/ansible:centos6-onbuild` 49 - `williamyeh/ansible:centos6-onbuild`
46 - `williamyeh/ansible:alpine3-onbuild` 50 - `williamyeh/ansible:alpine3-onbuild`
47 51
52### Old 1.9 version:
53
54- Normal series:
55
56 - `williamyeh/ansible:1.9-debian8`
57 - `williamyeh/ansible:1.9-debian7`
58 - `williamyeh/ansible:1.9-ubuntu14.04`
59 - `williamyeh/ansible:1.9-ubuntu12.04`
60 - `williamyeh/ansible:1.9-centos7`
61 - `williamyeh/ansible:1.9-centos6`
62 - `williamyeh/ansible:1.9-alpine3`
63
64- Onbuild series (*recommended for common cases*):
65
66 - `williamyeh/ansible:1.9-debian8-onbuild`
67 - `williamyeh/ansible:1.9-debian7-onbuild`
68 - `williamyeh/ansible:1.9-ubuntu14.04-onbuild`
69 - `williamyeh/ansible:1.9-ubuntu12.04-onbuild`
70 - `williamyeh/ansible:1.9-centos7-onbuild`
71 - `williamyeh/ansible:1.9-centos6-onbuild`
72 - `williamyeh/ansible:1.9-alpine3-onbuild`
73
48### Experimental version (building directly from the git `master` source tree; use at your own risk!): 74### Experimental version (building directly from the git `master` source tree; use at your own risk!):
49 75
50- Normal series: 76- Normal series: