open-nomad/drivers/docker
Seth Hoenig fd2a31a331 drivers/docker: detect arch for default infra_image
The 'docker.config.infra_image' would default to an amd64 container.
It is possible to reference the correct image for a platform using
the `runtime.GOARCH` variable, eliminating the need to explicitly set
the `infra_image` on non-amd64 platforms.

Also upgrade to Google's pause container version 3.1 from 3.0, which
includes some enhancements around process management.

Fixes #8926
2020-09-23 13:54:30 -05:00
..
cmd
docklog
test-resources/docker
util
config.go drivers/docker: detect arch for default infra_image 2020-09-23 13:54:30 -05:00
config_test.go Merge pull request #8589 from hashicorp/f-gh-5718 2020-08-14 16:07:59 +02: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 docker: use Nomad managed resolv.conf when DNS options are set (#8600) 2020-08-17 10:22:08 -04:00
driver_darwin_test.go
driver_default.go
driver_linux_test.go
driver_pre09.go
driver_test.go docker: use Nomad managed resolv.conf when DNS options are set (#8600) 2020-08-17 10:22:08 -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
handle.go
network.go driver/docker: allow configurable pull context timeout setting. 2020-08-12 08:58:07 +01:00
ports.go
progress.go
progress_test.go
reconciler.go
reconciler_test.go
state.go
stats.go
stats_test.go
utils.go
utils_test.go
utils_unix_test.go
utils_windows_test.go
win32_volume_parse.go