buildx/bake
Justin Chadwell 431732f5d1 bake: fix incorrect dockerfile resolution against cwd:// context
We need to resolve the strip the cwd:// prefix before attempting to
resolve the dockerfile. Otherwise, we'll get the cwd:// prefix in the
dockerfile name, which isn't stripped out later.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2023-06-14 12:18:53 +01:00
..
hclparser Merge pull request #1720 from jedevc/bake-replace-func 2023-04-05 11:59:40 +01:00
bake.go bake: fix incorrect dockerfile resolution against cwd:// context 2023-06-14 12:18:53 +01:00
bake_test.go bake: fix incorrect dockerfile resolution against cwd:// context 2023-06-14 12:18:53 +01:00
compose.go bake: support compose additional contexts 2023-05-10 09:41:37 +01:00
compose_test.go bake: support compose additional contexts 2023-05-10 09:41:37 +01:00
hcl.go bake: restrict target name 2022-01-26 10:29:21 +01:00
hcl_test.go bake: fix map type checking to detect matrix property set to list 2023-04-05 13:41:03 +01:00
remote.go bake: update ReadRemoteFiles to use buildkit api 2023-04-12 11:15:25 +01:00