Skip to content

Releases: NVIDIA/pyxis

0.4.0

10 Dec 17:34
Compare
Choose a tag to compare
  • 84a31ce Overload the --container-image option to allow squashfs path (#11)
  • c82971f Add --[no-]container-remap-root options (#9)
  • fe96c8c Make a copy of the job's environment returned by the SPANK API
  • b68f565 More verbose logging (#7)
  • a2d8d62 Document that slurmd must be restarted

0.3.0

28 Oct 20:16
Compare
Choose a tag to compare
  • 85aa162 Passthrough the TERM environment variable to enroot
  • ba4e52d Add detailed logging when the seccomp filter fails
  • 75b41a9 Add automatic Coverity scanning
  • 98d91ce Add new plugin arguments --container-mount-home and --no-container-mount-home
  • 0f19e2d Enable passing mount flags to --container-mounts
  • ee79b96 Improve error reporting in spank_option_mount
  • 35f14a7 Perform static mount entries before user-defined entries
  • 4e6c7bc Do not use rprivate mount propagation by default

0.2.0

05 Sep 04:33
Compare
Choose a tag to compare
  • a521ac0 Use raw syscall for memfd_create(2) (#3)
  • c4443dc Enable building against Ubuntu Bionic's packages (#2)
  • dcece65 Hide errors from user_init; save them for task_init_privileged (#1)