image-builder-upload - Man Page
Upload the given image from
Synopsis
image-builder upload [flags]
Description
Upload the given image from
Options
--arch="" upload for the given architecture
--aws-ami-name="" name for the AMI in AWS (only for type=ami)
--aws-boot-mode="" boot mode for the AMI: legacy-bios, uefi, uefi-preferred (only for type=aws)
--aws-bucket="" target S3 bucket name for intermediate storage when creating AMI (only for type=ami)
--aws-profile="" name of the AWS credentials profile (only for type=aws)
--aws-region="" target region for AWS uploads (only for type=ami)
--aws-tag=[] tag the AMI with this Key=Value (only for type=aws)
--azure-client-id="" Azure client ID (only for type=azure)
--azure-client-secret="" Azure client secret (only for type=azure)
--azure-image-name="" name for the uploaded image (only for type=azure)
--azure-resource-group="" Azure resource group (only for type=azure)
--azure-subscription="" Azure subscription ID (only for type=azure)
--azure-tenant="" Azure tenant ID (only for type=azure)
--format="" output in a specific format (yaml, json)
-h, --help[=false] help for upload
--ibmcloud-bucket="" target bucket name for storing the image (only for type=ibmcloud)
--ibmcloud-image-name="" name for the uploaded image (only for type=ibmcloud)
--ibmcloud-region="" target region for IBM Cloud uploads (only for type=ibmcloud)
--libvirt-connection="" connection URI (only for type=libvirt)
--libvirt-pool="" pool name (only for type=libvirt)
--libvirt-volume="" volume name (only for type=libvirt)
--openstack-container-format="bare" this indicates if the image contains metadata about the VM (only for type=openstack)
--openstack-disk-format="raw" the disk format of a virtual machine image (only for type=openstack)
--openstack-image="" name for the uploaded image (only for type=openstack)
--to="" upload to the given cloud
Options Inherited from Parent Commands
- --extra-repo=[] Add an extra repository during build (will not
- be gpg checked and not be part of the final image)
--force-repo=[] Override the base repositories during build (these will not be part of the final image)
--force-repo-dir="" Override the default repository search path for custom repository files
--output-dir="" Put output into the specified directory
-v, --verbose[=false] Switch to verbose mode (more logging on stderr and verbose progress)
See Also
History
28-Jul-2026 Auto generated by spf13/cobra