-
Notifications
You must be signed in to change notification settings - Fork 577
Closed
tonistiigi/fsutil
#187Labels
Description
Repro on master (7e4021a) on a Windows machine when building https://github.com/dockersamples/avatars:
> docker buildx build -f ./deploy/web.dockerfile .
[+] Building 0.0s (0/0) docker:default
[+] Building 0.7s (5/9) docker:default
=> [internal] load build definition from web.dockerfile 0.0s
=> => transferring dockerfile: 335B 0.0s
=> [internal] load metadata for docker.io/library/node:18-bullseye-slim 0.6s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 58B 0.0s
=> ERROR [internal] load build context 0.0s
=> => transferring context: 0.0s
=> [stage-0 1/5] FROM docker.io/library/node:18-bullseye-slim@sha256:f06f9ff9dcc5cfec936a7bf08580c5d9cf0f424fbbd857d3677cff5 0.0s
------
> [internal] load build context:
------
ERROR: failed to solve: rpc error: code = Unknown desc = expected single entry "web\\package.json" but got "web/package.json"
Might be related to tonistiigi/fsutil#167 (tonistiigi/fsutil@36ef4d8...f098008#diff-0ecba5c38a48c9edee18cf59877735dbc0036535be4a4af3d797b45c5862c71fR150) (cc @jedevc)
I looked at running fsutil tests on Windows and found tonistiigi/fsutil#173 (comment)