Schema
image
Type:
object
architecture
Type:
string
CPU architecture
All schema constraints and annotations
{
"description": "CPU architecture",
"type": "string"
}digest
Type:
string | null
image digest
All schema constraints and annotations
{
"description": "image digest",
"type": [
"string",
"null"
]
}features
Type:
string | null
CPU features
All schema constraints and annotations
{
"description": "CPU features",
"type": [
"string",
"null"
]
}last_pulled
Type:
string | null
datetime of last pull
All schema constraints and annotations
{
"description": "datetime of last pull",
"example": "2021-01-05T21:06:53.506400Z",
"type": [
"string",
"null"
]
}last_pushed
Type:
string | null
datetime of last push
All schema constraints and annotations
{
"description": "datetime of last push",
"example": "2021-01-05T21:06:53.506400Z",
"type": [
"string",
"null"
]
}layers
Type:
array
Array item
Schema:
layer
All schema constraints and annotations
{
"items": {
"$ref": "#/components/schemas/layer"
},
"type": "array"
}os
Type:
string
operating system
All schema constraints and annotations
{
"description": "operating system",
"type": "string"
}os_features
Type:
string | null
OS features
All schema constraints and annotations
{
"description": "OS features",
"type": [
"string",
"null"
]
}os_version
Type:
string | null
OS version
All schema constraints and annotations
{
"description": "OS version",
"type": [
"string",
"null"
]
}size
Type:
integer
size of the image
All schema constraints and annotations
{
"description": "size of the image",
"type": "integer"
}status
Type:
string
Status of the image
All schema constraints and annotations
{
"description": "Status of the image",
"enum": [
"active",
"inactive"
],
"type": "string"
}variant
Type:
string | null
CPU variant
All schema constraints and annotations
{
"description": "CPU variant",
"type": [
"string",
"null"
]
}All schema constraints and annotations
{
"properties": {
"architecture": {
"description": "CPU architecture",
"type": "string"
},
"digest": {
"description": "image digest",
"type": [
"string",
"null"
]
},
"features": {
"description": "CPU features",
"type": [
"string",
"null"
]
},
"last_pulled": {
"description": "datetime of last pull",
"example": "2021-01-05T21:06:53.506400Z",
"type": [
"string",
"null"
]
},
"last_pushed": {
"description": "datetime of last push",
"example": "2021-01-05T21:06:53.506400Z",
"type": [
"string",
"null"
]
},
"layers": {
"items": {
"$ref": "#/components/schemas/layer"
},
"type": "array"
},
"os": {
"description": "operating system",
"type": "string"
},
"os_features": {
"description": "OS features",
"type": [
"string",
"null"
]
},
"os_version": {
"description": "OS version",
"type": [
"string",
"null"
]
},
"size": {
"description": "size of the image",
"type": "integer"
},
"status": {
"description": "Status of the image",
"enum": [
"active",
"inactive"
],
"type": "string"
},
"variant": {
"description": "CPU variant",
"type": [
"string",
"null"
]
}
},
"type": "object"
}