buildx/driver
Jonathan A. Sternberg 5c89004bb6
driver: initialize tracer delegate in driver handle instead of individual plugins
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>
2024-03-27 15:13:43 -05:00
..
bkimage feat(driver/kubernetes): support mount buildkit.toml and qemu installing 2021-08-04 21:32:27 +08:00
docker driver: initialize tracer delegate in driver handle instead of individual plugins 2024-03-27 15:13:43 -05:00
docker-container driver: initialize tracer delegate in driver handle instead of individual plugins 2024-03-27 15:13:43 -05:00
kubernetes driver: initialize tracer delegate in driver handle instead of individual plugins 2024-03-27 15:13:43 -05:00
remote driver: initialize tracer delegate in driver handle instead of individual plugins 2024-03-27 15:13:43 -05:00
driver.go driver: initialize tracer delegate in driver handle instead of individual plugins 2024-03-27 15:13:43 -05:00
features.go build: improve error messages for docker driver 2023-09-12 09:39:51 +02:00
manager.go driver: initialize tracer delegate in driver handle instead of individual plugins 2024-03-27 15:13:43 -05:00