Justin Cook
Justin Cook
@ghuls Sorry. Got my issues mixed up! After discussion with a developer I believe that both of these behaviors are correct for the functionality provided by Singularity. In the first...
If you set the `-run` flag to `TestE2E/HELP/TestHelp` you can get the effect, but that's a lot to try and remember when you just want to test a single function
This seems like a bug to me as well.
I opened (https://github.com/sylabs/singularity-userdocs/issues/184) to help better determine the ordering of this as well. Thanks for the report @Flamefire !
It looks like (from the code) they are just two ways to do the same thing. `sudo singularity oci kill myc KILL` is the same as `sudo singularity oci kill...
@vsoch I wonder if this could just be done just with the environment variable? If the admin sets `SINGULARITY_CACHEDIR` in either `/etc/environment`, `/etc/profile.d/singularity` or some other location, that would have...
@fbartusch It looks like you can do this with an environment variable, but as @vsoch discusses maybe it would be useful to have some settings in the config. Could you...
@ikaneshiro ping!
https://codecov.io/gh/sylabs/singularity-cri
I think the focus should be on `linux-amd64`, `linux-arm64` (`armv8`),`linux-ppc64`, and `linux-arm32`, in that order. The 32-bit of arm may not be needed depending on what devices we want to...