Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct { Image string `yaml:"image"` WorkingDir string `yaml:"workingDir,omitempty"` ContainerBuild ContainerBuild `yaml:"build"` }
Container stores container based execution information
type ContainerBuild ¶
type ContainerBuild struct { Dockerfile string `yaml:"dockerfile"` // Default : Look for Dockerfile in the same folder Context string `yaml:"context"` // Default : Same folder as the yaml }
ContainerBuild stores container build information
Click to show internal directories.
Click to hide internal directories.