singularity
singularity copied to clipboard
Singularity has been renamed to Apptainer as part of us moving the project to the Linux Foundation. This repo has been persisted as a snapshot right before the changes.
## Version of Singularity: `3.1.0-rc2` (not confirmed on more recent version) ### Expected behavior Given a recipe with an invalid MirrorURL such as: ``` Bootstrap: yum # OSVersion: 7 #works...
### Version of Singularity: What version of Singularity are you using? Run: ``` $ singularity version 3.5.3 ``` ### Expected behavior When I run `singularity pull out.sif docker://ubuntu`, I want...
## Version of Singularity: 3.1.0-1.el7.centos ### Expected behavior According to IEEE Std 1003.1-2001, environment variables may contain any character except '=', even though some shells such as Bash do not...
## Version of Singularity: 3.2.1 ### Expected behavior Tests run after build behave the same as tests run with `singularity test` ### Actual behavior Environment as defined by %environment is...
There is an e2e test for the situation in which a user's home directory is not writable, but there does not seem to be a test for the situation in...
To keep PR #4069 smaller, this will be done in a separate PR. The idea is to run multiple instances with both ext3 overlay image and ext3/SIF container images to...
## Version of Singularity: Master. ### Expected behavior Have e2e tests for the encryption feature. This issue is related to issue #4242 and focuses on e2e tests for the worked...
## Version of Singularity: master. ### Expected behavior This is in the context of the e2e tests only. After signing an image, we should verify that it is correctly signed...
## Version of Singularity: ``` 3.3 ``` ### Expected behavior We should be testing `key newpair` (and all the key commands) that does not have a password. The e2e testing...
## Version of Singularity: master. ### Expected behavior Checking the environment variables should be done as close as possible to the CLI code. As a result, the code for the...