Closed gregwebs closed 10 years ago
Correct, and this is noted in the readme already. Crane is super-simple, and I don't feel a need for dependency resolution. If someone comes up with a really simple solution that does not require the containers to be ordered correctly, I'll have a look at it :)
BTW, that's another reason for JSON: the order semantics are clear.
What is different about the ordering semantics of YAML and JSON? A YAML list/array also maintains its order. I am using YAML and converting it to JSON.
I guess I should have saw that in the README. I will send a pull request to make it more obvious.
For now, this is done in f97727f3154c0b000d11353b79ce7104dfd00443.
It seems that there is no dependency solver and that the deepest container dependencies should be placed in the bottom of the file.
Is this correct? Should I add it to the README?
BTW, both gaudi & fig failed to run my container cluster (I didn't try decking yet though), but crane can, so thanks!