diff --git a/source/containerimage/pull.go b/source/containerimage/pull.go index a8af7be2..75c292cd 100644 --- a/source/containerimage/pull.go +++ b/source/containerimage/pull.go @@ -237,7 +237,7 @@ func showProgress(ctx context.Context, ongoing *jobs, cs content.Store) { } if !j.done { - info, err := cs.Info(ctx, j.Digest) + info, err := cs.Info(context.TODO(), j.Digest) if err != nil { if content.IsNotFound(err) { pw.Write(j.Digest.String(), progress.Status{