mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 01:01:08 +00:00
This subrequest is similar to `buildctl debug dump-llb` but works on a running buildkit daemon with the dockerfile frontend. The `--call=convertllb` 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 <jonathan.sternberg@docker.com>