Dave Trudgian

Results 120 issues of Dave Trudgian

## Which Document page: Various, but especially - https://sylabs.io/guides/3.4/user-guide/singularity_and_docker.html ### Expected results: Concepts are expressed as simply as possible. ### Actual results: There is a lot of use of the...

Expand the documentation for the `--env-file` option to cover multiple `--env-file`s from https://github.com/sylabs/singularity/pull/2855 https://docs.sylabs.io/guides/latest/user-guide/environment_and_metadata.html#env-file-option The source is in: https://github.com/sylabs/singularity-userdocs/blob/main/environment_and_metadata.rst The documentation should show an example of how to use multiple...

Library URLs can now include a hostname (3.8)

In `e2e/verify/verify.go` we require a kernel >= 4.18 to start an OCSP responder, and run the OCSP tests. This kernel version requirement was used as a proxy for CentOS 7...

There are a number of image build tests that use CentOS 7 to test creating a container from a yum bootstrap - remove / modify these, ensuring that there is...

The examples directory (https://github.com/sylabs/singularity/tree/main/examples) contains example definition files for CentOS & SUSE. Remove the CentOS 7 examples. Check that any SUSE examples refer to SLES / OpenSUSE 15 only.

This examples repository has become a bit stale, so we need to revise what's here, and add additional content that usefully demonstrates how to build different kinds of Singularity containers....

Implement a simple, attractive, easy to navigate HTML report of scan results

Implement SSL certificate checks/use so that we can verify we are talking to a trusted Clair instance, and that only our trusted Clair instance is pulling the image we tell...