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/controller
Justin Chadwell a7e471b7b3 controller: only capture the result when invoked through a controller
This ensures that the code used to capture and evaluated a result is
only executed when built through the controller. Otherwise, no build
result should be recorded.

This ensures that new code added to capture and store the build result
for debugging isn't used when BUILDX_EXPERIMENTAL is not set.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
build controller: only capture the result when invoked through a controller 2 years ago
control Enable to restore build options from the server 2 years ago
errdefs Allow passing ResultContext from server to the client through grpcerror 2 years ago
local controller: only capture the result when invoked through a controller 2 years ago
pb Enable to restore build options from the server 2 years ago
processes Enable to create container from error 2 years ago
remote controller: only capture the result when invoked through a controller 2 years ago
controller.go