daemon: agent-driven workspace images — repo→image registry (GET/PUT/DELETE /api/repos), spawn resolves custom image, self-healing lvmh-ops control container with docker.sock; 132 tests, e2e 87/87

This commit is contained in:
Raphael Westphal
2026-08-18 23:54:09 +02:00
parent 8fcaeb7c03
commit 7287b831e4
15 changed files with 1216 additions and 38 deletions
+1
View File
@@ -73,6 +73,7 @@ func run(args []string) error {
if err != nil {
return fmt.Errorf("docker client: %w", err)
}
spawner.StartOpsLoop(spawnerCtx)
srv := NewServer(store, hub, spawner, gitlab)
httpServer := &http.Server{