hpcng / nomad-driver-singularity

HashiCorp Nomad driver plugin - Singularity
Mozilla Public License 2.0
25 stars 8 forks source link

hard-coded path to "singularity" executable #31

Open onlyjob opened 5 years ago

onlyjob commented 5 years ago

https://github.com/sylabs/nomad-driver-singularity/blob/master/pkg/plugin/driver.go#L34

This is causing problems like #30.

Basically driver should fail to start/initialise when singularity executable is not found.