This repository has been archived on 2025-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ClusterAPI.imageBuilder/packer/config/common.json
Danny Bessems a15f316f5f
All checks were successful
continuous-integration/drone/push Build is passing
Remove redundant apt installations;Add package;Lock builder account
2023-03-05 14:18:40 +01:00

20 lines
579 B
JSON

{
"build_target": "virt",
"disable_public_repos": "false",
"extra_debs": "nfs-common open-iscsi",
"extra_repos": "",
"extra_rpms": "",
"firstboot_custom_roles_post": "",
"firstboot_custom_roles_pre": "",
"http_proxy": "",
"https_proxy": "",
"no_proxy": "",
"node_custom_roles_post": "custom",
"node_custom_roles_pre": "",
"pause_image": "registry.k8s.io/pause:3.6",
"pip_conf_file": "",
"redhat_epel_rpm": "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm",
"reenable_public_repos": "true",
"remove_extra_repos": "false"
}