Add CentOS 8 image for testing (#5589)

This commit is contained in:
Maxime Guyot
2020-01-29 11:06:16 +01:00
committed by GitHub
parent 2ab5cc73cd
commit cad3bf3e8c
3 changed files with 9 additions and 0 deletions

2
Vagrantfile vendored
View File

@@ -22,6 +22,8 @@ SUPPORTED_OS = {
"ubuntu1804" => {box: "generic/ubuntu1804", user: "vagrant"},
"centos" => {box: "centos/7", user: "vagrant"},
"centos-bento" => {box: "bento/centos-7.6", user: "vagrant"},
"centos8" => {box: "centos/8", user: "vagrant"},
"centos8-bento" => {box: "bento/centos-8", user: "vagrant"},
"fedora" => {box: "fedora/28-cloud-base", user: "vagrant"},
"opensuse" => {box: "opensuse/openSUSE-15.0-x86_64", user: "vagrant"},
"opensuse-tumbleweed" => {box: "opensuse/openSUSE-Tumbleweed-x86_64", user: "vagrant"},