Closed
Description
@oesteban @effigies @chrisfilo @djarecka
i would like to change nipype's container generation and testing using the following approach:
- generate dockerfiles using neurodocker
- check if dockerfile hash has changed or force update is set (need to determine this from PR)
- if force update, regenerate dockerfile
- build docker image if needed or reload minimized image
- run all tests via neurodocker reprozip (in parallel)
- combine all reprozip packs into a single pack
- generate minimized docker image using reprounzip and cache this image
if this sounds good, perhaps @kaczmarj can work on implementing this.