]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - README.md
Add: building from source tree.
[github/fretlink/docker-ansible.git] / README.md
index ee39d18838f2dc1475aa0cea0187bce90b66f495..34febff53e67d9239cf8b74e7d83e08546a3d59b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,11 +18,13 @@ These are Docker images for [Ansible](https://github.com/ansible/ansible) softwa
 
 - OS: Debian (jessie, wheezy), Ubuntu (trusty, precise), CentOS (7, 6), Alpine (3).
 
-- Ansible: usually the latest version (I didn't pin any specific version).
+- Ansible: usually the most recent *stable* and *experimental* versions (I didn't pin any specific version).
 
 
 ## Images and tags
 
+### Stable series (installed from official PyPI repo):
+
 - Normal series:
 
   - `williamyeh/ansible:debian8`
@@ -43,6 +45,27 @@ These are Docker images for [Ansible](https://github.com/ansible/ansible) softwa
   - `williamyeh/ansible:centos6-onbuild`
   - `williamyeh/ansible:alpine3-onbuild`
 
+### Experimental series (building from the git `master` source tree):
+
+- Normal series:
+
+  - `williamyeh/ansible:master-debian8`
+  - `williamyeh/ansible:master-debian7`
+  - `williamyeh/ansible:master-ubuntu14.04`
+  - `williamyeh/ansible:master-ubuntu12.04`
+  - `williamyeh/ansible:master-centos7`
+  - `williamyeh/ansible:master-centos6`
+
+- Onbuild series (*recommended for common cases*):
+
+  - `williamyeh/ansible:master-debian8-onbuild`
+  - `williamyeh/ansible:master-debian7-onbuild`
+  - `williamyeh/ansible:master-ubuntu14.04-onbuild`
+  - `williamyeh/ansible:master-ubuntu12.04-onbuild`
+  - `williamyeh/ansible:master-centos7-onbuild`
+  - `williamyeh/ansible:master-centos6-onbuild`
+
+
 
 ## For the impatient