Dave Trudgian

Results 114 issues of Dave Trudgian

A new command e.g. `singularity data` or a subcommand on `singularity sif` (TBD) should allow the creation of an OCI-SIF image that only holds data. This OCI-SIF image: * Will...

When an OCI-SIF image is `push`-ed to an OCI registry, and it is requested to use the tar layer format (#2848) then overlays must be handled as part of the...

Where an OCI-SIF image contains an extfs overlay (#2867) a new subcommand `singularity overlay seal` will: * Convert the extfs overlay into a read-only squashfs format layer. * Update the...

In --oci mode, when an OCI-SIF containers an overlay (#2867) and `--writable` is specified on the command line, the overlay should be applied as a read-write overlay, accepting changes made...

When an OCI-SIF image containers an overlay (#2867) then it should be read-only overlayed onto the container rootfs.

The `singularity overlay create` command should be extended to add an extfs overlay to an OCI-SIF image, in a similar way as is done for a native mode SIF. The...

The `console` highlighter for `code-block`s shows commands and output quite clearly compared to `none`. We should consider switching where appropriate throughout the rst source. `console` is only used in 2...

See: https://github.com/sylabs/singularity/issues/5068 It's possible for an incorrect `XDG_RUNTIME_DIR` for the current user (happens with `su` and `sudo`) can lead to permission issues on directories that `containers/image` wants to access. Write...

We need to clearly call out things that don't work, or behave differently in non-setuid and setuid but user-namespace mode. This is a very common theme in issues posted to...

## Which Document page: Various ### Expected results: Consistent hard wrapped lines (80 column), or consistent long lines that assume editor word-wrapping. ### Actual results: A mix of hard wrapped...

good first issue