Skip to content

Commit

Permalink
Enable Debian 12 in distro supported list
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Jan 22, 2025
1 parent c69a55b commit cd1ffbb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions ci/update_distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ EOT
_vagrant_pull "rocky_9" "community/rockylinux-9" "rocky-linux-cloud" "rocky-linux-9"
_vagrant_pull "ubuntu_22" "generic/ubuntu2204" "ubuntu-os-cloud" "ubuntu-2204-lts"
_vagrant_pull "debian_11" "debian/bullseye64" "debian-cloud" "debian-11" "SATA Controller"
_vagrant_pull "debian_12" "debian/bookworm64" "debian-cloud" "debian-12" "SATA Controller"

if [ "$msg" ]; then
echo -e "$msg"
Expand Down
10 changes: 8 additions & 2 deletions distros_supported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
##############################################################################
rocky_9:
name: community/rockylinux-9
vb_controller: SATA Controller
vb_controller: IDE Controller
version: "1.0.0"
project_id: rocky-linux-cloud
family: rocky-linux-9
Expand All @@ -22,6 +22,12 @@ ubuntu_22:
debian_11:
name: debian/bullseye64
vb_controller: SATA Controller
version: "11.20240905.1"
version: "11.20241217.1"
project_id: debian-cloud
family: debian-11
debian_12:
name: debian/bookworm64
vb_controller: SATA Controller
version: "12.20241217.1"
project_id: debian-cloud
family: debian-12

0 comments on commit cd1ffbb

Please sign in to comment.