containerd / overlaybd

Overlaybd: a block based remote image format. The storage backend of containerd/accelerated-container-image.
Apache License 2.0
259 stars 58 forks source link

untar: mv store dirs into extract_file #312

Closed yuchen0cc closed 10 months ago

yuchen0cc commented 10 months ago

What this PR does / why we need it: Move store dirs into extract_file. (Directory mtimes must be handled at the end to avoid further file creation in them to modify the directory mtime) This move will avoid aufs whiteout files (.wh..wh.aufs, .wh..wh.orph/, .wh..wh.plnk/) from creating and setting attributes.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #

Please check the following list: