Update box versions

This commit is contained in:
Chris Roberts 2018-06-19 09:57:03 -07:00
parent 3f9755b698
commit 85acf0cac7
2 changed files with 4 additions and 3 deletions

View File

@ -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}')

View File

@ -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'
}