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/tests
Cameron Adams 78616f2531 command(bake): Specify local and remote bake files
This adds the ability to source additional local build definition files when
sourcing Bake files via a remote url.
Prefixing a file with 'cwd://' will source a bake file on the local
machine, instead of the remote location.
Local files will be read/have precedence before remote files.

Usage:
```
docker buildx bake https://github.com/example/upstream.git --file cwd://docker-bake.override.hcl --print
```
This will source a default file from the example/upstream repository,
and also source a build definition from the local machine.

Signed-off-by: Cameron Adams <pnzreba@gmail.com>
1 year ago
..
workers tests: add unsupported features detection skeleton 1 year ago
bake.go command(bake): Specify local and remote bake files 1 year ago
build.go Merge pull request #1987 from jedevc/vendor-buildkit-master-tests 1 year ago
imagetools.go tests: add testImagetoolsAnnotation integration test 1 year ago
inspect.go test: fix inspect and ls 2 years ago
integration.go build: prefer local image resolution for docker driver 2 years ago
integration_test.go Merge pull request #1987 from jedevc/vendor-buildkit-master-tests 1 year ago
ls.go test: fix inspect and ls 2 years ago
version.go Integration test for docker buildx version 1 year ago