Merge branch 'development' into lint-update

This commit is contained in:
Jonathon Anderson
2023-02-02 14:38:33 -07:00
committed by GitHub
92 changed files with 1029 additions and 377 deletions

View File

@@ -130,8 +130,9 @@ 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,
RemoveSignatures: true,
})
if err != nil {
return err