Replies: 2 comments 3 replies
-
@tonistiigi please help me. thanks :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ops can have many multiple cache keys. Eg. image can be cached both by root manifest digest and image config rootfs digest. ExecOp can return multiple outputs. One for each readwrite mount. It is not possible in Dockerfile to refer back to other mounts but this is possible in LLB. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1: an edge's cacheMapReq will be called many times? why. edge.go:429
2: commitOptions() why an edge has many CacheKey when e.deps ==0
3:func (e *edge) execOp(ctx context.Context) (interface{}, error). why res := results[int(index)]?? just use a single result?
ops.exec.go:Exec will return many Results.
Beta Was this translation helpful? Give feedback.
All reactions