Experimental
Schema
ImageSource
Type:
string
ImageSource records how the image was created.
Values: unspecified: unspecified means the source is unknown or not reported. image: image means the image came from pushed or imported image bytes. sandbox: sandbox means the image came from a sandbox capture.
All schema constraints and annotations
{
"description": "ImageSource records how the image was created.\n\nValues:\nunspecified: unspecified means the source is unknown or not reported.\nimage: image means the image came from pushed or imported image bytes.\nsandbox: sandbox means the image came from a sandbox capture.",
"enum": [
"unspecified",
"image",
"sandbox"
],
"title": "ImageSource",
"type": "string"
}