aboutsummaryrefslogtreecommitdiffhomepage
path: root/Vagrantfile
diff options
context:
space:
mode:
authorWilliam Yeh <william.pjyeh@gmail.com>2015-07-09 12:48:04 +0800
committerWilliam Yeh <william.pjyeh@gmail.com>2015-07-09 12:48:04 +0800
commit1c8ce0e976c1b77f6f528e448fe410561cd7446b (patch)
tree36991c30ccf1fd8b8a4a17ac6b86e20961b5c192 /Vagrantfile
parent8287be9012178ea619ebfd35aafa1a1f9d219055 (diff)
downloaddocker-ansible-1c8ce0e976c1b77f6f528e448fe410561cd7446b.tar.gz
docker-ansible-1c8ce0e976c1b77f6f528e448fe410561cd7446b.tar.zst
docker-ansible-1c8ce0e976c1b77f6f528e448fe410561cd7446b.zip
Update: simplify circle.yml to leverage CircleCI's upgrading to Docker 1.6.2
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