open-nomad/drivers/docker
Tim Gross f9e659164f
docker: image_delay default missing without gc stanza (#9101)
In the Docker driver plugin config for garbage collection, the `image_delay`
field was missing from the default we set if the entire `gc` stanza is
missing. This results in a default of 0s and immediate GC of Docker images.

Expanded docker gc config test fields.
2020-10-15 12:36:01 -04:00
..
cmd cleanup driver eventor goroutines 2020-05-26 11:04:04 -04:00
docklog Use an image managed by nomad account 2020-05-15 12:55:22 -04:00
test-resources/docker
util
config.go docker: image_delay default missing without gc stanza (#9101) 2020-10-15 12:36:01 -04:00
config_test.go docker: image_delay default missing without gc stanza (#9101) 2020-10-15 12:36:01 -04:00
coordinator.go driver/docker: allow configurable pull context timeout setting. 2020-08-12 08:58:07 +01:00
coordinator_test.go driver/docker: allow configurable pull context timeout setting. 2020-08-12 08:58:07 +01:00
driver.go use allow/deny instead of the colored alternatives (#9019) 2020-10-12 08:47:05 -04:00
driver_darwin_test.go use allow/deny instead of the colored alternatives (#9019) 2020-10-12 08:47:05 -04:00
driver_default.go
driver_linux_test.go don't GC images in tests by default 2020-05-26 21:24:55 -04:00
driver_pre09.go
driver_test.go use allow/deny instead of the colored alternatives (#9019) 2020-10-12 08:47:05 -04:00
driver_unix_test.go driver/docker: allow configurable pull context timeout setting. 2020-08-12 08:58:07 +01:00
driver_windows.go
driver_windows_test.go driver/docker: allow configurable pull context timeout setting. 2020-08-12 08:58:07 +01:00
fingerprint.go
fingerprint_test.go cleanup driver eventor goroutines 2020-05-26 11:04:04 -04:00
handle.go
network.go driver/docker: allow configurable pull context timeout setting. 2020-08-12 08:58:07 +01:00
ports.go docker: support group allocated ports and host_networks (#8623) 2020-08-11 18:30:22 -04:00
progress.go
progress_test.go
reconciler.go
reconciler_test.go don't GC images in tests by default 2020-05-26 21:24:55 -04:00
state.go
stats.go
stats_test.go
utils.go
utils_test.go
utils_unix_test.go
utils_windows_test.go
win32_volume_parse.go