mirror of https://github.com/docker/buildx.git
5c89004bb6
This refactors the driver handle to initialize the tracer delegate inside of the driver handle instead of the individual plugins. This provides more uniformity to how the tracer delegate is created by allowing the driver handle to pass additional client options to the drivers when they create the client. It also avoids creating the tracer delegate client multiple times because the driver handle will only initialize the client once. This prevents some drivers, like the remote driver, from accidentally registering multiple clients as tracer delegates. Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com> |
||
---|---|---|
.. | ||
build.go | ||
dial.go | ||
driver.go | ||
driver_test.go | ||
git.go | ||
git_test.go | ||
invoke.go | ||
localstate.go | ||
opt.go | ||
result.go | ||
url.go | ||
utils.go | ||
utils_test.go |