Merge pull request #1219 from aluzzardi/engine-pull-vertex
engine: Pull: fix vertex name in logs
This commit is contained in:
commit
666561f7b8
@ -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.
|
||||||
|
Reference in New Issue
Block a user