Skip to content

Instantly share code, notes, and snippets.

@tsibley
Created January 5, 2023 20:33
Show Gist options
  • Select an option

  • Save tsibley/02203063ec39488d7e2a0c9e5344d696 to your computer and use it in GitHub Desktop.

Select an option

Save tsibley/02203063ec39488d7e2a0c9e5344d696 to your computer and use it in GitHub Desktop.
# 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