Skip to content

Commit 961df47

Browse files
authored
Update supported_distros.py.example with current distro list (#276)
Adds AlmaLinux 10, RockyLinux 10, Debian Trixie, Fedora 42/43, openSUSE Leap 16.0, and IBM Z Validated Ubuntu 24.04. Removes end-of-life entries: Debian Bullseye, openSUSE Leap 15.5, Fedora 38/39/40, IBM Z Validated RHEL 8, SLES 12, and Ubuntu 20.04. Closes #259 Signed-off-by: vmuralictr <vmurali.ctr@gmail.com>
1 parent dddf174 commit 961df47

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

src/config/supported_distros.py.example

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,20 @@ SUPPORTED_DISTROS = {
99
'Container Images for IBM Z and LinuxONE': 'IBMZ_container_registry'
1010
},
1111
'Debian': {
12-
'11(Bullseye)': 'Debian_Bullseye_List',
13-
'12(Bookworm)': 'Debian_Bookworm_List'
12+
'12(Bookworm)': 'Debian_Bookworm_List',
13+
'13(Trixie)': 'Debian_Trixie_List'
1414
},
1515
'ClefOS': {
1616
'ClefOS Base 7': 'ClefOS_7_List'
1717
},
1818
'openSUSE': {
1919
'Tumbleweed': 'OpenSUSE_Tumbleweed',
20-
'Leap 15.5': 'OpenSUSE_Leap_15_5',
21-
'Leap 15.6': 'OpenSUSE_Leap_15_6'
20+
'Leap 15.6': 'OpenSUSE_Leap_15_6',
21+
'Leap 16.0': 'OpenSUSE_Leap_16_0'
2222
},
2323
'Fedora': {
24-
'Fedora 38': 'Fedora_38_List',
25-
'Fedora 39': 'Fedora_39_List',
26-
'Fedora 40': 'Fedora_40_List'
24+
'Fedora 42': 'Fedora_42_List',
25+
'Fedora 43': 'Fedora_43_List'
2726
},
2827
'SUSE Package Hub SLES': {
2928
},
@@ -34,17 +33,17 @@ SUPPORTED_DISTROS = {
3433
'RHEL': {
3534
},
3635
'Alma Linux': {
37-
'Alma Linux 9': 'AlmaLinux_9_List'
36+
'Alma Linux 9': 'AlmaLinux_9_List',
37+
'Alma Linux 10': 'AlmaLinux_10_List'
3838
},
3939
'Rocky Linux': {
40-
'RockyLinux 9': 'RockyLinux_9_List'
40+
'RockyLinux 9': 'RockyLinux_9_List',
41+
'RockyLinux 10': 'RockyLinux_10_List'
4142
},
4243
'IBM Z Validated': {
43-
'IBM Z Validated RHEL 8': 'IBM_Validated_OSS_List_RHEL_8',
4444
'IBM Z Validated RHEL 9': 'IBM_Validated_OSS_List_RHEL_9',
45-
'IBM Z Validated SLES 12': 'IBM_Validated_OSS_List_SLES_12',
4645
'IBM Z Validated SLES 15': 'IBM_Validated_OSS_List_SLES_15',
47-
'IBM Z Validated Ubuntu 20.04': 'IBM_Validated_OSS_List_Ubuntu_2004',
48-
'IBM Z Validated Ubuntu 22.04': 'IBM_Validated_OSS_List_Ubuntu_2204'
46+
'IBM Z Validated Ubuntu 22.04': 'IBM_Validated_OSS_List_Ubuntu_2204',
47+
'IBM Z Validated Ubuntu 24.04': 'IBM_Validated_OSS_List_Ubuntu_2404'
4948
}
5049
}

0 commit comments

Comments
 (0)