Re: R: Re: Using docker for Camel CI/CD

2015-07-22 Thread Andrea Cosentino
I've been working on a Docker project some months ago.  These are different images for different java versions. Default image Oracle Java 7 based. https://github.com/oscerd/docker-java --  Andrea Cosentino  --  Apache Camel Committer  Email: ancosen1...@yahoo.com  T

Re: R: Re: Using docker for Camel CI/CD

2015-07-22 Thread Mark Webb
Thank you, I'll take a look at it. On Wed, Jul 22, 2015 at 4:52 AM, David Karlsen wrote: > Oracle java can be installed through a ppa repo like this: > https://github.com/davidkarlsen/docker-java > > 2015-07-22 5:07 GMT+02:00 Mark Webb : > > > While it does not explicitly state on the page: >

Re: R: Re: Using docker for Camel CI/CD

2015-07-22 Thread David Karlsen
Oracle java can be installed through a ppa repo like this: https://github.com/davidkarlsen/docker-java 2015-07-22 5:07 GMT+02:00 Mark Webb : > While it does not explicitly state on the page: > > http://camel.apache.org/building.html > > Are all the Camel release builders using Oracle Java? This

Re: R: Re: Using docker for Camel CI/CD

2015-07-21 Thread Claus Ibsen
Hi No I dont think that its a requirement, its just what people often have installed and used for building. I think open jdk should be able to build also. On Wed, Jul 22, 2015 at 5:07 AM, Mark Webb wrote: > While it does not explicitly state on the page: > > http://camel.apache.org/building.htm

Re: R: Re: Using docker for Camel CI/CD

2015-07-21 Thread Mark Webb
While it does not explicitly state on the page: http://camel.apache.org/building.html Are all the Camel release builders using Oracle Java? This may make creating a Docker image using Oracle Java a little tricky. On Tue, Jul 21, 2015 at 10:52 AM, Andrew Block wrote: > +1 for Docker Hub. It

Re: R: Re: Using docker for Camel CI/CD

2015-07-21 Thread Andrew Block
+1 for Docker Hub. It will allow for automated builds from a Git source and is the default registry for Docker users --  Andrew Block On July 21, 2015 at 9:02:40 AM, Andrea Cosentino (ancosen1...@yahoo.com.invalid) wrote: I think there is no problem using dockerhub. Andrea Inviato da Yahoo

R: Re: Using docker for Camel CI/CD

2015-07-21 Thread Andrea Cosentino
I think there is no problem using dockerhub. Andrea Inviato da Yahoo Mail su Android Da:"Mark Webb" Data:mar, 21 lug, 2015 alle 15:56 Oggetto:Re: Using docker for Camel CI/CD I plan on using Docker Hub (hub.docker.com) to store any images that I create.  Does this sound OK.  I don't expect an