You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vagrant@ubuntu-22-04:~/repro-non-ascii$ sudo DOCKER_BUILDKIT=0 docker build .DEPRECATED: The legacy builder is deprecated and will be removed in a future release. BuildKit is currently disabled; enable it by removing the DOCKER_BUILDKIT=0 environment-variable.Sending build context to Docker daemon 4.096kBStep 1/2 : FROM alpine:latestlatest: Pulling from library/alpine8a49fdb3b6a5: Already exists Digest: sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11Status: Downloaded newer image for alpine:latest ---> 5e2b554c1c45Step 2/2 : COPY test-äöü.txt / ---> 25b30012519dSuccessfully built 25b30012519d
I sincerely hope this is a regression and not intended behaviour. This would be a severe limitation.
The text was updated successfully, but these errors were encountered:
Hm, this definitely needs further investigation. I think we should definitely be supporting this, but I couldn't find a test for this kind of behavior 👀
I worked on a quick test for this: f9f2a00, I'll try and take a bit of a deeper dive into it when I have some time, though if anyone else is interested, feel free to pick it up 🎉
When trying to build a Dockerfile using BuildKit that contains paths with non-ASCII characters in COPY commands, I get the following error message
I was able to reproduce this on Ubuntu 22.04 using Docker Engine 24.0.2 installed from the docker.com APT repository:
Building with BuildKit fails:
Building without Buildkit works:
I sincerely hope this is a regression and not intended behaviour. This would be a severe limitation.
The text was updated successfully, but these errors were encountered: