Re: [Dev] Packaging the Kubernetes Artifacts

2016-03-01 Thread Vishanth Balasubramaniam
Thanks Isuru. Noted, will do it that way. On Tue, Mar 1, 2016 at 1:45 PM, Isuru Haththotuwa wrote: > Hi Vishanth, > > Few comments: > >- Move the property kubernetes.artifacts.version to root pom >- No need to define profiles, common plugins (assembly) and >

Re: [Dev] Packaging the Kubernetes Artifacts

2016-03-01 Thread Isuru Haththotuwa
Hi Vishanth, Few comments: - Move the property kubernetes.artifacts.version to root pom - No need to define profiles, common plugins (assembly) and repositories in each pom, they can be declared in the root pom and inherited. On Tue, Mar 1, 2016 at 9:29 AM, Vishanth Balasubramaniam

Re: [Dev] Packaging the Kubernetes Artifacts

2016-02-29 Thread Vishanth Balasubramaniam
Thanks Imesh. On Tue, Mar 1, 2016 at 7:27 AM, Imesh Gunaratne wrote: > > On Tue, Mar 1, 2016 at 7:16 AM, Imesh Gunaratne wrote: > >> >> WSO2 has repeated in the artifact names, see above >> Might be better to rename wso2am-docker-1.0.0.zip >> to

Re: [Dev] Packaging the Kubernetes Artifacts

2016-02-29 Thread Imesh Gunaratne
On Tue, Mar 1, 2016 at 7:16 AM, Imesh Gunaratne wrote: > > WSO2 has repeated in the artifact names, see above > Might be better to rename wso2am-docker-1.0.0.zip > to wso2am-dockerfile-1.0.0.zip > > I have now fixed above:

Re: [Dev] Packaging the Kubernetes Artifacts

2016-02-29 Thread Imesh Gunaratne
Hi Vishanth, Few things I noted: [INFO] WSO2 WSO2 API Manager Docker Artifacts [INFO] WSO2 WSO2 API Manager Kubernetes Artifacts [INFO] WSO2 WSO2 Application Server Docker Artifacts [INFO] WSO2 WSO2 Application Server Kubernetes Artifacts [INFO] WSO2 WSO2 Business Process Server Docker Artifacts

Re: [Dev] Packaging the Kubernetes Artifacts

2016-02-28 Thread Chamila De Alwis
Hi Vishanth, The plan is to have the base image in Docker Public registry so that anyone can pull it whenever they want. However, IMO we should also ship the common image artifacts, in case the users need to modify the Base image. We can additionally link the common Dockerfile with the Docker

[Dev] Packaging the Kubernetes Artifacts

2016-02-28 Thread Vishanth Balasubramaniam
Hi, This is to discuss the packaging structure of Kubernetes Artifacts. The project structure is attached [1]. The plan is to package the Docker related distributions and Kubernetes related distributions separately per product. Docker related distribution of a product would look like this.