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/bake
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
..
hclparser bake: avoid nesting error diagnostics 2 years ago
bake.go controller: strongly type the controller api 2 years ago
bake_test.go fix cannot set environment variables in parallel tests 2 years ago
compose.go update github.com/compose-spec/compose-go to v1.9.0 2 years ago
compose_test.go bake: support null arg value 2 years ago
hcl.go
hcl_test.go fix lint issue 2 years ago
remote.go bake: fix loop references 2 years ago