From 02c349017570070ead3755fe15c34d1661cee1e2 Mon Sep 17 00:00:00 2001 From: William Yeh Date: Tue, 28 Apr 2015 23:38:41 +0800 Subject: Add: support for CentOS 7. --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 1f16b40..9e3514b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -8,14 +8,14 @@ Vagrant.configure(2) do |config| docker build -t ansible:ubuntu12.04 ubuntu12.04 docker build -t ansible:debian8 debian8 docker build -t ansible:debian7 debian7 - #docker build -t ansible:centos7 centos7 + docker build -t ansible:centos7 centos7 docker build -t ansible:centos6 centos6 docker build -t ansible:ubuntu14.04-onbuild ubuntu14.04-onbuild docker build -t ansible:ubuntu12.04-onbuild ubuntu12.04-onbuild docker build -t ansible:debian8-onbuild debian8-onbuild docker build -t ansible:debian7-onbuild debian7-onbuild - #docker build -t ansible:centos7-onbuild centos7-onbuild + docker build -t ansible:centos7-onbuild centos7-onbuild docker build -t ansible:centos6-onbuild centos6-onbuild SHELL -- cgit v1.2.3