Vagrantfile: Switch to openSUSE Leap 42.2
openSUSE Leap 42.1 will soon be EOL. However, openSUSE Leap 42.2 Vagrant images are now available on Atlas so use these instead. Change-Id: I0a5c4c5f523343ad610328e72e965ccf1e873989
This commit is contained in:
parent
85936b6aa8
commit
a02ba55cdc
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -15,8 +15,8 @@ Vagrant.configure(2) do |config|
|
||||
xenial.vm.box = "ubuntu/xenial64"
|
||||
end
|
||||
|
||||
config.vm.define "opensuse421" do |leap421|
|
||||
leap421.vm.box = "opensuse/openSUSE-42.1-x86_64"
|
||||
config.vm.define "opensuse422" do |leap422|
|
||||
leap422.vm.box = "opensuse/openSUSE-42.2-x86_64"
|
||||
end
|
||||
|
||||
config.vm.define "centos7" do |centos7|
|
||||
|
Loading…
Reference in New Issue
Block a user