diff options
author | William Yeh <william.pjyeh@gmail.com> | 2015-09-17 15:26:56 +0800 |
---|---|---|
committer | William Yeh <william.pjyeh@gmail.com> | 2015-09-17 15:26:56 +0800 |
commit | ae06b63dc27567ebe8b8fde7f32e268ae706182d (patch) | |
tree | 06253e09a08f3d9d148660eabb4d5fe05155be1d /Vagrantfile | |
parent | aa3cb4d5e3a74a02a65b4b350251085e47d5eea4 (diff) | |
download | docker-ansible-ae06b63dc27567ebe8b8fde7f32e268ae706182d.tar.gz docker-ansible-ae06b63dc27567ebe8b8fde7f32e268ae706182d.tar.zst docker-ansible-ae06b63dc27567ebe8b8fde7f32e268ae706182d.zip |
Add: support for Alpine 3
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile index beac0fc..46458fb 100644 --- a/Vagrantfile +++ b/Vagrantfile | |||
@@ -10,6 +10,7 @@ Vagrant.configure(2) do |config| | |||
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 | docker build -t ansible:alpine3 alpine3 | ||
13 | 14 | ||
14 | docker build -t ansible:ubuntu14.04-onbuild ubuntu14.04-onbuild | 15 | docker build -t ansible:ubuntu14.04-onbuild ubuntu14.04-onbuild |
15 | docker build -t ansible:ubuntu12.04-onbuild ubuntu12.04-onbuild | 16 | docker build -t ansible:ubuntu12.04-onbuild ubuntu12.04-onbuild |
@@ -17,6 +18,7 @@ Vagrant.configure(2) do |config| | |||
17 | docker build -t ansible:debian7-onbuild debian7-onbuild | 18 | docker build -t ansible:debian7-onbuild debian7-onbuild |
18 | docker build -t ansible:centos7-onbuild centos7-onbuild | 19 | docker build -t ansible:centos7-onbuild centos7-onbuild |
19 | docker build -t ansible:centos6-onbuild centos6-onbuild | 20 | docker build -t ansible:centos6-onbuild centos6-onbuild |
21 | docker build -t ansible:alpine3-onbuild alpine3-onbuild | ||
20 | 22 | ||
21 | SHELL | 23 | SHELL |
22 | end | 24 | end |