Re: Question on Docker module

2018-06-12 Thread Peter Wilcsinszky
Hi, following up on my last email I've implemented both changes I was referring to. First I've added the the same integration tests, that dockermaven already uses to cover the dockerhub image as well. Unfortunately for this I had to use the latest public artifact (1.6.0) since only that is availa

Re: Question on Docker module

2018-06-07 Thread Peter Wilcsinszky
Hi, Disclaimer: I've been working with the nifi-docker module for only a couple of weeks now so I'm relatively new to this. Unfortunately there's no way I'm aware of right now using a pure Dockerfile to implement a build time switch for cases like this where you have a a) locally built binary b) r

Re: Question on Docker module

2018-06-07 Thread Jeremy Dyer
Sivaprasanna - They are very similar but different. Exists to primarily assist with speeding up a developers dev cycle. Its purpose is to allow you to make source code changes to NiFi, build with maven (including docker image), and then run the container with your latest changes. So in a sense you