Skip to content

Resolve: "Images and their configuration presets"

Jiří Rája requested to merge new-structure-for-image-database into master
  • 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 and router 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)

Merge request reports