ImageInfo interface
模型接口 ImageInfo
属性
| digest | 图像摘要 |
| hostname | 容器注册表主机名 |
| repository | 存储库名称 |
| tag | 图像标签 |
属性详细信息
digest
图像摘要
digest?: string
属性值
string
hostname
容器注册表主机名
hostname?: string
属性值
string
repository
存储库名称
repository?: string
属性值
string
tag
图像标签
tag?: string
属性值
string