diff --git a/pkg/machine/ocipull/pull.go b/pkg/machine/ocipull/pull.go index 0ae95f4130..120c221ef2 100644 --- a/pkg/machine/ocipull/pull.go +++ b/pkg/machine/ocipull/pull.go @@ -87,7 +87,8 @@ func pull(ctx context.Context, imageInput types.ImageReference, localDestPath *d } copyOpts := copy.Options{ - SourceCtx: sysCtx, + SourceCtx: sysCtx, + DestinationCtx: sysCtx, } if !options.quiet { copyOpts.ReportWriter = os.Stderr