vagrant: update image to fedora 42

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2025-07-25 08:34:31 +01:00 committed by Andrei Vagin
parent 0d1e280d09
commit 2762b21e4a

View file

@ -6,9 +6,9 @@
set -e
set -x
VAGRANT_VERSION=2.4.1
FEDORA_VERSION=40
FEDORA_BOX_VERSION=40.20240414.0
VAGRANT_VERSION=2.4.7
FEDORA_VERSION=42
FEDORA_BOX_VERSION=1.1.0
setup() {
if [ -n "$TRAVIS" ]; then
@ -27,7 +27,7 @@ setup() {
openssh-client
systemctl restart libvirtd
vagrant plugin install vagrant-libvirt
vagrant init fedora/${FEDORA_VERSION}-cloud-base --box-version ${FEDORA_BOX_VERSION}
vagrant init cloud-image/fedora-${FEDORA_VERSION} --box-version ${FEDORA_BOX_VERSION}
# The default libvirt Vagrant VM uses 512MB.
# Travis VMs should have around 7.5GB.
# Increasing it to 4GB should work.