Gary Clayburg

Results 56 comments of Gary Clayburg

Right, fleet is basically dead - and rightfully so with the likes of kubernetes and swarm using a better, more supported model. But I still do use the script to...

Not the way it is now. It could probably be modified to work with an app that can be started with java -jar though.

I'll look into doing that. In the meantime, you should be able to use the plugin if you modify your build.gradle slightly. Have you seen the demo projects? https://github.com/gclayburg/dockerPreparePlugin/blob/master/sample20/demo/build.gradle

As a workaround you can just also add this dependency in the project where this plugin is applied: ``` dockerprepare { commonService = ['org.springframework.boot:spring-boot-starter-web','org.springframework.boot:spring-boot-actuator'] } dependencies{ compile group: 'org.springframework.boot', name:...

Hi - it looks like the first error you reported (line 42) happened for you because you ran "S99pollDHCP.sh stop" when poll-dhcp-changes was not running. The script should probably be...

Actually I looked into this a little more it might have been due to multiple poll-dhcp-changes.sh processes running. I fixed the script to deal with this better. This is what...