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 154 forks source link

Only compare relevant mode bits #239

Closed yiranwang52 closed 5 years ago

yiranwang52 commented 5 years ago

For images built by docker, header.Mode might have extra bits. Use header.FileMode().Mode() to trim the bit not relevant for comparison logic.