Manage Azure Linux images
Manage Azure Linux images.
Use subcommands to build, customize, boot, and inspect images defined in the project configuration. Images are typically built with kiwi-ng and can be customized using Azure Linux Image Customizer.
-h, --help help for image
-y, --accept-all accept all prompts
--color mode output colorization mode {always, auto, never} (default auto)
--config-file stringArray additional TOML config file(s) to merge (may be repeated)
-n, --dry-run dry run only (do not take action)
--network-retries int maximum number of attempts for network operations (minimum 1) (default 3)
--no-default-config disable default configuration
-O, --output-format fmt output format {csv, json, markdown, table} (default table)
--permissive-config do not fail on unknown fields in TOML config files
-C, --project string path to Azure Linux project
-q, --quiet only enable minimal output
-v, --verbose enable verbose output
- azldev - 🐧 Azure Linux Dev Tool
- azldev image boot - Boot an Azure Linux image in a QEMU VM
- azldev image build - Build an image using kiwi-ng
- azldev image customize - Customizes a pre-built Azure Linux image
- azldev image inject-files - Injects files into a partition based on an inject-files.yaml file
- azldev image list - List images in this project
- azldev image test - Run tests against an Azure Linux image