output type
Specifies the configuration for the output image and artifacts.
image [outputImage]
Specifies the configuration for the output image.
Example:
output:
image:
path: ./out/image.vhdx
format: vhdx
Added in v0.13.
artifacts [outputArtifacts]
This is a preview feature.
Its API and behavior is subject to change.
You must enable this feature by specifying output-artifacts
in the
previewFeatures API.
Specifies the configuration for the output directory containing the generated artifacts.
Example:
output:
artifacts:
items:
- ukis
- shim
- systemd-boot
- verity-hash
path: ./output
previewFeatures:
- output-artifacts
Added in v0.14.