vendor: update c/storage

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano
2024-09-02 09:02:29 +02:00
parent 8a516c7eb6
commit 5a15e70345
14 changed files with 139 additions and 68 deletions

View File

@@ -289,8 +289,10 @@ func (c *layersCache) load() error {
}
if r.ReadOnly {
// if the layer is coming from a read-only store, do not attempt
// If the layer is coming from a read-only store, do not attempt
// to write to it.
// Therefore,we wont find any matches in read-only-store layers,
// unless the read-only store layer comes prepopulated with cacheKey data.
continue
}