Re: Docker image

2019-08-26 Thread Driesprong, Fokko
Would be great to have the Docker image merged into the main repo. I'll prepare a PR to bump it to Druid 0.15.1 somewhere this week. I would be in favor as well to get rid of https://github.com/druid-io/docker-druid and point it to the main repo. The current image isn't building and it is rather

Re: Docker image

2019-08-25 Thread Himanshu
gt; > > > > > > > For the development of the Druid Scala client library called Scruid > > > > <https://github.com/ing-bank/scruid>, we're using a Docker image to > > run > > > CI > > > > tests. The container that we're us

Re: Docker image

2019-08-23 Thread Gian Merlino
esprong, Fokko > > > wrote: > > > > > Hi all, > > > > > > For the development of the Druid Scala client library called Scruid > > > <https://github.com/ing-bank/scruid>, we're using a Docker image to > run > > CI > > > tests.

Re: Docker image

2019-08-22 Thread Himanshu
t; > For the development of the Druid Scala client library called Scruid > > <https://github.com/ing-bank/scruid>, we're using a Docker image to run > CI > > tests. The container that we're using in a fork > > <https://github.com/Fokko/docker-druid> of the official > >

Re: Docker image

2019-08-22 Thread Don Bowman
On Thu, Aug 22, 2019 at 10:20 AM Driesprong, Fokko wrote: > Hi all, > > For the development of the Druid Scala client library called Scruid > <https://github.com/ing-bank/scruid>, we're using a Docker image to run CI > tests. The container that we're using in a fork > &

Docker image

2019-08-22 Thread Driesprong, Fokko
Hi all, For the development of the Druid Scala client library called Scruid <https://github.com/ing-bank/scruid>, we're using a Docker image to run CI tests. The container that we're using in a fork <https://github.com/Fokko/docker-druid> of the official docker-io/docker-druid <htt

Re: Docker image

2019-01-21 Thread Don Bowman
On Fri, 18 Jan 2019 at 08:19, Don Bowman wrote: > > So I have a Dockerfile which i think will work well. Before I commit and > create the PR can I ask for some direction? > Would we use this as > > a: the Dockerfile is in the source tree, and does a 'COPY .' into the > container to build? This

Re: Docker image

2019-01-16 Thread Charles Allen
The idea has been toyed around with internally here. What would your expectations be of such an image? On Wed, Jan 16, 2019 at 2:35 PM Don Bowman wrote: > Is anyone working on a docker image? I mean, there are quite a few out > there but they have some various issues, usually security

Docker image

2019-01-16 Thread Don Bowman
Is anyone working on a docker image? I mean, there are quite a few out there but they have some various issues, usually security based as they inherit from non-too-strong bases. I have done one w/ gcr.io/distroless/java as the parent, and it seems working, but not sure if there is a reason