Skip to content

Commit

Permalink
Merge pull request #3654 from BenTheElder/update-fedora
Browse files Browse the repository at this point in the history
switch to currently supported fedora
  • Loading branch information
BenTheElder authored Jun 20, 2024
2 parents f68581c + 0ff901d commit 7284cbc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions hack/ci/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@

# 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://mirror.math.princeton.edu/pub/fedora-archive/fedora/linux/releases/37/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-37-1.7.x86_64.vagrant-virtualbox.box"
config.vm.box = "fedora/39-cloud-base"
# https://mirrormanager.fedoraproject.org/mirrors/Fedora/39/x86_64
config.vm.box_url = "https://gsl-syd.mm.fcix.net/fedora/linux/releases/39/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-39-1.5.x86_64.vagrant-virtualbox.box"
# assume some ram is needed for the host environment but very little CPU
memory = 10240
cpus = 3
Expand Down

0 comments on commit 7284cbc

Please sign in to comment.