Versions in this module Expand all Collapse all v0 v0.12.0 Aug 25, 2018 v0.11.1 May 9, 2018 Changes in this version + type ExecuteContext struct + Client client.DockerClient + ConfigFile string + Env *execenv.ExecEnv + Resources *ResourceCollection + Settings Settings + WorkingDir string + func NewExecuteContext(config *config.Config, client client.DockerClient, execEnv *execenv.ExecEnv, ...) *ExecuteContext + func (ctx *ExecuteContext) GetAuthConfig(repo string) docker.AuthConfiguration + func (ctx *ExecuteContext) GetAuthConfigs() docker.AuthConfigurations + func (ctx *ExecuteContext) IsModified(names ...task.Name) bool + func (ctx *ExecuteContext) SetModified(name task.Name) + type ResourceCollection struct + func (c *ResourceCollection) Add(name string, resource config.Resource) + func (c *ResourceCollection) EachMount(names []string, f eachMountFunc) + func (c *ResourceCollection) Image(name string) *config.ImageConfig + func (c *ResourceCollection) Mount(name string) *config.MountConfig + type Settings struct + BindMount bool + Quiet bool + func NewSettings(quiet bool, bindMount bool) Settings