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
digest
string · requiredExample: sha256:1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef
Responses
default
status
string · enum · enumThe status of the response.
Enum values:successerrormessage
stringAn optional message providing additional information about the response.
Example: No image with name 'my-image:latest'data
objectThe response data for this request.
errors
object[]A list of errors which may have occurred during the request.
op_time_us
integer · 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
tag
string · requiredExample: my-image:latest
Responses
default
status
string · enum · enumThe status of the response.
Enum values:successerrormessage
stringAn optional message providing additional information about the response.
Example: No image with name 'my-image:latest'data
objectThe response data for this request.
errors
object[]A list of errors which may have occurred during the request.
op_time_us
integer · uint64The operation time in microseconds. This is the time it took to process the request and generate the response.
Example: 46