Open TinaMor opened 4 hours ago
What do you get on the CMD shell?
Same error:
> C:\Windows\System32>buildctl.exe build --progress=tty --frontend=dockerfile.v0 --local=context=. --output=type=oci,name=test/hello-buildkit,push=false --local=dockerfile=./ --opt=filename=Dockerfile | docker load
archive/tar: invalid tar header
error: failed to solve: failed to copy to tar: rpc error: code = Unknown desc = write /dev/stdout: The pipe is being closed.
Description
buildctl fails on Windows with "archive/tar: invalid tar header" for both
type=oci
andtype=docker
using CMD or PowerShell.Test Dockerfile
Additional info
Using
--progress plain
worksEnvironment