feat: add bds core, locale updates and safety fixes

This commit is contained in:
2026-05-31 14:01:34 +03:00
parent d1686355e8
commit c769140913
34 changed files with 1535 additions and 12 deletions

15
manifests/os-support.json Normal file
View 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"
}
}