Title: analyzer.skopeo
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + analyzer | No | const | No | - | Unique identifier for the Skopeo analyzer. |
| + repository | No | string | No | - | The image repository that was analyzed. |
| + tag | No | string | No | - | The image tag that was analyzed. |
| - inspect | No | object | No | - | Raw output from primary skopeo inspect |
| + platforms | No | array of object | No | - | List of platform variants available for this tag. |
| - tags | No | array of string | No | - | List of tags associated with the repository. |
1.
Property analyzer
Description: Unique identifier for the Skopeo analyzer.
Specific value: "skopeo"
2.
Property repository
Description: The image repository that was analyzed.
3.
Property tag
Description: The image tag that was analyzed.
4.
Property inspect
| |
|---|
| Type | object |
| Additional properties |  |
Description: Raw output from primary skopeo inspect
Description: List of platform variants available for this tag.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
| |
|---|
| Type | object |
| Additional properties |  |
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| + architecture | No | string | No | - | Processor architecture (e.g., 'amd64'). |
| + os | No | string | No | - | Operating system (e.g., 'linux'). |
| - variant | No | string or null | No | - | Architecture variant (e.g., 'v7'). |
| - digest | No | string | No | - | Manifest digest for this specific variant. |
| - created | No | string or null | No | - | ISO timestamp of variant creation. |
| - labels | No | object | No | - | OCI labels associated with this variant. |
| - layers_count | No | integer | No | - | Number of layers in this variant. |
| - user | No | string or null | No | - | Default user from image configuration. |
5.1.1. Property architecture
Description: Processor architecture (e.g., 'amd64').
5.1.2. Property os
Description: Operating system (e.g., 'linux').
5.1.3. Property variant
Description: Architecture variant (e.g., 'v7').
5.1.4. Property digest
Description: Manifest digest for this specific variant.
5.1.5. Property created
Description: ISO timestamp of variant creation.
5.1.6. Property labels
| |
|---|
| Type | object |
| Additional properties |  |
Description: OCI labels associated with this variant.
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|
| - | No | string | No | - | - |
5.1.6.1. Property additionalProperties
5.1.7. Property layers_count
Description: Number of layers in this variant.
5.1.8. Property user
Description: Default user from image configuration.
Description: List of tags associated with the repository.
| Array restrictions |
|---|
| Min items | N/A |
| Max items | N/A |
| Items unicity | False |
| Additional items | False |
| Tuple validation | See below |
| Each item of this array must be | Description |
|---|
| tags items | - |
Generated using json-schema-for-humans on 2026-03-20 at 04:11:48 +0100