| from multilib import * |
| from include-excludes import * |
| |
| release_name = 'CentOS-Container' |
| release_short = 'CentOS-Container' |
| release_version = '8' |
| release_is_layered = False |
| |
| skip_phases = ['buildinstall','productimg','pkgset','gather','extra_files','createrepo'] |
| |
| |
| variants_file = 'variants.xml' |
| sigkeys = ['8483C65D'] |
| hashed_directories = False |
| |
| tree_arches = ['i386', 'x86_64'] |
| tree_variants = ['Cloud'] |
| |
| |
| pkgset_source = "koji" |
| koji_profile = "mbox" |
| |
| |
| pkgset_koji_tag = "dist-c8-compose" |
| pkgset_koji_inherit = False |
| pkgset_koji_module_tag = "modular-updates-candidate" |
| |
| |
| gather_prepopulate = "centos-packages.json" |
| |
| gather_method = { |
| "^(?!(AppStream|PowerTools)).*$":{ |
| "comps": "deps" |
| }, |
| "^(AppStream|PowerTools)$": "hybrid", |
| } |
| |
| |
| createrepo_deltas = False |
| createrepo_database = True |
| createrepo_c = True |
| createrepo_checksum = "sha256" |
| createrepo_use_xz = True |
| createrepo_num_threads = 8 |
| createrepo_num_workers = 4 |
| createrepo_extra_args = ['--distro=cpe:/o:centos:centos:8,CentOS 8', '--revision=8.0.1905'] |
| |
| |
| media_checksums = ['sha256'] |
| media_checksum_one_file = True |
| create_jigdo = False |
| |
| createiso_skip = [ |
| ('^BaseOS$', { |
| '*': True, |
| 'src': True |
| }), |
| ('^AppStream$', { |
| '*': True, |
| 'src': True |
| }), |
| ('^PowerTools$', { |
| '*': True, |
| 'src': True |
| }), |
| ] |
| |
| image_build = { |
| "^Cloud$": [ |
| { |
| "image-build": { |
| "format": [("docker", "tar.gz")], |
| "name": "CentOS-8-Container", |
| "target": "image-centos-8", |
| "version": "8.0.1905", |
| "ksurl": "git+https://git.centos.org/CentOS/kickstarts.git?#HEAD", |
| "kickstart": "CentOS-8-Container.ks", |
| "ksversion": "F26", |
| "distro": "Fedora-20", |
| "disk-size": "10", |
| "arches": ["x86_64","ppc64le","aarch64"], |
| "repo": [ |
| 'http://mirror.centos.org/centos/8.0.1905/BaseOS/$arch/os', |
| ], |
| "install_tree_from": 'http://mirror.centos.org/centos/8.0.1905/BaseOS/$arch/os', |
| "failable": ["ppc64le","aarch64"], |
| }, |
| "factory-parameters": { |
| "generate_icicle": False, |
| "docker_cmd": '[ "/bin/bash" ]', |
| "docker_label": '{ "name": "centos", "license": "GPLv2", "vendor": "The CentOS Project", "version": "8.0.1905"}', |
| } |
| } |
| ] |
| } |
| |
| translate_paths = [ |
| ("/mnt/koji", "https://koji.mbox.centos.org/pkgs"), |
| ("/compose", "http://172.22.0.123/compose"), |
| ] |