pgreco / centos / pungi-centos

Forked from centos/pungi-centos 4 years ago
Clone
Blob Blame History Raw
image_build = {
    "^BaseOS$": [
        { 
            "image-build": {
                "format": [("qcow2", "qcow2")],
                "name": "CentOS-8.0.1905-GenericCloud",
                "version": "8",
                "ksurl": "git+https://git.centos.org/CentOS/kickstarts.git?#HEAD",
                "kickstart": "CentOS-8-GenericCloud.ks",
                "distro": "Fedora-20",
                "disk-size": "10",
                "arches": ["x86_64"],
                "repo": ["BaseOS", "AppStream"],
                "failable": ["*"],
            },
            "factory-parameters": {
                "generate_icicle": False,
            }
        },
        {
            "image-build": {
                "format": [("docker", "tar.gz")],
                "name": "CentOS-8.0.1905-Docker",
                "version": "8",
                "ksurl": "git+https://git.centos.org/CentOS/kickstarts.git?#HEAD",
                "kickstart": "centos-8.ks",
                "distro": "Fedora-20",
                "disk-size": "10",
                "arches": ["x86_64"],
                "repo": ["BaseOS", "AppStream"],
                "failable": ["*"],
            },
            "factory-parameters": {
                "generate_icicle": False,
            }
        }
    ]
}