Dave Trudgian

Results 114 issues of Dave Trudgian

Singularity 3.7.0 Within the e2e tests we have experienced occassional failures in termination of a `singularity exec` call that uses `--fakeroot`. This is most often happening in the `ImageVerify()` function...

Testing
e2e

## Version of Singularity: master f0cd4b48 ### Expected behavior PKCS8 is the default style of PEM that will come out of the familiar `openssl` tool and other things people might...

encryption

## Version of Singularity: master ### Expected behavior An encrypted SIF created on a machine with a lot of RAM can be used on a device with significantly less RAM....

encryption

The addition of `Generator.envMap` and its use for caching env vars requires it to be non-nil, or a call to `AddProcessEnv()` will panic within `addEnv()` at: https://github.com/opencontainers/runtime-tools/blob/59cdde06764be8d761db120664020f0415f36045/generate/generate.go#L532 `envMap` is initialized...

The singularity-cri and wlm-operator projects were created by Sylabs to explore interaction between the Kubernetes and HPC worlds. In 2020, rather than dilute our efforts over a large number of...

**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...

enhancement
good first issue

**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...

techdebt

**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...

bug
good first issue
backport

**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...

good first issue
techdebt

**Is your feature request related to a problem? Please describe.** CPU usage of an instance should be shown in a percentage value, but is currently in nanoseconds. **Describe the solution...

enhancement