diff --git a/plan/task/pull.go b/plan/task/pull.go index 2ff149b1..20d48e9b 100644 --- a/plan/task/pull.go +++ b/plan/task/pull.go @@ -35,7 +35,7 @@ func (c *pullTask) Run(ctx context.Context, pctx *plancontext.Context, s solver. st := llb.Image( ref.String(), - withCustomName(v, "FetchContainer %s", rawRef), + withCustomName(v, "Pull %s", rawRef), ) // Load image metadata and convert to to LLB.