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/pb
Justin Chadwell 5c31d855fd controller: return solve response through api
Now clients can access the result of the solve, specifically the image
id output. This is a useful refactor, as well as being required if we
want to allow bake to invoke through the controller api.

This also allows us to remove the quiet option from the API, since we
can compute the required progress type outside of the controller, and
can print the image id from the result of the solve.

As a follow-up, we should also be able to remove the image id file
output from the controller api, now that the client has access to it.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
cache.go controller: strongly type the controller api 2 years ago
controller.pb.go controller: return solve response through api 2 years ago
controller.proto controller: return solve response through api 2 years ago
export.go controller: strongly type the controller api 2 years ago
generate.go controller: move controllers out of commands into separate package 2 years ago
secrets.go controller: strongly type the controller api 2 years ago
ssh.go controller: strongly type the controller api 2 years ago