Files
Michal Nasiadka 38306a2f4b almalinux-container: Add support for building 10
Add functests for both Alma and Rocky 9/10

Adding x86-64-v2 based Zuul job to ensure it works

Change-Id: I95ef6d41f1e78a439c29648d366a3472098092bd
Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
2025-09-29 18:51:50 +00:00

46 lines
808 B
Plaintext

{
"release": {
"almalinux": {
"10": {
"dhcp-client": "dhcpcd",
"ifupdown": ""
}
},
"centos": {
"10-stream": {
"dhcp-client": "dhcpcd",
"ifupdown": ""
}
},
"rocky": {
"10": {
"dhcp-client": "dhcpcd",
"ifupdown": ""
}
}
},
"family": {
"redhat": {
"dhcp-client": "dhclient",
"ifupdown": "NetworkManager-initscripts-updown",
"ndisc6": ""
},
"gentoo": {
"dhcp-client": "net-misc/dhcpcd",
"ndisc6": "net-misc/ndisc6"
},
"suse": {
"dhcp-client": "dhcp-client"
},
"debian": {
"ifupdown": "ifupdown",
"ndisc6": "ndisc6"
}
},
"default": {
"dhcp-client": "isc-dhcp-client",
"ifupdown": "",
"ndisc6": ""
}
}