You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POC buildkit using ipcs as psuedo-local build cache.
How do define a "cache-miss". For instance, LLB vertex is cacheable with hash sha256:foobar, it's impossible to know if the IPFS network does not have content for that hash. We either traverse the full network, limit hops to certain depth, set a timeout on fetching the content. On a separate topic, can I race a LLB vertex execution to fetching its cache?
The text was updated successfully, but these errors were encountered:
Yes exactly, thanks for commenting @AkihiroSuda. I only just started digging through buildkit's cache code, so I'm not that familiar with it yet. For buildkit's containerd worker, does buildkit cache using containerd's content store through its proxy content store? If so, how does the runc worker cache?
POC
buildkit
usingipcs
as psuedo-local build cache.sha256:foobar
, it's impossible to know if the IPFS network does not have content for that hash. We either traverse the full network, limit hops to certain depth, set a timeout on fetching the content. On a separate topic, can I race a LLB vertex execution to fetching its cache?The text was updated successfully, but these errors were encountered: