cclerget
cclerget
To keep PR #4069 smaller, this will be done in a separate PR. The idea is to run multiple instances with both ext3 overlay image and ext3/SIF container images to...
## Version of Singularity: V3 ### Expected behavior That `limit_container` won't apply when run with user namespace or as root user ### Actual behavior `limit_container` restriction apply to all ###...
Add `singularity mount` command to mount images in current shell (**root user only**)
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...
For example instead of having the export builtin handled by the interpreter, the builtin call is deferred to the `ExecHandler` registered for the interpreter: ``` \export FOO=BAR ``` I don't...
When apptainer is ran inside a cgroup with memory constraints, arbitrary process may be killed by OOM killer. In order to gracefully handle this (while this shouldn't be the responsibility...
By example, to run only e2e tests in ACTIONS group: ``` ./scripts/e2e-test -v -run TestE2E/PAR/ACTIONS ``` To run sequential tests only: ``` ./scripts/e2e-test -v -run TestE2E/SEQ ```
This handles a corner case when joining a container having all the processes running exclusively on isolated CPU cores to force the kernel to schedule runc process on the first...
### Description A customer reported us an issue when attempting to join a running container inside `kubernetes` (`kubectl exec` ...). The container is running a real time application taking advantage...
Depending of `io.Reader` type or of the context, like reading from a stream, the use of `reader.Read` might return less bytes than requested by headers/indexes structures causing an arbitrary shift...