Resolve: "Images and their configuration presets"
- Created a new Container and Tag structure to simplify CYST configuration parsing
- Using a single "database" to store Docker containers and match them against CYST configuration
- Simplified parser to use database-unrelated objects (it needs to run only once)
-
node
androuter
images were uploaded into the registry - Updated CYST configuration (types and versions)
- Container dependency resolution doesn't work right now (the restart always policy solves this for now)
- Only the used images are downloaded (pulled)
Closes #4 (closed)