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
commit 666561f7b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.