Dave Trudgian

Results 120 issues of Dave Trudgian

**Type of issue** packaging **Description of issue** In the review for the addition of singularity-ce to Fedora (https://bugzilla.redhat.com/show_bug.cgi?id=2145834) it was noted that RPMLint finds we install some zero length files:...

needs investigation

Fix failing e2e test due to expired 3rd party certificate chain.

**Type of issue** technical debt **Description of issue** RHEL7 is mainstream EOL in July 2024, followed by SLES12 in October 2024. These distributions have very old kernels and basic userspace...

SingularityCE 4.0 introduced the OCI-SIF format, where OCI images are embedded in a SIF, using OCI structures... albeit with a single SquashFS layer for the rootfs. SingularityCE 4.1 allowed layers...

enhancement

**Type of issue** technical debt **Description of issue** In #8 we disabled go garbage collection for the starter. This was done to avoid the issue in #7 - where if...

techdebt
roadmap

Adapted from: https://github.com/opencontainers/runc/pull/4247 Execution of a container using a PID namespace can fail on certain versions of glibc when Singularity is built with Go 1.22. This is due to Go...

Over on sylabs/singularity, we noticed that some of our end-to-end tests that run Docker SCIF containers (not Singularity containers) started failing overnight, coincident with the release of v0.8.2. We do...

When an OCI-SIF data container (#2872) is pushed then the data held in squashfs format must be converted to a tar layer if requested at push-time (#2848)

The `--bind` and `--mount` syntax in `--oci` mode must allow binding from an OCI-SIF image that only contains data (#2872) onto a location in the container rootfs. The bind should...