forked from vmware/photon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild-config.json
29 lines (25 loc) · 1.14 KB
/
build-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"photon-build-param" : {
"photon-build-type" : "chroot",
"photon-dist-tag" : ".ph5",
"photon-release-version" : "5.0",
"threads" : 4,
"loglevel" : "info",
"full-package-list-file" : "build_install_options_all.json",
"pkg-build-options" : "pkg_build_options.json",
"photon-docker-image" : "photon:5.0",
"ph-docker-img-url" : "https://github.com/vmware/photon-docker-image/raw/ARCH/5.0-20230128/docker/photon-rootfs-5.0-9e778f409.tar.gz",
"ph-builder-tag" : "photon_builder:5.0",
"build-src-rpm" : true,
"build-dbginfo-rpm" : true,
"build-dbginfo-rpm-list" : ["glibc", "linux"],
"target" : "iso",
"compression-macro" : "w19.zstdio",
"pull-sources-config": "https://packages.vmware.com/photon/photon_sources/1.0",
"publishrpm-url": "https://packages.vmware.com/photon/photon_publish_rpms",
"publishXrpm-url": "https://packages.vmware.com/photon/photon_publish_x_rpms"
},
"photon-path" : "",
"stage-path" : "" ,
"spec-path" : ""
}