aboutsummaryrefslogtreecommitdiffhomepage
path: root/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 9e3514b..beac0fc 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -4,12 +4,12 @@ Vagrant.configure(2) do |config|
4 config.vm.provision "shell", inline: <<-SHELL 4 config.vm.provision "shell", inline: <<-SHELL
5 cd /vagrant 5 cd /vagrant
6 6
7 docker build -t ansible:ubuntu14.04 ubuntu14.04 7 docker build -t ansible:ubuntu14.04 ubuntu14.04
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