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
Brian Goff 98efe7af10 Support for passing through raw buildkit policies
This adds an env var which can be used to pass in a path to a file to
read a buildkit source poliy from.

This is applied to any build is executed with the env set.
It is also applied to bakes (which are calling build behind the scenes).

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2 years ago
..
attest.go controller: handle attestation options across api 2 years ago
cache.go controller: strongly type the controller api 2 years ago
controller.pb.go Support for passing through raw buildkit policies 2 years ago
controller.proto Support for passing through raw buildkit policies 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
progress.go controller: refactor progress api 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