Files
diskimage-builder/diskimage_builder/elements/epel/pkg-map
Birger J. Nordølum ce44d51677 feat: add almalinux-container element
Change-Id: I0b9f50e9a8844e157af70ee0f343fe9d40fa2537
Signed-off-by: Birger J. Nordølum <contact@mindtooth.no>
2024-03-07 08:31:42 +01:00

29 lines
463 B
Plaintext

{
"distro": {
"almalinux": {
"wget": "wget",
"yum-utils": "yum-utils"
},
"centos7": {
"wget": "wget",
"yum-utils": "yum-utils"
},
"centos": {
"wget": "wget",
"yum-utils": "yum-utils"
},
"rhel7": {
"wget": "wget",
"yum-utils": "yum-utils"
},
"rocky": {
"wget": "wget",
"yum-utils": "yum-utils"
}
},
"default": {
"wget": "",
"yum-utils": ""
}
}