buildx
buildx copied to clipboard
bake: switch to controller
Carry https://github.com/docker/buildx/pull/1680 to handle controller options with bake and also use controller to build. This will be used in #1841 so we can pass the build reference to the result context for both build and bake efficiently.
@ktock @jedevc Bake does not handle the context path hash like build (we just take the current work dir atm). This is also just specific to the k8s driver and should move there. I think we already discuss about it but can't put my finger on it.