move image confs

This commit is contained in:
Louis Abel 2023-01-17 16:16:53 -07:00
parent abb29ea8e8
commit 545d4b15e7
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 16 additions and 23 deletions

View File

@ -1,24 +1,21 @@
image_build = {
"(^BaseOS$|^Cloud$)": [
"^BaseOS$": [
{
"image-build": {
"format": [("qcow2", "qcow2")],
"name": "Rocky-8-GenericCloud",
"subvariant": "generic",
"subvariant": "generic",
"version": "8.8",
"release": "!RELEASE_FROM_DATE_RESPIN"
"target": "image-rocky-8",
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#b1c99d8584d04fd58bd31e7d5f1d851b6b151350",
"kickstart": "Rocky-8-GenericCloud.ks",
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#origin/r8",
"kickstart": "Rocky-8-GenericCloud-Base.ks",
"ksversion": "F26",
"distro": "Fedora-20",
"disk-size": "8",
"disk-size": "10",
"arches": ["x86_64","aarch64"],
"repo": [
"http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$arch/os/",
"http://dl.rockylinux.org/stg/rocky/8.8/AppStream/$arch/os/",
],
"install_tree_from": "http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$arch/os/",
"install_tree_from": "BaseOS",
"repo": ["BaseOS","AppStream",]
},
"factory-parameters": {
"generate_icicle": False,
@ -26,23 +23,20 @@ image_build = {
},
{
"image-build": {
"format": [("qcow2", "qcow2")],
"format": [("raw.xz", "raw.xz")],
"name": "Rocky-8-ec2",
"subvariant": "ec2",
"subvariant": "ec2",
"version": "8.8",
"release": "!RELEASE_FROM_DATE_RESPIN"
"target": "image-rocky-8",
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#b1c99d8584d04fd58bd31e7d5f1d851b6b151350",
"kickstart": "Rocky-8-EC2.ks",
"ksurl": "git+https://git.rockylinux.org/rocky/kickstarts.git?#origin/r8",
"kickstart": "Rocky-8-EC2-Base.ks",
"ksversion": "F26",
"distro": "Fedora-20",
"disk-size": "8",
"arches": ["x86_64"],
"repo": [
"http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$arch/os/",
"http://dl.rockylinux.org/stg/rocky/8.8/AppStream/$arch/os/",
],
"install_tree_from": "http://dl.rockylinux.org/stg/rocky/8.8/BaseOS/$arch/os/",
"disk-size": "10",
"arches": ["x86_64", "aarch64"],
"install_tree_from": "BaseOS",
"repo": ["BaseOS","AppStream",]
},
"factory-parameters": {
"generate_icicle": False,
@ -52,6 +46,5 @@ image_build = {
}
translate_paths = [
("/mnt/koji", "https://koji.rockylinux.org/kojifiles"),
("/mnt/koji", "https://koji.rockylinux.org/kojifiles"),
]