Created
January 5, 2023 20:33
-
-
Save tsibley/02203063ec39488d7e2a0c9e5344d696 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # XXX TODO: Since Singularity normally supports local paths to image files | |
| # or directories, it's possible someone might try to pass that. We're | |
| # treating those as Docker image names unqualified by docker://, which may | |
| # cause confusion. Doing: | |
| # | |
| # assert url.scheme or not Path(url.path).exists() | |
| # | |
| # might help… or it might cause false positives and different confusion. | |
| # Let's not for now and wait and see. | |
| # -trs, 5 Jan 2023 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment