1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-05 18:45:01 +01:00

Vagrantfile: update to f28

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #1244
Approved by: rhatdan
This commit is contained in:
Giuseppe Scrivano
2018-06-27 11:20:09 +02:00
committed by Atomic Bot
parent 5a342e32cd
commit c209b79543

2
Vagrantfile vendored
View File

@@ -31,6 +31,6 @@ Vagrant.configure(2) do |config|
centos_atomic.vm.box_url = "https://ci.centos.org/artifacts/sig-atomic/centos-continuous/images/cloud/latest/images/centos-atomic-host-7-vagrant-libvirt.box"
end
config.vm.define "fedora_cloud" do |fedora_cloud|
fedora_cloud.vm.box = "fedora/26-cloud-base"
fedora_cloud.vm.box = "fedora/28-cloud-base"
end
end