polydawn / repeatr

Repeatr: Reproducible, hermetic Computation. Provision containers from Content-Addressable snapshots; run using familiar containers (e.g. runc); store outputs in Content-Addressable form too! JSON API; connect your own pipelines! (Or, use github.com/polydawn/stellar for pipelines!)
https://repeatr.io
Apache License 2.0
68 stars 5 forks source link

Mounts which do not exist cause a crash #101

Closed TripleDogDare closed 7 years ago

TripleDogDare commented 7 years ago

Escape mounts for files/dirs which do not exist cause a panic. Needs better error handling.

warpfork commented 7 years ago

Bulk issue close. We're closing in on the cut-over to the "r200" branch, a major version jump and substantial rewrite of core components, and most of this error handling stuff has changed (hopefully for the better!) so much that this issue has just been left in the dust.

If the issue still exists in the new versions, of course please open an issue with any new symptoms :)

(Mount stuff was rather completely rewritten. If we still have issues in this area, the bug will now be in the https://github.com/polydawn/rio repo, rather than in repeatr, since those features have been broken out!)