Supported Image Deploy Image Formats¶
This document outlines the various Image Deploy plugin supportted image formats.
Solution¶
Current documentation on Image Deploy can be found at:
The image-deploy/image-type
param specifies which type of supported
image to deploy. When you set this Param on a machine, it is validated
against an Enum type list of the supported image types - so you can not
set this value to an unsupported image type.
According to the Param type definition, the currently supported types are:
tgz
- Tar gzip compress filesystemdd-tgz
- tar file containing a single gzip compressed disk imagedd-txz
- tar file containing a single XV compressed disk imagedd-tbz
- tar file containing a single BZ compressed disk imagedd-tar
- tar file containing a single uncompressed disk imagedd-bz2
- tar file containing a single BZ2 compressed disk imagedd-gz
- raw disk image that is gzip compresseddd-xz
- raw disk image that is XZ compresseddd-raw
- raw disk image that is uncompressed
Note
For the most up to date list, see the Param definition link in See Also, below or the Param type definition in your DRP Endpoint.
Additional Information¶
Additional resources and information related to this Knowledge Base article.
See Also¶
Versions¶
All
Keywords¶
image-deploy, image deploy, image format, image type