pungi-rocky/images-cloud.conf
nazunalika d834d5b048
Add a bunch of devel stuff
Trying to commit to "no package left behind" - there is some stuff
that I took out, like shim-unsigned-ia32, kmod stuff, kpatch, and
other stuff. For aarch64 we're adding a bunch of extra stuff that
isn't actually there. Like for example... libreoffice and pidgin
is in x86 but *NOT* in aarch64. Why? I don't know. But at least
we're including it somewhere.
2021-06-25 17:12:49 -07:00

58 lines
2.0 KiB
Plaintext

image_build = {
"(^BaseOS$|^Cloud$)": [
{
"image-build": {
"format": [("qcow2", "qcow2")],
"name": "Rocky-8-GenericCloud",
"subvariant": "generic",
"version": "8.4",
"release": "!RELEASE_FROM_DATE_RESPIN"
"target": "image-rocky-8",
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#HEAD",
"kickstart": "Rocky-8-GenericCloud.ks",
"ksversion": "F26",
"distro": "Fedora-20",
"disk-size": "8",
"arches": ["x86_64","ppc64le","aarch64"],
"repo": [
"http://dl.rockylinux.org/stg/rocky/8.4/BaseOS/$arch/os/",
"http://dl.rockylinux.org/stg/rocky/8.4/AppStream/$arch/os/",
],
"install_tree_from": "http://dl.rockylinux.org/stg/rocky/8.4/BaseOS/$arch/os/",
},
"factory-parameters": {
"generate_icicle": False,
}
},
{
"image-build": {
"format": [("qcow2", "qcow2")],
"name": "Rocky-8-ec2",
"subvariant": "ec2",
"version": "8.4",
"release": "!RELEASE_FROM_DATE_RESPIN"
"target": "image-rocky-8",
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#HEAD",
"kickstart": "Rocky-8-EC2.ks",
"ksversion": "F26",
"distro": "Fedora-20",
"disk-size": "8",
"arches": ["x86_64", "aarch64"],
"repo": [
"http://dl.rockylinux.org/stg/rocky/8.4/BaseOS/$arch/os/",
"http://dl.rockylinux.org/stg/rocky/8.4/AppStream/$arch/os/",
],
"install_tree_from": "http://dl.rockylinux.org/stg/rocky/8.4/BaseOS/$arch/os/",
},
"factory-parameters": {
"generate_icicle": False,
}
},
]
}
translate_paths = [
("/mnt/koji", "https://koji.rockylinux.org/kojifiles"),
]