buildx/driver/docker-container
Justin Chadwell 7f008a7d1e driver: don't create tracer delegate opt if tracer is nil
The error handling for the cast to client.TracerDelegate was incorrect,
and previously, a client would unconditionally append an opt.

This results in the scenario that while the ClientOpt was not nil, the
tracer delegate in the ClientOpt was, which isn't an error case
explicitly handled by buildkit.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2022-10-31 11:19:47 +00:00
..
driver.go driver: don't create tracer delegate opt if tracer is nil 2022-10-31 11:19:47 +00:00
factory.go docker-container: move userns detection into driver 2022-10-21 13:44:44 +01:00