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 6c0547e7e6 bake: ensure remote files behind ssh expose agent
The updateContext function may make modifications to the build inputs,
creating either an SSH URL, or an SSH llb.State. In these cases, we need
to ensure that we appropriately expose the client's default agent.

Previously, we would only expose it if the remote context was a git URL,
however, we need to also ensure that if the input was used to override
the context (in the case of ReadRemoteFiles), that we expose the agent
here as well.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
hclparser Merge pull request #1720 from jedevc/bake-replace-func 2 years ago
bake.go bake: ensure remote files behind ssh expose agent 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 bake: restrict target name 3 years ago
hcl_test.go bake: fix map type checking to detect matrix property set to list 2 years ago
remote.go Merge pull request #1711 from jedevc/bake-remote-file-git 2 years ago