ImageInfo interface
model interface ImageInfo
Properties
| digest | Image digest |
| hostname | Container registry host name |
| repository | Repository name |
| tag | Image tag |
Property Details
digest
Image digest
digest?: string
Property Value
string
hostname
Container registry host name
hostname?: string
Property Value
string
repository
Repository name
repository?: string
Property Value
string
tag
Image tag
tag?: string
Property Value
string