Experimental
Schema
ImageStatus
Type:
string
ImageStatus is the image readiness state.
Values: unspecified: unspecified is never a concrete known state. pending: pending means an asynchronous build has not started or reported progress. waitingForPush: waitingForPush means the backend is waiting for OCI content upload. preparing: preparing means the backend is preparing pushed or captured content. completed: completed means the image is ready to use. failed: failed means image preparation reached a terminal failure. deleted: deleted means the backend exposes a retained delete tombstone.
All schema constraints and annotations
{
"description": "ImageStatus is the image readiness state.\n\nValues:\nunspecified: unspecified is never a concrete known state.\npending: pending means an asynchronous build has not started or reported progress.\nwaitingForPush: waitingForPush means the backend is waiting for OCI content upload.\npreparing: preparing means the backend is preparing pushed or captured content.\ncompleted: completed means the image is ready to use.\nfailed: failed means image preparation reached a terminal failure.\ndeleted: deleted means the backend exposes a retained delete tombstone.",
"enum": [
"unspecified",
"pending",
"waitingForPush",
"preparing",
"completed",
"failed",
"deleted"
],
"title": "ImageStatus",
"type": "string"
}