]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/tests: switch to generic/ubuntu2004 box obs-knot-resolver-bs4hbr/deployments/799
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 6 May 2020 08:17:09 +0000 (10:17 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 6 May 2020 08:17:09 +0000 (10:17 +0200)
distro/tests/ubuntu2004/Vagrantfile

index 3b358b4c51541234e75492e8517229420befcb87..3d5c40a51c30b9ab39747aa6c97745b8115f711f 100644 (file)
@@ -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|