For anyone browsing through the code and wanting to see a working example beyond the skeleton agent code:
The gocd docker agent plugin makes use of Spotify's default Docker client (Java based wrapper) See: https://github.com/gocd-contrib/docker-elastic-agents-plugin/blob/master/src/main/java/cd/go/contrib/elasticagents/docker/DockerClientFactory.java and https://github.com/spotify/docker-client/blob/master/src/main/java/com/spotify/docker/client/DefaultDockerClient.java On Mon, Oct 26, 2020 at 4:02 PM Aravind SV <[email protected]> wrote: > Elastic agent plugins are based on this plugin interface: > https://plugin-api.gocd.org/current/elastic-agents/ > > It’s possible to write your own, if you want. > > -- > You received this message because you are subscribed to the Google Groups > "go-cd" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/go-cd/m2v9exxvmq.fsf%40arvindsv.com > <https://groups.google.com/d/msgid/go-cd/m2v9exxvmq.fsf%40arvindsv.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/go-cd/CANiY96bXK%3DuO_QEHqoS9XGPU5BE16rK%2BtJhT00%3DHhfMn5Jm2tA%40mail.gmail.com.
