Skip to content

Commit

Permalink
add EL8 Support and add missing EL flavours
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHoenscheid committed Dec 18, 2023
1 parent 411ffad commit 4526592
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion metadata.json
Expand Up @@ -15,11 +15,38 @@
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7"
"7",
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7",
"8"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"7"
]
Expand Down

0 comments on commit 4526592

Please sign in to comment.