Lots of cleanups, added vnfs package and utilizing config package for constants

This commit is contained in:
Gregory Kurtzer
2020-11-09 17:24:35 -08:00
parent 76a8b2c135
commit f3ec8ee923
20 changed files with 206 additions and 93 deletions

View File

@@ -126,8 +126,8 @@ func (p *puller) pull(ctx context.Context, uri, dst string) (err error) {
// copy to cache location
_, err = copy.Image(ctx, policyCtx, cacheRef, srcRef, &copy.Options{
ReportWriter: os.Stdout,
SourceCtx: p.sysCtx,
//ReportWriter: os.Stdout,
SourceCtx: p.sysCtx,
})
if err != nil {
return err