Whenever an assembler is not specified, the output tree is instead saved to the content store, in a directory named after the pipeline id. This should render the io.weldr.tree assembler redundant. In order to build the samples as before, specify the content store as the input directory to build any pipeline that uses the io.weldr.untree stage. Signed-off-by: Tom Gundersen <teg@jklm.no>
24 lines
584 B
JSON
24 lines
584 B
JSON
{
|
|
"name": "base",
|
|
"stages": [
|
|
{
|
|
"name": "io.weldr.dnf",
|
|
"systemResourcesFromEtc": ["/etc/pki"],
|
|
"options": {
|
|
"releasever": "30",
|
|
"repos": {
|
|
"fedora": {
|
|
"name": "Fedora",
|
|
"metalink": "https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch",
|
|
"gpgkey": "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch"
|
|
}
|
|
},
|
|
"packages": [
|
|
"@Core",
|
|
"selinux-policy-targeted",
|
|
"grub2-pc"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|