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:
Maximilian Paß
2021-12-09 14:54:14 +01:00
committed by GitHub
parent af939b7810
commit 825ebdd3e6
7 changed files with 81 additions and 14 deletions

View File

@ -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"
# }
}
}