Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@kaczmarj kaczmarj released this 16 Aug 23:03
· 963 commits to master since this release
  • neurodocker generate respects order of arguments when generating Dockerfile.
  • Default entrypoint bash script is used (/neurodocker/startup.sh), and packages shell files are sourced there. This eliminates the need for some ENV layers.
  • Add options --user, --install, --env, --expose. Options can be used multiple times.
  • Use git describe for neurodocker version.
  • Test software packages as non-root user.
  • Update testing to only build Docker image if the Dockerfile has changed.
  • Fix whiteout file issue in Miniconda installation.
  • Add perl to FreeSurfer dependencies.
  • Add cli command neurodocker reprozip-merge to merge multiple ReproZip pack files.
  • Updated tests to cover additions.