Skip to main content

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.

CharacteristicValue
Typeobject

Properties

sha384 (required)

The Sha384 of the metadata in the COSI file.

CharacteristicValue
TypeImageSha384
LinkImageSha384

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.

CharacteristicValue
Typestring
Formaturi