Justin Cook

Results 24 issues of Justin Cook

Actions download images before checking for `--fakeroot` support. They should probably check for support than download if OK. Related to #3927 ``` $ singularity run --fakeroot docker://centos id INFO: Converting...

ImageBuilding

This was originally found by @sushma-98 and I'm verifying it is an issue today. In this case, the container c6 is a centos6 container and I'm running on a SLES11SP4...

Enhancement
OCI
Release 3.5

It would be nice to have the state of all `oci` containers without having to know their name. This is becoming evident during testing of `oci` as its common to...

Enhancement
help wanted
OCI

## Version of Singularity: 3.2.0rc2 ``` [vagrant@localhost singularity]$ singularity --verbose plugin compile examples/plugins/test-plugin [vagrant@localhost singularity]$ singularity --debug plugin compile examples/plugins/test-plugin DEBUG [U=1000,P=9132] func53() sourceDir: /home/vagrant/singularity/examples/plugins/test-plugin; sifPath: /home/vagrant/singularity/examples/plugins/test-plugin/test-plugin.sif DEBUG [U=1000,P=9132] buildPlugin()...

Enhancement
Plugin

## Version of Singularity: master * Edit `Makefile` to have `-run TestHelp -v` arguments to `go test` ``` [vagrant@localhost singularity]$ SINGULARITY_E2E=1 make -C builddir e2e-test make: Entering directory `/home/vagrant/singularity/builddir' TEST...

Bug
Testing
e2e

## Version of Singularity: 3.1.0-2 ``` 0) U: Sylabs Admin () C: 2018-11-01 18:20:02 -0400 EDT F: 8883491F4268F173C6E5DC49EDECE4F3F38D871E L: 4096 -------- ``` It would be good to let the user...

Question
Documentation
keys

## Version of Singularity: 3.1-2 ### Expected behavior ``` $ singularity keys list Public key listing (/home/justin/.singularity/sypgp/pgp-public): 1) U: Sylabs Admin () C: 2018-11-01 18:20:02 -0400 EDT F: 8883491F4268F173C6E5DC49EDECE4F3F38D871E L:...

Question
Documentation
keys

## Version of Singularity: 3.1.0 Why are there two signals for `oci kill`? Both the `--signal` option and the argument `signal` at the end. Also, why does kill not work...

Question
OCI

## Version of Singularity: 3.0.1 ### Expected behavior `$ singularity --debug pull --nohttps library://alpine:latest` `` ### Actual behavior It doesn't say anything. Even in debug.

Enhancement
Documentation
BehaviorChange

I want to review all the documentation present for technical and grammatical correctness.

documentation
testing