Add flag to skip pulling images already present

This commit is contained in:
Marc Campbell
2019-02-17 21:40:22 -08:00
parent 3a4de2d215
commit 7fadbdb6e8
5 changed files with 96 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ type RunnerConfig struct {
EventName string // name of event to run
EventPath string // path to JSON file to use for event.json in containers, relative to WorkingDir
ReuseContainers bool // reuse containers to maintain state
ForcePull bool // force pulling of the image, if already present
}
type environmentApplier interface {