An image is a collection of objects representing a VM which can be deployed on Unikraft Cloud. Its format is based on the OCI Image Specification. Within the context of Unikraft Cloud, these images also include a kernel component.
Get Image by Digest
Retrieve an image by its digest.
path Parameters
digeststring · requiredExample: sha256:1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
Responses
default
statusstring · enum · enumThe status of the response.
Enum values:successerrormessagestringAn optional message providing additional information about the response.
Example: No image with name 'my-image:latest'dataobjectThe response data for this request.
errorsobject[]A list of errors which may have occurred during the request.
op_time_usinteger · uint64The operation time in microseconds. This is the time it took to process the request and generate the response.
Example: 46
Get Image by Tag
Retrieve an image by its tag.
path Parameters
tagstring · requiredExample: my-image:latest
Responses
default
statusstring · enum · enumThe status of the response.
Enum values:successerrormessagestringAn optional message providing additional information about the response.
Example: No image with name 'my-image:latest'dataobjectThe response data for this request.
errorsobject[]A list of errors which may have occurred during the request.
op_time_usinteger · uint64The operation time in microseconds. This is the time it took to process the request and generate the response.
Example: 46