feat: add bds core, locale updates and safety fixes
This commit is contained in:
15
manifests/os-support.json
Normal file
15
manifests/os-support.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"supports": {
|
||||
"mvp": ["ubuntu", "debian"],
|
||||
"planned": ["arch", "fedora", "rocky", "almalinux"]
|
||||
},
|
||||
"service": {
|
||||
"systemd": ["ubuntu", "debian", "fedora", "rocky", "almalinux"]
|
||||
},
|
||||
"java_21": {
|
||||
"apt": "openjdk-21-jre-headless",
|
||||
"dnf": "java-21-openjdk-headless",
|
||||
"yum": "java-21-openjdk-headless",
|
||||
"pacman": "jre-openjdk-headless"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user