uber-archive / makisu

Fast and flexible Docker image building tool, works in unprivileged containerized environments like Mesos and Kubernetes.
Apache License 2.0
2.41k stars 156 forks source link

Stop manipulating symlink targets #292

Closed yiranwang52 closed 4 years ago

yiranwang52 commented 4 years ago

288 partially fixed some issues when we use makisu just for the extract command under non-root, but caused other issues like described in #291 .

This change would stop makisu from manipulating symlink targets, and avoid all such issues. However, we still have to tackle this relative path problem again for hardlinks, which we are mostly avoiding today.

yiranwang52 commented 4 years ago

288 was reverted.