Remove env hack for invalidating run
without invalidating mount cache
#150
Labels
upstream
Waiting for fix in an upstream dependency
A hack was introduced in #147 to add an environment variable to the llb.ExecOp when
ignoreCache
is used instead of usingllb.IgnoreCache
. The llb option has the undesired effect of also invalidating all cache associated with mounts, which is generallly not what users want in HLB.There is an open issue in buildkit: moby/buildkit#1213
We should re-evaluate and remove this hack when the above issue is resolved.
The text was updated successfully, but these errors were encountered: