ThomasKluiters / fetchy

Minuscule images made trivial
MIT License
112 stars 8 forks source link

BUG: Windows does not work #69

Closed ThomasKluiters closed 5 years ago

ThomasKluiters commented 5 years ago

The problem is that we are extracting tar files. When python extracts tarfiles it drops all symlinks and thus the symlinks are broken. Causing docker containers to give a standard_init_linux:190 'directory not found' error.