Re: Do we have any Dockerfile that builds an Ambari build environment?

2014-10-02 Thread Newton Alex
I had developed one initially a few months ago. Attached here. - Newton On Wed, Oct 1, 2014 at 9:53 PM, jun aoki ja...@apache.org wrote: Yusaku has provided vagrantfiles. Do we have something similar but Dockerfile? I'm a docker fun :) -- -jun

Re: Do we have any Dockerfile that builds an Ambari build environment?

2014-10-02 Thread Chandrasekhar Gopal
I don't see an attachment here. On Thu, Oct 2, 2014 at 9:30 AM, Newton Alex na...@pivotal.io wrote: I had developed one initially a few months ago. Attached here. - Newton On Wed, Oct 1, 2014 at 9:53 PM, jun aoki ja...@apache.org wrote: Yusaku has provided vagrantfiles. Do we have

Re: Do we have any Dockerfile that builds an Ambari build environment?

2014-10-02 Thread Newton Alex
Weird. Not sure if the mailer daemon is stripping the attachments. Anyway here is the content. Just copy paste it into a file and call it Dockerfile. FROM centos:centos6 ## Install some basic utilities that aren't in the default image RUN yum -y install wget rpm-build sudo

Re: Do we have any Dockerfile that builds an Ambari build environment?

2014-10-02 Thread jun aoki
Thanks Newton! On Thu, Oct 2, 2014 at 11:06 AM, Newton Alex na...@pivotal.io wrote: Weird. Not sure if the mailer daemon is stripping the attachments. Anyway here is the content. Just copy paste it into a file and call it Dockerfile. FROM centos:centos6 ## Install some