deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

s2i (source2image) builder #414

Open tmc opened 8 years ago

tmc commented 8 years ago

Would an s2i builder for deis be feasible?

mboersma commented 8 years ago

@tmc Deis Workflow is nice and modular, especially builder, so I think a source-to-image component could be possible. It would require a new s2i component to implement that build strategy and changes to either builder or controller to communicate with it, depending on whether this could be accomplished with a git push command or would be a new deis CLI command.

Cryptophobia commented 6 years ago

This issue was moved to teamhephy/builder#27