storage
storage copied to clipboard
Container Storage Library
lock any staging directory while it is being used so that another process cannot delete it. Now the Cleanup() function deletes only the staging directories that are not locked by...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | golang.org/x/sys | `v0.19.0` -> `v0.20.0` | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/containers/storage). ## Config Migration Needed - [ ]...
extend the overlay driver to use an additional image store on a vfs backend. It works as overlay can simply use the upper most vfs layer as the only lower...
Helps in use cases where a drop-in config could help by allowing users to update a subsection of the config instead of touching an entire config file. e.g. 1. https://github.com/containers/storage/issues/1306...
The gist seems to be: ``` # podman-remote [something that does a pull] Error: committing the finished image: \ failed to put layer using a partial pull: \ rename /var/lib/containers/storage/overlay/staging/1464572085...
Fixes: https://github.com/containers/podman/issues/22473
A minimal prototype for a fix of #1888 . Note that this would immediately break pulling all currently-existing layers. Also this probably increases memory requirements because the TOC exists as...
Could this if statement be removed? https://github.com/containers/storage/blob/2431799327396be3322f440a56567d1d4df733e7/drivers/overlay/overlay.go#L1503-L1506 It seems that `permsKnown` already needs to be true, because otherwise the for loop would have been skipped. Here is the relevant code:...
As seen here: https://github.com/containers/qm/issues/367 I'm not sure if this is the right place to log this issue but the first error message is printed from containers/storage. "podman info" should at...