Skip to content

Feature/registry build server

Dominic Kempf requested to merge feature/registry-build-server into master

Implement a aiohttp server that can be connected with both gitlab and buildbot to trigger registry rebuilds

TODOs:

  • Scheduler for parallel docker builds
  • Docker interface for image builds

Topics for the future that will not be covered by this merge request:

  • HTTP Server Setup
  • Email listening for triggers
  • Buildbot interface
  • Logging and error handling

Merge request reports