singularity
singularity copied to clipboard
SingularityCE is the Community Edition of Singularity, an open source container platform designed to be simple, fast, and secure.
**Is your feature request related to a problem? Please describe.** The hybrid fakeroot workflow creates / enters namespaces and performs container setup in an order that is not compatible with...
**Type of issue** Testing **Description of issue** The unit tests and e2e/security tests currently perform limited tests of seccomp filters being applied as expected. Unit testing checks some internal translation...
**Describe the solution you'd like** The `--gpus` flag for the nvidia docker runtime will configure the `nvidia-container-cli` setup so that e.g. ``` --gpus "all,capabilities=utility" ``` is equivalent to `NVIDIA_VISIBLE_DEVICES=all`, `NVIDIA_DRIVER_CAPABILITIES=utility`....
**Version of Singularity** ``` $ singularity --version 3.9.3 ``` **Describe the bug** `singularity run --nv e4s-gpu-x86_64.sif` fails to give access to A100. Before upgrading to 3.9.3 I was able to...
**Version of Singularity** 3.7.3 I also get the same behaviour with version 3.9. **Describe the bug** When I try to execute the container using "sudo singularity exec --bind /home/marcrigter/github/mopo:/home/mopo mopo.sif...
**Describe the solution you'd like** SingularityCE can apply security restrictions, such as selinux rules, seccomp filters via a --security flag. However, this only works for root. Since SingularityCE focuse on...
Can't pull signed images from registry where /etc/containers/policy.json enforces signature checks
### attempting to pull the redhat RHEL 8 universal base image fails when running on RHEL8 ``` [rbello@cuttlefishdev1 rhel-kernel-dev]$ singularity pull docker://registry.access.redhat.com/ubi8/ubi INFO: Converting OCI blobs to SIF format INFO:...
**Version of Singularity** ``` $ singularity --version singularity-ce version 3.9.2 ``` **Describe the bug** When running a demo container I get the error: `container creation failed: failed to add as...
I’m using Singularity v3.9.0. I have a Docker registry running with a self-signed certificate. I managed to be able to pull images from this registry by adding the following to...
**Is your feature request related to a problem? Please describe.** It is not possible to checkpoint and restore running SingularityCE containers using in-built or simple methods. **Describe the solution you'd...