Add forcePull option
* Add forcePull option for pulling the image when the execution environment gets updated * Apply suggestions from code review Co-authored-by: Sebastian Serth <MrSerth@users.noreply.github.com> * Add unit tests * Clean up and implement option two Co-authored-by: Sebastian Serth <MrSerth@users.noreply.github.com>
This commit is contained in:
@ -20,6 +20,7 @@ const (
|
||||
AnotherEnvironmentIDAsString = "42"
|
||||
DefaultUUID = "MY-DEFAULT-RANDOM-UUID"
|
||||
AnotherUUID = "another-uuid-43"
|
||||
DefaultTemplateJobID = "template-" + DefaultEnvironmentIDAsString
|
||||
DefaultRunnerID = DefaultEnvironmentIDAsString + "-" + DefaultUUID
|
||||
AnotherRunnerID = AnotherEnvironmentIDAsString + "-" + AnotherUUID
|
||||
DefaultExecutionID = "s0m3-3x3cu710n-1d"
|
||||
|
Reference in New Issue
Block a user