singularity icon indicating copy to clipboard operation
singularity copied to clipboard

Singularity has been renamed to Apptainer as part of us moving the project to the Linux Foundation. This repo has been persisted as a snapshot right before the changes.

Results 103 singularity issues
Sort by recently updated
recently updated
newest added

Allows you to copy files between the container and host. Currently the only way to transfer files is to bind in a writable directory. This will need further investigation and...

FeatureRequest
NeedsInvestigation

To prevent the possibility of any ToCToE attacks, we should use `openat()` when looking at a directory and later opening a file contained within that directory. This will require a...

TechnicalDebt
NeedsInvestigation

## 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: d95ecd3c41915a988f615e33d2e5fbeeabdb4522 ### Expected behavior `singularity keys remove xxx` removes private keys or there's a `singularity keys remove --secret xxx` ### Actual behavior `singularity keys remove xxx`...

FeatureRequest

Add `singularity mount` command to mount images in current shell (**root user only**)

Enhancement
FeatureRequest

Use cache for unpacked images pulled from docker/library/shub when used with user namespace. The idea is to use somehow the cache for on-the-fly extracted images when running `singularity exec docker://alpine...

Enhancement
FeatureRequest

## 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