| Server IP : 188.151.22.197 / Your IP : 216.73.217.74 Web Server : Apache/2.4.62 (Rocky Linux) OpenSSL/3.5.5 System : Linux wsten.se 5.14.0-687.30.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 27 13:09:21 UTC 2026 x86_64 User : apache ( 48) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.9/site-packages/cockpit/ |
Upload File : |
# SPDX-License-Identifier: LGPL-2.1-or-later
# supported OSes for beibooting; entries are os-release keys
# keep this in sync with bots/lib/testmap.py
supported_oses: 'list[dict[str, str | None]]' = [
# rolling release
{"ID": "arch", "VERSION_ID": None},
# match/describe CentOS separately, it's the upstream of all RHEL clones
{"ID": "centos", "PLATFORM_ID": "platform:el9"},
{"ID": "centos", "PLATFORM_ID": "platform:el10"},
{"PLATFORM_ID": "platform:el8"},
{"PLATFORM_ID": "platform:el9"},
{"PLATFORM_ID": "platform:el10"},
{"ID": "debian", "VERSION_ID": "12"},
{"ID": "debian", "VERSION_ID": "13"},
# rolling release
{"ID": "debian", "VERSION_ID": None},
{"ID": "fedora", "VERSION_ID": "41"},
{"ID": "fedora", "VERSION_ID": "42"},
{"ID": "fedora", "VERSION_ID": "43"},
{"ID": "ubuntu", "VERSION_ID": "22.04"},
{"ID": "ubuntu", "VERSION_ID": "24.04"},
{"ID": "ubuntu", "VERSION_ID": "25.04"},
{"ID": "ubuntu", "VERSION_ID": "25.10"},
]