Skip to content

Commit

Permalink
Bump rockylinux to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Dec 19, 2024
1 parent 3d9a93e commit 8f680aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ installation of its dependencies, plugins and providers.
|:-----------|:-----------------:|
| Ubuntu | 18.04/20.04/22.04 |
| CentOS | 7 |
| Rocky | 8 |
| Rocky | 9 |
| openSUSE | Tumbleweed/Leap |

## Vagrant Providers supported
Expand Down
2 changes: 1 addition & 1 deletion ci/update_distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ linux:
EOT

_vagrant_pull "centos_7" "centos/7"
_vagrant_pull "rocky_8" "generic/rocky8"
_vagrant_pull "rocky_9" "community/rockylinux-9"
_vagrant_pull "ubuntu_bionic" "generic/ubuntu1804"
_vagrant_pull "ubuntu_focal" "generic/ubuntu2004"
_vagrant_pull "ubuntu_jammy" "generic/ubuntu2204"
Expand Down
6 changes: 3 additions & 3 deletions distros_supported.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ linux:
- alias: centos_7
name: centos/7
version: "2004.01"
- alias: rocky_8
name: rockylinux/8
version: "9.0.0"
- alias: rocky_9
name: community/rockylinux-9
version: "1.0.0"
- alias: ubuntu_bionic
name: generic/ubuntu1804
version: "4.3.12"
Expand Down

0 comments on commit 8f680aa

Please sign in to comment.