diff options
author | William Yeh <william.pjyeh@gmail.com> | 2015-04-28 23:38:41 +0800 |
---|---|---|
committer | William Yeh <william.pjyeh@gmail.com> | 2015-04-28 23:38:41 +0800 |
commit | 02c349017570070ead3755fe15c34d1661cee1e2 (patch) | |
tree | 80993bff0b3eee8d46509b5c23ec13cb24b2f75e /Vagrantfile | |
parent | e6ab6feafb044b0e22914243686b2d8cf245a869 (diff) | |
download | docker-ansible-02c349017570070ead3755fe15c34d1661cee1e2.tar.gz docker-ansible-02c349017570070ead3755fe15c34d1661cee1e2.tar.zst docker-ansible-02c349017570070ead3755fe15c34d1661cee1e2.zip |
Add: support for CentOS 7.
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Vagrantfile b/Vagrantfile index 1f16b40..9e3514b 100644 --- a/Vagrantfile +++ b/Vagrantfile | |||
@@ -8,14 +8,14 @@ Vagrant.configure(2) do |config| | |||
8 | docker build -t ansible:ubuntu12.04 ubuntu12.04 | 8 | docker build -t ansible:ubuntu12.04 ubuntu12.04 |
9 | docker build -t ansible:debian8 debian8 | 9 | docker build -t ansible:debian8 debian8 |
10 | docker build -t ansible:debian7 debian7 | 10 | docker build -t ansible:debian7 debian7 |
11 | #docker build -t ansible:centos7 centos7 | 11 | docker build -t ansible:centos7 centos7 |
12 | docker build -t ansible:centos6 centos6 | 12 | docker build -t ansible:centos6 centos6 |
13 | 13 | ||
14 | docker build -t ansible:ubuntu14.04-onbuild ubuntu14.04-onbuild | 14 | docker build -t ansible:ubuntu14.04-onbuild ubuntu14.04-onbuild |
15 | docker build -t ansible:ubuntu12.04-onbuild ubuntu12.04-onbuild | 15 | docker build -t ansible:ubuntu12.04-onbuild ubuntu12.04-onbuild |
16 | docker build -t ansible:debian8-onbuild debian8-onbuild | 16 | docker build -t ansible:debian8-onbuild debian8-onbuild |
17 | docker build -t ansible:debian7-onbuild debian7-onbuild | 17 | docker build -t ansible:debian7-onbuild debian7-onbuild |
18 | #docker build -t ansible:centos7-onbuild centos7-onbuild | 18 | docker build -t ansible:centos7-onbuild centos7-onbuild |
19 | docker build -t ansible:centos6-onbuild centos6-onbuild | 19 | docker build -t ansible:centos6-onbuild centos6-onbuild |
20 | 20 | ||
21 | SHELL | 21 | SHELL |