Re: s2i spec, doc ?

2018-06-21 Thread Ben Parees
On Thu, Jun 21, 2018 at 4:00 PM, Charles Moulliard wrote: > > > On Thu, Jun 21, 2018 at 4:21 PM, Ben Parees wrote: > >> >> >> On Thu, Jun 21, 2018 at 6:36 AM, Charles Moulliard >> wrote: >> >>> Hi Charles, >>> >>> The info shared is really valuable as it describes a new BuildStrategy >>> type (

Re: s2i spec, doc ?

2018-06-21 Thread Charles Moulliard
On Thu, Jun 21, 2018 at 4:21 PM, Ben Parees wrote: > > > On Thu, Jun 21, 2018 at 6:36 AM, Charles Moulliard > wrote: > >> Hi Charles, >> >> The info shared is really valuable as it describes a new BuildStrategy >> type (= Custom) that the BuildController will process. >> >> To be honest, I was l

Re: Custom SCC assigned to wrong pods

2018-06-21 Thread Daniel Comnea
Valid points, thank you. I'll reconsider my approach On Wed, Jun 20, 2018 at 9:17 AM, Vyacheslav Semushin wrote: > 2018-06-20 8:22 GMT+02:00 Daniel Comnea : > >> Thanks Slava for reply. >> >> For everyone benefit (in case others come across the same issue) it was >> all down to my custom scc *pr

Re: s2i spec, doc ?

2018-06-21 Thread Charles Moulliard
Many thanks Ben. I will definitively have a look On Thu, Jun 21, 2018 at 4:21 PM, Ben Parees wrote: > > > On Thu, Jun 21, 2018 at 6:36 AM, Charles Moulliard > wrote: > >> Hi Charles, >> >> The info shared is really valuable as it describes a new BuildStrategy >> type (= Custom) that the BuildCo

Re: s2i spec, doc ?

2018-06-21 Thread Ben Parees
On Thu, Jun 21, 2018 at 6:36 AM, Charles Moulliard wrote: > Hi Charles, > > The info shared is really valuable as it describes a new BuildStrategy > type (= Custom) that the BuildController will process. > > To be honest, I was looking about a general document describing the S2i > Spec v1 Archite

Re: s2i spec, doc ?

2018-06-21 Thread Gabe Montero
Additionally, you have https://docs.openshift.org/latest/creating_images/s2i.html#creating-images-s2i On Thu, Jun 21, 2018 at 5:24 AM, Tako Schotanus wrote: > THis is probably a good place to start Charles: https://github.com/ > openshift/source-to-image > > On Thu, Jun 21, 2018 at 10:24 AM Char

Re: s2i spec, doc ?

2018-06-21 Thread Tako Schotanus
This seems to me as something that would be _much_ more limited than an S2I builder? I mean most S2I images need scripts for the building, assembling and running of the resulting image, do you really think that can be properly handled by some fixed commands in a BuildConfig? Now for some simple cas

Re: s2i spec, doc ?

2018-06-21 Thread Charles Sabourdin
cool. I don't think there is a "S2i Spec v1 Architecture, API" because it seem to me that the s2i lifecycle is define in the s2i image (in script assemble, save-artifcat etc...) currently I use something like this : ... sourceStrategy: from: kind: DockerImage name: *mycusto

Re: s2i spec, doc ?

2018-06-21 Thread Charles Moulliard
Hi Charles, The info shared is really valuable as it describes a new BuildStrategy type (= Custom) that the BuildController will process. To be honest, I was looking about a general document describing the S2i Spec v1 Architecture, API, use cases supported and the entities (described as field, ty

Re: s2i spec, doc ?

2018-06-21 Thread Charles Sabourdin
Hi Charles, is that : - https://docs.openshift.com/container-platform/3.9/creating_images/custom.html#creating-images-custom - https://github.com/YannMoisan/openshift-tagger-custom-builder - https://github.com/openshift/origin/blob/master/images/builder/docker/docker-builder/Dockerfile The ki

Re: s2i spec, doc ?

2018-06-21 Thread Tako Schotanus
Aren't the links at the end of the README basically what you're looking for? On Thu, Jun 21, 2018 at 11:37 AM Charles Moulliard wrote: > This project "source-to-image" represents the top part of the iceberg to > build a s2i image but not how it is processed ate the server side by the > BuildConf

Re: s2i spec, doc ?

2018-06-21 Thread Charles Moulliard
This project "source-to-image" represents the top part of the iceberg to build a s2i image but not how it is processed ate the server side by the BuildConfigController On Thu, Jun 21, 2018 at 11:24 AM, Tako Schotanus wrote: > THis is probably a good place to start Charles: https://github.com/

Re: s2i spec, doc ?

2018-06-21 Thread Tako Schotanus
THis is probably a good place to start Charles: https://github.com/openshift/source-to-image On Thu, Jun 21, 2018 at 10:24 AM Charles Moulliard wrote: > Hi, > > Excepted the API and Controller [1], I haven't been able to find another > source of information. So my queation is : Is there a docume

s2i spec, doc ?

2018-06-21 Thread Charles Moulliard
Hi, Excepted the API and Controller [1], I haven't been able to find another source of information. So my queation is : Is there a document presenting and explaining the S2I spec ? Is it possible to discuss/collaborate with Origin team in order to propose enhancements ? How ? [1] https://github.