Skip to content

v1.4.2

Compare
Choose a tag to compare
@mlin mlin released this 20 Dec 09:52
· 151 commits to main since this release
3da32ef
  • Allow mypy to recognize type annotations in WDL module (#536 @kinow)
  • Allow privileged docker containers
    • With configuration option [task_runtime] allow_privileged = true (environment MINIWDL__TASK_RUNTIME__ALLOW_PRIVILEGED=true)...
    • and privileged: true is set in a task's runtime {} section...
    • then miniwdl creates task containers with privileged capabilities (as in docker run --privileged ...).
    • Not recommended, for security & portability reasons; but can enable advanced performance optimizations.
  • udocker: invoke with --allow-root by default