Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit 57d58d0

Browse files
Use different Rocky 9 box image
1 parent 91bfe5b commit 57d58d0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ci/update_distros.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ cat <<EOT >.distros_supported.yml
8484
EOT
8585

8686
echo "rocky:" >>.distros_supported.yml
87-
_vagrant_pull "9" "community/rockylinux-9"
87+
_vagrant_pull "9" "rockylinux/9"
8888
echo "ubuntu:" >>.distros_supported.yml
8989
_vagrant_pull "jammy" "generic/ubuntu2204"
9090

distros_supported.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
##############################################################################
99
rocky:
1010
9:
11-
name: community/rockylinux-9
12-
version: "1.0.0"
11+
name: rockylinux/9
12+
version: "6.0.0"
1313
ubuntu:
1414
jammy:
1515
name: generic/ubuntu2204

0 commit comments

Comments
 (0)