needy icon indicating copy to clipboard operation
needy copied to clipboard

Fix caching when using multiple filesystems

Open vmrob opened this issue 7 years ago • 0 comments

When performing a docker build, cache directories are extracted to a temporary directory often inside the docker-hosted filesystem and then moved to the correct directory. os.rename often doesn't work between filesystems but there still needs to be an atomic means to move the directory into place to ensure that other caches don't overwrite it.

vmrob avatar Jan 18 '17 23:01 vmrob