Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateImage ¶
func WriteDockerfile ¶
Types ¶
type BuildResponse ¶
type Image ¶
type Image struct {
Registry string
Name string
Tag string
FsLayers []FsLayer
Token string
Digest string
// contains filtered or unexported fields
}
Image represents Docker image
func NewImage ¶
NewImage parses image name which could be the ful name registry:port/name:tag or in any other shorter forms and creates docker image entity without information about layers
func (*Image) AnalyzedLayerName ¶
Click to show internal directories.
Click to hide internal directories.