Skip to content

Commit

Permalink
Switch to generic/centos8s box
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Jul 16, 2023
1 parent 052e561 commit 15237f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ci/update_distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions distros_supported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 15237f1

Please sign in to comment.