singularity
singularity copied to clipboard
SingularityCE is the Community Edition of Singularity, an open source container platform designed to be simple, fast, and secure.
**Type of issue** question: does this type of feature exist **Description of issue** When logged into Singularity Container Services, I'd like to view which account or credentials are in use...
**Version of Singularity** What version of Singularity are you using? Run: ``` $ singularity --version singularity version 3.0.3-1 ``` **Describe the bug** Running on Windows in a vagrant VM, after...
**singularity 3.10.?** The tar balls on the release page contain a binary of conman build for x86_64. So any build for non x86_64 arches will have this binary and so...
**Is your feature request related to a problem? Please describe.** Include Windows WSL2 in the installation documentation (https://docs.sylabs.io/guides/3.10/admin-guide/installation.html#installation-on-windows-or-mac) **Describe the solution you'd like** installation example of SingularityCE from the CUDA...
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.7 to 1.6.8. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.6.8 Welcome to the v1.6.8 release of containerd! The eighth patch release for containerd 1.6 fixes a...
**Is your feature request related to a problem? Please describe.** In certain circumstances, proot may not operate correctly. E.g. newest RHEL 7 kernels, without setting the env var `PROOT_NO_SECCOMP`. **Describe...
**Type of issue** technical debt **Description of issue** SingularityCE has the concept of an image driver plugin, which implements filesystem related operations. At present it is only used in CE...
It is currently possible to remove the public key from the local Singularity keyring. Can this feature be added to remove the private keyring as well? Deleting the files associated...
**Describe the bug** ``` $ sudo singularity build ~/centos.sif examples/centos/Singularity Build target 'centos.sif' already exists and will be deleted during the build process. Do you want to continue? [N/y] y...
**Type of issue** technical debt **Description of issue** The end to end tests in SingularityCE have historically made heavy use of image pulls from `docker://` and `library://` sources. In many...