debian-forge-cli/cmd/image-builder
Michael Vogt e9e8dc5256 filters: add new getOneImage() helper for manifest/build
This commit adds a helper to find exactly a single image from a
given disto/type/arch description. This will be used in `manifest`,
`build` and potentially more. It is meant to support copy/paste
from the `image-builder list-images` output, so: "distro:centos-9"
is support just like "centos-9" (same for distro/imgType/arch).
2024-12-16 07:54:45 +00:00
..
export_test.go filters: add new getOneImage() helper for manifest/build 2024-12-16 07:54:45 +00:00
filters.go filters: add new getOneImage() helper for manifest/build 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 list-images: add --datadir override for e.g. custom repositories 2024-11-29 08:30:30 +00:00
main.go main: list-images takes no args (just --filter) 2024-12-03 13:12:22 +00:00
main_test.go main: list-images takes no args (just --filter) 2024-12-03 13:12:22 +00:00
repos.go list-images: add --datadir override for e.g. custom repositories 2024-11-29 08:30:30 +00:00