Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libimage.RuntimeFromStore(): stop overriding the BlobInfoCache location
When it was first introduced, the blob info cache's location didn't change from the system-wide default location when we were running in rootless mode, so we started setting its location ourselves to avoid triggering permissions errors when updating it. The image library has since started taking into account that it was running in rootless mode, but its hardwired default isn't the same as the one we were setting, so we ended up creating a second cache file. Stop doing that. Signed-off-by: Nalin Dahyabhai <[email protected]>
- Loading branch information