We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 445ff22 + 528b749 commit a867036Copy full SHA for a867036
metadata.json
@@ -14,7 +14,8 @@
14
{
15
"operatingsystem": "CentOS",
16
"operatingsystemrelease": [
17
- "7"
+ "7",
18
+ "8"
19
]
20
},
21
@@ -26,7 +27,9 @@
26
27
28
"operatingsystem": "RedHat",
29
30
31
+ "8",
32
+ "9"
33
34
35
@@ -37,17 +40,27 @@
37
40
38
41
39
42
"operatingsystem": "Debian",
- "operatingsystemrelease": []
43
+ "operatingsystemrelease": [
44
+ "10",
45
+ "11"
46
+ ]
47
48
49
"operatingsystem": "Ubuntu",
50
51
+ "18.04",
52
+ "20.04",
53
+ "22.04"
54
55
56
57
"operatingsystem": "windows",
58
59
60
"2012 R2",
- "10"
61
+ "2016",
62
+ "2019",
63
+ "2022"
64
65
}
66
],
0 commit comments