From 85acf0cac724ef4bfda593a66e0c17f7e4110da0 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Tue, 19 Jun 2018 09:57:03 -0700 Subject: [PATCH] Update box versions --- test/vagrant-spec/.runner-vmware.sh | 3 ++- test/vagrant-spec/Vagrantfile.spec | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test/vagrant-spec/.runner-vmware.sh b/test/vagrant-spec/.runner-vmware.sh index dc06b2550..1f770f6cc 100755 --- a/test/vagrant-spec/.runner-vmware.sh +++ b/test/vagrant-spec/.runner-vmware.sh @@ -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}') diff --git a/test/vagrant-spec/Vagrantfile.spec b/test/vagrant-spec/Vagrantfile.spec index cd3ce9dea..1e8fbc34f 100644 --- a/test/vagrant-spec/Vagrantfile.spec +++ b/test/vagrant-spec/Vagrantfile.spec @@ -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' }