16 lines
374 B
JSON
16 lines
374 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|