mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-28 16:37:43 +08:00

When resolving remote contexts locally in bake, then we need to ensure that we properly unpack the contents of that context to the root directory, instead of leaving it in the subdirectory. Otherwise, any files will be found in the wrong location. Along with this change, we also need a change to the dockerfile location lookup to ensure that it is found at the root instead of in the subdirectory. Signed-off-by: Justin Chadwell <me@jedevc.com>