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 d4e38a0ebe bake: use controller build options as an intermediate stage
With the previous changes to bring controllerapi.BuildOptions up to date
with build.Options, we can have bake generate
controllerapi.BuildOptions, and then convert those to build.Option using
the controller/build package.

This is an intermediate patch, designed to allow us to clean up some
shared logic between both build and bake. The next step will be to
modify bake to use the controller api, and completely skip the
build.Options generation step.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
hclparser bake: avoid nesting error diagnostics 2 years ago
bake.go bake: use controller build options as an intermediate stage 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 3 years ago
hcl.go bake: restrict target name 3 years ago
hcl_test.go fix lint issue 2 years ago
remote.go bake: fix loop references 2 years ago