Skip to content

Commit f8f1bc9

Browse files
committed
Vagrantfile.fedora: bump to F40
Get the image from Fedora directly. Also, remove the comment about cgroup v2 as it is also tested on Ubuntu 22.04 now. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 30b7b63 commit f8f1bc9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Vagrantfile.fedora

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
# vi: set ft=ruby :
33

44
Vagrant.configure("2") do |config|
5-
# Fedora box is used for testing cgroup v2 support
6-
config.vm.box = "fedora/39-cloud-base"
5+
config.vm.box = "fedora-40"
6+
# For URL, check https://www.fedoraproject.org/cloud/download
7+
config.vm.box_url = "https://download.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-libvirt.x86_64-40-1.14.vagrant.libvirt.box"
78
config.vm.provider :virtualbox do |v|
89
v.memory = 2048
910
v.cpus = 2

0 commit comments

Comments
 (0)