mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-28 15:46:25 +00:00
51 lines
1.7 KiB
Plaintext
51 lines
1.7 KiB
Plaintext
image_build = {
|
|
"^BaseOS$": [
|
|
{
|
|
"image-build": {
|
|
"format": [("qcow2", "qcow2")],
|
|
"name": "Rocky-8-GenericCloud",
|
|
"subvariant": "generic",
|
|
"version": "8.8",
|
|
"release": "!RELEASE_FROM_DATE_RESPIN"
|
|
"target": "image-rocky-8",
|
|
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#origin/r8",
|
|
"kickstart": "Rocky-8-GenericCloud-Base.ks",
|
|
"ksversion": "F26",
|
|
"distro": "Fedora-20",
|
|
"disk-size": "10",
|
|
"arches": ["x86_64","aarch64"],
|
|
"install_tree_from": "BaseOS",
|
|
"repo": ["BaseOS","AppStream",]
|
|
},
|
|
"factory-parameters": {
|
|
"generate_icicle": False,
|
|
}
|
|
},
|
|
{
|
|
"image-build": {
|
|
"format": [("raw.xz", "raw.xz")],
|
|
"name": "Rocky-8-ec2",
|
|
"subvariant": "ec2",
|
|
"version": "8.8",
|
|
"release": "!RELEASE_FROM_DATE_RESPIN"
|
|
"target": "image-rocky-8",
|
|
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#origin/r8",
|
|
"kickstart": "Rocky-8-EC2-Base.ks",
|
|
"ksversion": "F26",
|
|
"distro": "Fedora-20",
|
|
"disk-size": "10",
|
|
"arches": ["x86_64", "aarch64"],
|
|
"install_tree_from": "BaseOS",
|
|
"repo": ["BaseOS","AppStream",]
|
|
},
|
|
"factory-parameters": {
|
|
"generate_icicle": False,
|
|
}
|
|
},
|
|
]
|
|
}
|
|
|
|
translate_paths = [
|
|
("/mnt/koji", "https://koji.rockylinux.org/kojifiles"),
|
|
]
|