This allows one pipline to build on top of another. When the pipeline id of one pipeline is specified in another, the tree is initialized with the output of the given pipeline. The caller must ensure that the base pipeline has alreday been run, and its content is in the content-store. This renders the io.weldr.untree stage and the --input argument both redundant. Signed-off-by: Tom Gundersen <teg@jklm.no>
14 lines
368 B
JSON
14 lines
368 B
JSON
{
|
|
"name": "base-qcow2",
|
|
"base": "f571638c0a21a7141e2391d476433c1679831e4f21df6555c2ef53c4446b7603",
|
|
"assembler":
|
|
{
|
|
"name": "io.weldr.qcow2",
|
|
"systemResourcesFromEtc": ["/etc/grub.d"],
|
|
"options": {
|
|
"filename": "base.qcow2",
|
|
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
|
|
"partition_table_id": "0xdeadbeef"
|
|
}
|
|
}
|
|
}
|