From 15237f1580e7fe36b7808a38acc7813765c242e2 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Sun, 16 Jul 2023 12:30:54 -0700 Subject: [PATCH] Switch to generic/centos8s box --- ci/update_distros.sh | 2 +- distros_supported.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ci/update_distros.sh b/ci/update_distros.sh index 94d47e9dd..27f082499 100755 --- a/ci/update_distros.sh +++ b/ci/update_distros.sh @@ -88,7 +88,7 @@ EOT echo "rocky:" >>.distros_supported.yml _vagrant_pull "9" "rockylinux/9" echo "centos:" >>.distros_supported.yml -_vagrant_pull "8" "centos/stream8" "IDE" +_vagrant_pull "8" "generic/centos8s" echo "ubuntu:" >>.distros_supported.yml _vagrant_pull "focal" "generic/ubuntu2004" echo "debian:" >>.distros_supported.yml diff --git a/distros_supported.yml b/distros_supported.yml index 8353b4ab3..df14bffe3 100644 --- a/distros_supported.yml +++ b/distros_supported.yml @@ -12,19 +12,19 @@ rocky: 9: name: rockylinux/9 vb_controller: IDE Controller - version: "1.0.0" + version: "2.0.0" centos: 8: - name: centos/stream8 - vb_controller: IDE - version: "20210210.0" + name: generic/centos8s + vb_controller: IDE Controller + version: "4.2.16" ubuntu: focal: name: generic/ubuntu2004 vb_controller: IDE Controller - version: "4.2.14" + version: "4.2.16" debian: bullseye: name: debian/bullseye64 vb_controller: SATA Controller - version: "11.20221219.1" + version: "11.20230615.1"