pgreco / centos / pungi-centos

Forked from centos/pungi-centos 5 years ago
Clone

Blame images-armhfp.conf

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