ReproNim / containers

Containers "distribution" for reproducible neuroimaging
Apache License 2.0
26 stars 16 forks source link

WiP: update our singularity docker shim to fixup tests etc #42

Closed yarikoptic closed 3 years ago

yarikoptic commented 4 years ago

Unfortunately we do not have (yet) cron job running tests, so at some point things went awry and I am not sure when. This PR is WiP toward resolving them.

Part of the problem precluding update of our shim is also that singularity docker images are flawed - have no suid set, reported to @vsoch .

When done, it should close #40

vsoch commented 4 years ago

@yarikoptic let me know how I can help. I can manually push the base with setuid for that particular slim tag, but it still remains a mystery why it wasn't there via the automated build.

yarikoptic commented 4 years ago

Thank you @vsoch! I think with ad-hoc chmod as in the PR that issue is a non-issue for us ;) yet to figure out what other things have changed