Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Image ¶
type Image struct { Registry string Namespace string Repository string Tag string Architecture string }
Image represents a Docker Image to be initialized with respect to the default conventions as per https://docs.docker.com/engine/reference/commandline/tag/#extended-description
func New ¶
New returns an initialized Image object. If it fails, then the returned Image is empty and an error is returned
Click to show internal directories.
Click to hide internal directories.