singularity
singularity copied to clipboard
SingularityCE is the Community Edition of Singularity, an open source container platform designed to be simple, fast, and secure.
**Version of Singularity** What version of Singularity are you using? Run: singularity version 3.6.3 **Describe the bug** Unable to push the unsigned singularity image to library using this command ```...
**Version of Singularity** main **Describe the bug** The following definition file fails to build: ``` 09:38 am $ cat test.def BootStrap: docker From: ubuntu:latest Stage: devel %post mkdir -p /usr/mydir/mysubdir...
**Is your feature request related to a problem? Please describe.** Ticket #2501 **Describe the solution you'd like** I believe most of users want to see the output message of the...
### Type of issue Technical debt ### Description of issue Evaluate the prospects for refactoring and/or generalizing the native-mode code that passes FUSE mounts _by file descriptor_ from host to...
Transferred to my fork from #2360
The apptainer issue... https://github.com/apptainer/apptainer/issues/1616 .. was opened because a user noticed a loss of fall-back to using registry credentials in `~/.docker/config.json` (which are stored by `docker login`). We should investigate...
**Version of Singularity** `singularity-ce version 3.11.0+526-g0cd5affc0` (checked out from `main`) **Describe the bug** After certain sequences of `singularity remote` / `sudo singularity remote` commands, there is "clutter" left in the...
**Version of Singularity** What version of Singularity are you using? Run: singularity-ce version 3.11.3-dirty **Describe the bug** A clear and concise description of what the bug is. It appears that...
**Is your feature request related to a problem? Please describe.** When running a container inside a WSL 2 console, GPU is not HW accelerated. **Describe the solution you'd like** Add...
Currently, building an OCI-SIF using [buildkit](https://github.com/moby/buildkit) first builds a tar file of the OCI image, and then converts that tar to an OCI-SIF by treating it as a source for...