Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildPlan ¶
type BuildPlan struct {
// contains filtered or unexported fields
}
BuildPlan describes a list of named buildStages, that can copy files between one another.
func NewBuildPlan ¶
func NewBuildPlan( ctx *context.BuildContext, target image.Name, replicas []image.Name, cacheMgr cache.Manager, parsedStages []*dockerfile.Stage, allowModifyFS, forceCommit bool) (*BuildPlan, error)
NewBuildPlan takes in contextDir, a target image and an ImageStore, and returns a new BuildPlan.
Click to show internal directories.
Click to hide internal directories.