Skip to content

Commit 01bfcf8

Browse files
committed
Add EL10 support
1 parent ee5e925 commit 01bfcf8

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

metadata.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
{
3939
"operatingsystem": "CentOS",
4040
"operatingsystemrelease": [
41-
"9"
41+
"9",
42+
"10"
4243
]
4344
},
4445
{
@@ -68,28 +69,32 @@
6869
"operatingsystem": "OracleLinux",
6970
"operatingsystemrelease": [
7071
"8",
71-
"9"
72+
"9",
73+
"10"
7274
]
7375
},
7476
{
7577
"operatingsystem": "RedHat",
7678
"operatingsystemrelease": [
7779
"8",
78-
"9"
80+
"9",
81+
"10"
7982
]
8083
},
8184
{
8285
"operatingsystem": "AlmaLinux",
8386
"operatingsystemrelease": [
8487
"8",
85-
"9"
88+
"9",
89+
"10"
8690
]
8791
},
8892
{
8993
"operatingsystem": "Rocky",
9094
"operatingsystemrelease": [
9195
"8",
92-
"9"
96+
"9",
97+
"10"
9398
]
9499
},
95100
{

0 commit comments

Comments
 (0)