jamesantill / centos / pungi-centos

Forked from centos/pungi-centos 4 years ago
Clone

Blame images-armhfp.conf

3bb925
image_build = {
3bb925
    "^BaseOS$": [
3bb925
        { 
3bb925
            "image-build": {
3bb925
                "format": [("qcow2", "qcow2")],
3bb925
                "name": "CentOS-8-GenericCloud",
3bb925
                "target": "image-centos-8",
3bb925
                "version": "8.0.1905",
3bb925
                "ksurl": "git+https://git.centos.org/CentOS/kickstarts.git?#HEAD",
3bb925
                "kickstart": "CentOS-8-GenericCloud.ks",
3bb925
                "ksversion": "F26",
3bb925
                "distro": "Fedora-20",
3bb925
                "disk-size": "10",
3bb925
                "arches": ["armv7hl"],
3bb925
                "repo": ["BaseOS", "AppStream"],
3bb925
                "failable": [],
3bb925
            },
3bb925
            "factory-parameters": {
3bb925
                "generate_icicle": False,
3bb925
            }
3bb925
        },
3bb925
        {
3bb925
            "image-build": {
3bb925
                "format": [("docker", "tar.gz")],
3bb925
                "name": "CentOS-8-Container",
3bb925
                "target": "image-centos-8",
3bb925
                "version": "8.0.1905",
3bb925
                "ksurl": "git+https://git.centos.org/CentOS/kickstarts.git?#HEAD",
3bb925
                "kickstart": "CentOS-8-Container.ks",
3bb925
                "ksversion": "F26",
3bb925
                "distro": "Fedora-20",
3bb925
                "disk-size": "10",
3bb925
                "arches": ["armv7hl"],
3bb925
                "repo": ["BaseOS", "AppStream"],
3bb925
                "failable": [],
3bb925
            },
3bb925
            "factory-parameters": {
3bb925
                "generate_icicle": False,
3bb925
            }
3bb925
        }
3bb925
    ]
3bb925
}