containerd / overlaybd

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

untar: ignore '/' in tarball #305

Closed yuchen0cc closed 10 months ago

yuchen0cc commented 10 months ago

What this PR does / why we need it: It happens that '/' (root dir) exists in some image tarball layer. It will cause userspace convertor failed. Now, '/' is ignored. Add a test case for clean_name().

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: