OciDescriptor interface
Docker V2 image layer descriptor including config and layers.
Properties
annotations | Additional information provided through arbitrary metadata. |
digest | Layer digest |
media |
Layer media type |
size | Layer size |
urls | Specifies a list of URIs from which this object may be downloaded. |
Property Details
annotations
Additional information provided through arbitrary metadata.
annotations?: OciAnnotations
Property Value
digest
Layer digest
digest: string
Property Value
string
mediaType
Layer media type
mediaType: string
Property Value
string
size
Layer size
size: number
Property Value
number
urls
Specifies a list of URIs from which this object may be downloaded.
urls?: string[]
Property Value
string[]