debian-forge-cli/cmd/image-builder
Michael Vogt d485bc3a44 ibcli: add new --extra-artifacts option with sbom support
This commit adds an option --extra-artifacts that can be
used to generate extra artifacts during the build or manifest
generation. Initially supported is `sbom` (but `manifest` is
planned too).

To use it run `--extra-artifacts=sbom` and it will generate
files like `centos-9-qcow2-x86_64.image-os.spdx.json` in
the output directory next to the generate runable artifact.

Closes: https://github.com/osbuild/image-builder-cli/issues/46
2025-01-19 21:57:14 +00:00
..
build.go ibcli: add new --extra-artifacts option with sbom support 2025-01-19 21:57:14 +00:00
distro.go cmd: rework argument handling 2024-12-16 07:54:45 +00:00
distro_test.go main: help golang-ci to find the "main" symbol in the tests 2025-01-10 08:30:28 +00:00
export_test.go cmd: rework argument handling 2024-12-16 07:54:45 +00:00
filters.go cmd: implement manifest command 2024-12-16 07:54:45 +00:00
filters_test.go main: help golang-ci to find the "main" symbol in the tests 2025-01-10 08:30:28 +00:00
list.go cmd: implement manifest command 2024-12-16 07:54:45 +00:00
main.go ibcli: add new --extra-artifacts option with sbom support 2025-01-19 21:57:14 +00:00
main_test.go main: tweak TestBuildIntegrationErrors 2025-01-19 21:57:14 +00:00
manifest.go ibcli: add new --extra-artifacts option with sbom support 2025-01-19 21:57:14 +00:00
repos.go repos: lookup <buildin>, /{etc,usr/share}/image-builder/repositories 2025-01-09 16:17:50 +00:00