17 lines
1.3 KiB
Markdown
17 lines
1.3 KiB
Markdown
# ImageManifestSummary
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | ID is the content-addressable ID of an image and is the same as the digest of the image manifest. |
|
|
**descriptor** | [**models::OciDescriptor**](OCIDescriptor.md) | |
|
|
**available** | **bool** | Indicates whether all the child content (image config, layers) is fully available locally. |
|
|
**size** | [**models::ImageManifestSummarySize**](ImageManifestSummary_Size.md) | |
|
|
**kind** | **String** | The kind of the manifest. kind | description -------------|----------------------------------------------------------- image | Image manifest that can be used to start a container. attestation | Attestation manifest produced by the Buildkit builder for a specific image manifest. |
|
|
**image_data** | Option<[**models::ImageManifestSummaryImageData**](ImageManifestSummary_ImageData.md)> | | [optional]
|
|
**attestation_data** | Option<[**models::ImageManifestSummaryAttestationData**](ImageManifestSummary_AttestationData.md)> | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|