From 85a4825237a10dae1db5b658c187c262c550c670 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Tue, 14 Dec 2021 15:41:44 +0100 Subject: [PATCH] engine: Pull: fix vertex name in logs Signed-off-by: Andrea Luzzardi --- plan/task/pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.