Files
zot/pkg/storage/imagestore
Ramkumar Chinchani 03f6be5702 fix(storage): avoid double-prefixing rootDir for cache-relative blob records
Guard cache path normalization so rootDir is joined only for truly cache-relative
records. This prevents malformed paths like root/root/... when dstRecord already
contains rootDir, avoiding stat failures and unnecessary cache churn.

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
2026-06-16 22:09:36 -07:00
..