Skip to content

Commit

Permalink
Merge pull request #132 from ioito/hotfix/qx-rocky-linux-version
Browse files Browse the repository at this point in the history
fix: add rocky linux version
  • Loading branch information
ioito authored Jun 1, 2024
2 parents cc85999 + 12e3f4f commit 9e3452b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/imagetools/imagetools.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ var imageVersions = map[string][]string{

"Alibaba Cloud Linux": {"2.1903", "3.2104"},
"Anolis OS": {"7.9", "8.2", "8.4"},
"Rocky Linux": {"8.5", "8.6", "8.7", "8.8", "8.9", "9.0", "9.1", "9.2"},
"Rocky Linux": {"8.5", "8.6", "8.7", "8.8", "8.9", "8.10", "9.0", "9.1", "9.2", "9.3", "9.4"},
"Fedora": {"33", "34", "35"},
"AlmaLinux": {"8.5"},
"Amazon Linux": {"2023", "2"},
Expand Down

0 comments on commit 9e3452b

Please # to comment.