debian-forge-cli/cmd/image-builder
Michael Vogt b3f9fb88f1 main: add new --store argument to image-builder build
This commit adds a new `--store` flag to the `image-builder build`
command. This is used to specify a osbuild store directory to
store the intermediate build tree for faster rebuilding. It is
also useful for the container version of `image-builder-cli` to
allow mapping the users store into the container.
2024-12-19 08:49:26 +00:00
..
build.go main: add new --store argument to image-builder build 2024-12-19 08:49:26 +00:00
distro.go cmd: rework argument handling 2024-12-16 07:54:45 +00:00
distro_test.go cmd: rework argument handling 2024-12-16 07:54:45 +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 filters: add new getOneImage() helper for manifest/build 2024-12-16 07:54:45 +00:00
list.go cmd: implement manifest command 2024-12-16 07:54:45 +00:00
main.go main: add new --store argument to image-builder build 2024-12-19 08:49:26 +00:00
main_test.go main: add new --store argument to image-builder build 2024-12-19 08:49:26 +00:00
manifest.go cmd: add new build command 2024-12-16 14:59:08 +00:00
repos.go list-images: add --datadir override for e.g. custom repositories 2024-11-29 08:30:30 +00:00