Skip to content

Commit

Permalink
Update distro supporting list
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Jan 22, 2025
1 parent 9457527 commit 9d428cd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
10 changes: 6 additions & 4 deletions ci/update_distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,17 @@ cat <<EOT >.distros_supported.yml
##############################################################################
EOT

echo "debian:" >>.distros_supported.yml
_vagrant_pull "bullseye" "debian/bullseye64"
echo "rocky:" >>.distros_supported.yml
_vagrant_pull "9" "community/rockylinux-9"
echo "ubuntu:" >>.distros_supported.yml
_vagrant_pull "bionic" "generic/ubuntu1804"
_vagrant_pull "bionic" "generic/ubuntu1804" # NOTE: Required for Virtlet testing
_vagrant_pull "focal" "generic/ubuntu2004"
_vagrant_pull "jammy" "generic/ubuntu2204"
echo "opensuse:" >>.distros_supported.yml
_vagrant_pull "leap" "generic/opensuse15"
_vagrant_pull "leap" "opensuse/Leap-15.6.x86_64"
echo "fedora:" >>.distros_supported.yml
_vagrant_pull "37" "fedora/37-cloud-base"
_vagrant_pull "38" "fedora/38-cloud-base"
_vagrant_pull "39" "fedora/39-cloud-base"
_vagrant_pull "40" "fedora/40-cloud-base"

Expand Down
20 changes: 11 additions & 9 deletions distros_supported.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
---
# SPDX-license-identifier: Apache-2.0
##############################################################################
# Copyright (c) 2019 - 2024
# Copyright (c) 2019 - 2025
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
debian:
bullseye:
name: debian/bullseye64
version: "11.20241217.1"
rocky:
9:
name: community/rockylinux-9
version: "1.0.0"
ubuntu:
bionic:
name: generic/ubuntu1804
Expand All @@ -19,15 +27,9 @@ ubuntu:
version: "4.3.12"
opensuse:
leap:
name: generic/opensuse15
version: "4.3.12"
name: opensuse/Leap-15.6.x86_64
version: "15.6.13.356"
fedora:
37:
name: fedora/37-cloud-base
version: "37.20221105.0"
38:
name: fedora/38-cloud-base
version: "38.20230413.1"
39:
name: fedora/39-cloud-base
version: "39.20231031.1"
Expand Down

0 comments on commit 9d428cd

Please sign in to comment.