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
dockerfile: add subrequest for dumping LLB contents for dockerfile
This subrequest is similar to `buildctl debug dump-llb` but works on a
running buildkit daemon with the dockerfile frontend. The
`--call=dumpllb` option can be used to dump the raw LLB along with the
metadata and anything else in the definition to a JSON format.
This is useful for debugging purposes.
Signed-off-by: Jonathan A. Sternberg <[email protected]>
0 commit comments