Project

General

Profile

Feature #8311

Updated by Peter Amstutz over 6 years ago

Crunch-run capability to mount the contents of a git repository checkout for a given commit, as documented http://doc.arvados.org/api/methods/containers.html 

 Container request should allow branch/tag, must resolve to a git commit hash for container record mounts. 

 To minimize dependencies, consider using pure Go git library instead of using "git" subprocess: 

 https://github.com/src-d/go-git 

Back