You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/driver
Andreas Bergmeier e4b4594fb4 Prevent crash when Exporter is not TracerDelegate
There is no enforcing Exporter + TracerDelegate via type system nor by rigorous runtime checking.
Thus the code previously crashed since `withTracerDelegate` (nor any callers) check whether embedded `TracerDelegate` is `nil`.
Now only passes `withTracerDelegate` if it can actually be called.

Signed-off-by: Andreas Bergmeier <abergmeier@gmx.net>
4 years ago
..
bkimage feat(driver/kubernetes): support mount buildkit.toml and qemu installing 4 years ago
docker Add an option to buildx rm to keep the buildkitd daemon running 4 years ago
docker-container Prevent crash when Exporter is not TracerDelegate 4 years ago
kubernetes Prevent crash when Exporter is not TracerDelegate 4 years ago
driver.go Add an option to buildx rm to keep the buildkitd daemon running 4 years ago
features.go driver: add feature testing 6 years ago
manager.go store snapshot of config files on create 4 years ago