singularity icon indicating copy to clipboard operation
singularity copied to clipboard

SingularityCE is the Community Edition of Singularity, an open source container platform designed to be simple, fast, and secure.

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

**Version of Singularity** ``` $ singularity --version singularity version 3.7.3-1.el7 ``` **Describe the bug** Singularity does not unmount the `sif` containers after running. After a while, all loop devices are...

needs investigation

Bumps [github.com/vbauerster/mpb/v8](https://github.com/vbauerster/mpb) from 8.1.2 to 8.1.4. Commits 314158f v8.1.4 718f4e6 v8.1.3 cca8a06 go get golang.org/x/sys e269438 defer close(sync), cb may panic 7bc9cf2 type syncTable b140862 minor: code style 69b6adf minor:...

dependencies

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.8 to 0.4.0. Commits 1bdb400 language: remove compatibility with go < 1.2 252bee0 go.mod: ignore cyclic dependency for tagging ecab6e5 go.mod: ignore cyclic dependency for tagging 369c86b...

dependencies

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.8 to 0.4.0. Commits 1bdb400 language: remove compatibility with go < 1.2 252bee0 go.mod: ignore cyclic dependency for tagging ecab6e5 go.mod: ignore cyclic dependency for tagging 369c86b...

dependencies

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.19+incompatible to 20.10.20+incompatible. Release notes Sourced from github.com/docker/docker's releases. v20.10.20 This release of Docker Engine contains partial mitigations for a Git vulnerability (CVE-2022-39253), and has updated handling...

dependencies

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.19+incompatible to 20.10.20+incompatible. Release notes Sourced from github.com/docker/docker's releases. v20.10.20 This release of Docker Engine contains partial mitigations for a Git vulnerability (CVE-2022-39253), and has updated handling...

dependencies

## Description of the Pull Request (PR): Depends on #1021 Add an `--oci` flag to actions (run/shell/exec) that calls the (no-op) OCI launcher instead of the singularity native runtime launcher....

Extend the OCI launcher so that it can run an OCI bundle that is on-disk in a specified location. I.E. ``` singularity run oci-bundle:ubuntu-bundle ``` Should work roughly the same...

enhancement
roadmap

Building on #1023, allow `singularity shell oci-bundle:mybundle` to launch the container, with a default shell. The execution of the shell should follow the current action script behavior, i.e. try *...

enhancement
roadmap

In the OCI launcher flow, the launcher should be able to directly `run/shell/exec` from the following sources: * docker: * docker-daemon: * oci: * docker-archive: This should be accomplished by...

enhancement
roadmap