Skip to content

v1.0.0

No due date 88% complete

Version v1.0.0 means that docker-builder is ready for use in services that build containers for customers as part of their product.

The primary focuses of the tasks towards this effort will be:

  • separating the core building logic from the request orchestration
    • this is essential the leader/follower model - it will allow for proper build isolation and more…

Version v1.0.0 means that docker-builder is ready for use in services that build containers for customers as part of their product.

The primary focuses of the tasks towards this effort will be:

  • separating the core building logic from the request orchestration
    • this is essential the leader/follower model - it will allow for proper build isolation and more reliable methods for external orchestration of docker-builder itself
  • tightening up input and output interfaces
  • this will allow vendors to use their own interface to handle the build requests and pass them off to be built by the builder
  • this also includes clearly defined output for the purposes of distinguishing result types (i.e. did my build fail or did docker itself encounter an error inside the follower container)
Loading