teamhephy / builder

MIT License
3 stars 12 forks source link

s2i (source2image) builder #27

Open Cryptophobia opened 6 years ago

Cryptophobia commented 6 years ago

From @tmc on August 20, 2016 0:9

Would an s2i builder for deis be feasible?

Copied from original issue: deis/builder#414

Cryptophobia commented 6 years ago

From @mboersma on August 20, 2016 3:20

@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.