Ian Kaneshiro
Ian Kaneshiro
Update singularity docs to use `repo:tag` when referencing OCI registries instead of `image:tag`. Originally discussed here: https://github.com/sylabs/singularity/pull/3749#discussion_r296746363 > The nomenclature I've seen more is to call that a repo and...
Have a CI job that runs against the newest version of go available will be beneficial as it gives us a chance to catch any potential future errors that we...
Allows you to copy files between the container and host. Currently the only way to transfer files is to bind in a writable directory. This will need further investigation and...
Singularity should have a way to manage secrets so that they're available at build time but excluded from the final image. Specifically being able to manage deploy-keys easily and in...
## Version of Singularity: ``` singularity version 3.0.0-274.g224e2e91 ``` ### Expected behavior ``` $ singularity build test.sif docker://ubuntu INFO: Starting build... FATAL: While performing build: conveyor failed to get: error...
Follow up from https://github.com/apptainer/apptainer/pull/577
### Version of Apptainer: We currently reach out to `https://keys.sylabs.io` in the e2e tests for pulling public keys dynamically, we should consider spawning and using a local keyserver just like...
Warewulf needs a CLA for the project. Please review and add comments on: https://docs.google.com/document/d/1uaREO0Fke9rND6abjZtMf4ASou0Zaejtv4Yix7I3O8c/edit
## Description It is evident that the interaction of cgroups memory limits and the squashfs filesystem implementations on older, but still in use, linux kernel versions. This has been noted...