你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OciDescriptor interface

Docker V2 映像层描述符,包括配置和层。

属性

annotations

通过任意元数据提供的其他信息。

digest

层摘要

mediaType

层媒体类型

size

层大小

urls

指定可从中下载此对象的 URI 列表。

属性详细信息

annotations

通过任意元数据提供的其他信息。

annotations?: OciAnnotations

属性值

digest

层摘要

digest: string

属性值

string

mediaType

层媒体类型

mediaType: string

属性值

string

size

层大小

size: number

属性值

number

urls

指定可从中下载此对象的 URI 列表。

urls?: string[]

属性值

string[]