From e6ab6feafb044b0e22914243686b2d8cf245a869 Mon Sep 17 00:00:00 2001 From: William Yeh Date: Tue, 28 Apr 2015 21:17:57 +0800 Subject: Add: support for CentOS 6. --- Vagrantfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 4d8c0a6..1f16b40 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -8,11 +8,15 @@ 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: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:centos6-onbuild centos6-onbuild SHELL end -- cgit v1.2.3