debian-forge-cli/cmd/image-builder
Tomáš Hozza 8040fee0d4 cmd/describe: test that all images can be described
Add an unit test to verify that the `describe` command can describe all
image types. I've recently ran into issue when describing ostree-based
and `*-simplified-installer` image types.

Add new dependecy for working with YAML - sigs.k8s.io/yaml.

This is what we will probably converge to, since our currently used YAML
library is unmaintained.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2025-06-23 18:31:27 +00:00
..
build.go import: refer to pkg 2025-03-31 19:42:59 +00:00
describeimg.go main: add base partition table to describe-image 2025-04-03 17:25:16 +00:00
describeimg_test.go cmd/describe: test that all images can be described 2025-06-23 18:31:27 +00:00
distro.go image-builder: newline in error message 2025-01-20 06:55:24 +00:00
distro_test.go image-builder: newline in error message 2025-01-20 06:55:24 +00:00
export_test.go cmd/describe: test that all images can be described 2025-06-23 18:31:27 +00:00
filters.go cmd/describe: test that all images can be described 2025-06-23 18:31:27 +00:00
filters_test.go main: add new --extra-repo flag 2025-02-12 12:57:21 +01:00
list.go main: add new --extra-repo flag 2025-02-12 12:57:21 +01:00
main.go upload: warn the user if no --arch flag is passed on upload 2025-06-07 12:29:18 +00:00
main_test.go test/main: update types used 2025-05-28 08:19:05 +00:00
manifest.go manifest: use Sync instead of Close 2025-04-24 06:18:10 +00:00
repos.go main: add --force-repo flag 2025-02-13 11:31:06 +00:00
repos_test.go main: add --force-repo flag 2025-02-13 11:31:06 +00:00
upload.go upload: try to auto-detect the upload arch from the filename 2025-06-07 12:29:18 +00:00
upload_test.go upload: try to auto-detect the upload arch from the filename 2025-06-07 12:29:18 +00:00