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