mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-07 06:10:14 +00:00
When building the build context, symlink need special treatment as the link name needs to be added when building the tar.FileInfoHeader. This code does that. We may also need to add a special case for hard links as the moby/moby package 'archive' does, but this should for now fixes #3142 Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>