Add Ubuntu 20.04 RC image and test job (#5836)

This commit is contained in:
Maxime Guyot
2020-03-27 10:14:23 +01:00
committed by GitHub
parent 3237b2702f
commit b2d740dd1f
5 changed files with 24 additions and 0 deletions

1
Vagrantfile vendored
View File

@@ -20,6 +20,7 @@ SUPPORTED_OS = {
"coreos-beta" => {box: "coreos-beta", user: "core", box_url: COREOS_URL_TEMPLATE % ["beta"]},
"ubuntu1604" => {box: "generic/ubuntu1604", user: "vagrant"},
"ubuntu1804" => {box: "generic/ubuntu1804", user: "vagrant"},
"ubuntu2004" => {box: "geerlingguy/ubuntu2004", user: "vagrant"},
"centos" => {box: "centos/7", user: "vagrant"},
"centos-bento" => {box: "bento/centos-7.6", user: "vagrant"},
"centos8" => {box: "centos/8", user: "vagrant"},