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
Kohei Tokunaga 4c730ee96b
Enable to get build definition from Inspect API
This commit adds two fields to the response of Inspect API.

- Definition: Build definition of the first build executed by Build API.
- CurrentDefinition: Build definition of the latest build executed by Build or
  Solve API.

The client can use these information for debugging the build deeply.

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
2 years ago
..
build Add BuildOptions.Debug for allowing lazy evaluation of ResultHandler 2 years ago
control Add Solve API for performing a build on a build definition 2 years ago
errdefs Allow passing ResultContext from server to the client through grpcerror 2 years ago
local Enable to get build definition from Inspect API 2 years ago
pb Enable to get build definition from Inspect API 2 years ago
processes build: rename ResultContext to ResultHandle 2 years ago
remote Enable to get build definition from Inspect API 2 years ago
controller.go controller: replace logrus status messages with progress messages 2 years ago