diff options
author | William Yeh <william.pjyeh@gmail.com> | 2015-07-09 12:48:04 +0800 |
---|---|---|
committer | William Yeh <william.pjyeh@gmail.com> | 2015-07-09 12:48:04 +0800 |
commit | 1c8ce0e976c1b77f6f528e448fe410561cd7446b (patch) | |
tree | 36991c30ccf1fd8b8a4a17ac6b86e20961b5c192 /Vagrantfile | |
parent | 8287be9012178ea619ebfd35aafa1a1f9d219055 (diff) | |
download | docker-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-- | Vagrantfile | 12 |
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 |