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:
@ -6,10 +6,14 @@ client {
|
||||
]
|
||||
}
|
||||
|
||||
# plugin "docker" {
|
||||
# config {
|
||||
# auth {
|
||||
# config = "/root/.docker/config.json"
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
plugin "docker" {
|
||||
config {
|
||||
gc {
|
||||
image_delay = "0s"
|
||||
}
|
||||
|
||||
# auth {
|
||||
# config = "/root/.docker/config.json"
|
||||
# }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user