From: Tomas Krizek Date: Wed, 6 May 2020 08:17:09 +0000 (+0200) Subject: distro/tests: switch to generic/ubuntu2004 box X-Git-Tag: v5.1.1~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fenvironments%2Fobs-knot-resolver-bs4hbr%2Fdeployments%2F799;p=thirdparty%2Fknot-resolver.git distro/tests: switch to generic/ubuntu2004 box --- diff --git a/distro/tests/ubuntu2004/Vagrantfile b/distro/tests/ubuntu2004/Vagrantfile index 3b358b4c5..3d5c40a51 100644 --- a/distro/tests/ubuntu2004/Vagrantfile +++ b/distro/tests/ubuntu2004/Vagrantfile @@ -5,8 +5,7 @@ Vagrant.configure(2) do |config| - # TODO switch to generic/ubuntu2004 once available (has libvirt box as well) - config.vm.box = "ubuntu/focal64" + config.vm.box = "generic/ubuntu2004" config.vm.synced_folder ".", "/vagrant", disabled: true config.vm.define "ubuntu2004_knot-resolver" do |machine|