Hi Max, > $ docker run -it --rm -v $(pwd):/mnt debian:latest tar xvf /mnt/test.tar -C > /mnt > > The last step fails with: > > tar: gnulib-bug-symlinks/2: Cannot utime: No such file or directory > > The commit that caused this error to occur is > http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=9381306085ec6d6d0c671afb5816dcfc85b04e97. > If I revert this locally, the error doesn't occur.
What you say seems to indicate that this docker container is running on top of a Linux kernel. On the other hand, Paul's patch assumes a macOS specific bug. I'm confused. What is the result of 'uname -sr' in this docker container? It might also help if you explain the architecture of this "Docker Desktop" product in a couple of sentences. Bruno