OsImage
Data about the image to deploy on the host, including sourcing and integrity information.
Currently, the only format supported by Trident is Composable OS Image (COSI). COSI files can be generated with PRISM.
Characteristic | Value |
---|---|
Type | object |
Properties
sha384
(required)
The Sha384 of the metadata in the COSI file.
Characteristic | Value |
---|---|
Type | ImageSha384 |
Link | ImageSha384 |
url
(required)
The path to the COSI file.
URLs may have one of the following four schemes: http://
, https://
, file://
, or oci://
. COSI files stored as an OCI image must allow for anonymous pulls.
Characteristic | Value |
---|---|
Type | string |
Format | uri |