Update box versions
This commit is contained in:
parent
3f9755b698
commit
85acf0cac7
|
@ -15,7 +15,8 @@ then
|
|||
mv "${GEM_PATH}" vagrant-spec.gem
|
||||
fi
|
||||
|
||||
vagrant status --debug
|
||||
vagrant box update
|
||||
vagrant box prune
|
||||
|
||||
guests=$(vagrant status | grep vmware | awk '{print $1}')
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Guest boxes to use for vagrant-spec
|
||||
GUEST_BOXES = {
|
||||
'hashicorp-vagrant/ubuntu-16.04' => '1.0.1',
|
||||
'hashicorp-vagrant/centos-7.4' => '1.0.1',
|
||||
'hashicorp-vagrant/centos-7.4' => '1.0.2',
|
||||
'hashicorp-vagrant/windows-10' => '1.0.0',
|
||||
'spox/osx-10.12' => '0.0.1'
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ GUEST_BOXES = {
|
|||
# Host boxes to run vagrant-spec
|
||||
HOST_BOXES = {
|
||||
'hashicorp-vagrant/ubuntu-16.04' => '1.0.1',
|
||||
'hashicorp-vagrant/centos-7.4' => '1.0.1',
|
||||
'hashicorp-vagrant/centos-7.4' => '1.0.2',
|
||||
'hashicorp-vagrant/windows-10' => '1.0.0',
|
||||
'spox/osx-10.12' => '0.0.1'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue