Merge pull request #1219 from aluzzardi/engine-pull-vertex

engine: Pull: fix vertex name in logs
This commit is contained in:
Andrea Luzzardi
2021-12-14 16:31:22 +01:00
committed by GitHub

View File

@@ -35,7 +35,7 @@ func (c *pullTask) Run(ctx context.Context, pctx *plancontext.Context, s solver.
st := llb.Image( st := llb.Image(
ref.String(), ref.String(),
withCustomName(v, "FetchContainer %s", rawRef), withCustomName(v, "Pull %s", rawRef),
) )
// Load image metadata and convert to to LLB. // Load image metadata and convert to to LLB.