mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 17:18:11 +00:00
This allows clients to specify that LLB states should be grouped in progress output under a custom name. Status updates for all vertexes in the group will show up under a single vertex in the output. The intended use cases are for Dockerfile COPY's that use MergeOp as a backend and for grouping some other internal vertexes during frontend builds. Signed-off-by: Erik Sipsma <erik@sipsma.dev>