Skip to content

Commit

Permalink
switch to current fedora (40)
Browse files Browse the repository at this point in the history
stop hardcoding exact download
  • Loading branch information
BenTheElder committed Jun 11, 2024
1 parent dda3e5b commit 8d1bcb0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions hack/ci/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@

# Vagrant box for testing kind with non-Ubuntu
Vagrant.configure("2") do |config|
# `config.vm.box = "fedora/37-cloud-base"` seems flaky,
# so we specify the URL explicitly.
# Mirrors can be found at here: https://admin.fedoraproject.org/mirrormanager/mirrors/Fedora/37/x86_64
config.vm.box = "dummy"
config.vm.box_url = "https://iad.mirror.rackspace.com/fedora/releases/37/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-37-1.7.x86_64.vagrant-virtualbox.box"
config.vm.box = "fedora/40-cloud-base"
# assume some ram is needed for the host environment but very little CPU
memory = 10240
cpus = 3
Expand Down

0 comments on commit 8d1bcb0

Please sign in to comment.