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

fix the parent directory ownership when using COPY --archive #317

Closed jockech closed 4 years ago

jockech commented 4 years ago

The commit is trying to correct the ownership of directory. Current version will miss to chown the source directory but just the contents of the directory.