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

BaseImageDependency interface

描述基本映像依赖项的属性。

属性

digest

基于 sha256 的映像清单摘要。

registry

注册表登录服务器。

repository

存储库名称。

tag

标记名称。

type

基本映像依赖项的类型。

属性详细信息

digest

基于 sha256 的映像清单摘要。

digest?: string

属性值

string

registry

注册表登录服务器。

registry?: string

属性值

string

repository

存储库名称。

repository?: string

属性值

string

tag

标记名称。

tag?: string

属性值

string

type

基本映像依赖项的类型。

type?: string

属性值

string