Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DockerReference ¶ added in v0.5.0
func DockerReference(name string) (types.ImageReference, error)
Types ¶
type Image ¶
type Image struct { Domain string Path string Tag string Digest digest.Digest // contains filtered or unexported fields }
Image holds information about an image.
func (*Image) Reference ¶
Reference returns either the digest if it is non-empty or the tag for the image.
Click to show internal directories.
Click to hide internal directories.