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/commands
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
..
imagetools mutualize builder logic 3 years ago
bake.go build: print instance being used 2 years ago
build.go controller: return solve response through api 2 years ago
create.go mutualize builder logic 3 years ago
create_test.go Fix tolerations not parsing its options correctly, add tests 3 years ago
diskusage.go mutualize builder logic 3 years ago
inspect.go store: set nodegroup last activity 3 years ago
install.go cli: fix builder persistent flag 4 years ago
ls.go mutualize builder logic 3 years ago
prune.go mutualize builder logic 3 years ago
rm.go rm: do not check for context builders when removing inactive 3 years ago
root.go controller: move controllers out of commands into separate package 3 years ago
stop.go mutualize builder logic 3 years ago
uninstall.go cli: fix builder persistent flag 4 years ago
use.go dockerutil pkg to manage docker api client and context 3 years ago
version.go cli: fix builder persistent flag 4 years ago