Re: Supporting dynamically build / publish docker images in cartridge deployment

2014-10-04 Thread Imesh Gunaratne
Hi Sajith, Thanks for the clarification, it sounds good. Thanks -- Imesh Gunaratne Technical Lead, WSO2 Committer & PMC Member, Apache Stratos

Re: Supporting dynamically build / publish docker images in cartridge deployment

2014-10-03 Thread Sajith Kariyawasam
Hi Imesh, What I meant was a Docker registry (Could be docker hub or a private docker registry configured for Stratos). That would also be a docker container running in Stratos environment which is based on the 'registry' docker image. We can make it configurable if we want whether to use the pri

Re: Supporting dynamically build / publish docker images in cartridge deployment

2014-10-02 Thread Imesh Gunaratne
Hi Sajith, Great! Thanks for the clarification. When we say registry here are we referring Docker Registry or one of the Stratos Registries? Thanks On Fri, Sep 12, 2014 at 10:39 AM, Sajith Kariyawasam wrote: > Hi Imesh, > > What I thought was to define a Docker image file location (github url)

Re: Supporting dynamically build / publish docker images in cartridge deployment

2014-09-11 Thread Sajith Kariyawasam
Hi Imesh, What I thought was to define a Docker image file location (github url) in the cartridge definition json, and to build the Image and push to the registry during the cartridge deployment time. So will be managing docker images in registry, and the Docker image definition files (Dockerfile

Re: Supporting dynamically build / publish docker images in cartridge deployment

2014-09-05 Thread Imesh Gunaratne
Hi Sajith, Are we looking at managing Docker images in registry or Docker image definition files? Thanks On Thu, Sep 4, 2014 at 4:03 AM, chris snow wrote: > Hi Sajith, > > At the moment the Stratos in docker images have to be built manually > (with a single command). I haven't put much effor

Re: Supporting dynamically build / publish docker images in cartridge deployment

2014-09-04 Thread chris snow
Hi Sajith, At the moment the Stratos in docker images have to be built manually (with a single command). I haven't put much effort into automation because of questions around licensing as all docker images are based on Linux and will probably inherit the GPL license. Many thanks, Chris On Thu,

Supporting dynamically build / publish docker images in cartridge deployment

2014-09-04 Thread Sajith Kariyawasam
Hi Devs, As mentioned in Lakmal's previous mail "Stratos and Kuburnetes and docker support", its better if we can support dynamically build and push Docker images to the registry during a cartridge deployment. I think its a great feature to have, and can be supported by using CI tools like Jenkin