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/util
Justin Chadwell 90d7fb5e77 controller: strongly type the controller api
Strongly typing the API allows us to perform all command line parsing
fully on the client-side, where we have access to the client local
directory and all the client environment variables, which may not be
available on the remote server.

Additionally, the controller api starts to look a lot like
build.Options, so at some point in the future there may be an
oppportunity to merge the two, which would allow both build and bake to
execute through the controller, instead of needing to maintain multiple
code paths.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
buildflags controller: strongly type the controller api 2 years ago
cobrautil
confutil create: load default buildkit config if none specified 3 years ago
dockerutil dockerutil pkg to manage docker api client and context 2 years ago
gitutil Remove git warning: buildx/1633 2 years ago
imagetools imagetools: process com.docker.reference.* annotations 2 years ago
ioset Enable to run build and invoke in background 2 years ago
logutil Remove uses of deprecated io/ioutil 3 years ago
platformutil
progress build: print instance being used 2 years ago
resolver
tracing
userfunc Dockerfile: update golangci-lint to 1.48.0 (go 1.19 support) 2 years ago
waitmap util: add waitmap for target synchronization 3 years ago