gocd-contrib / docker-elastic-agents-plugin

Docker-based elastic agents for GoCD
https://www.gocd.org
Apache License 2.0
31 stars 39 forks source link

Replace Spotify docker-client with an alternative #258

Open chadlwilson opened 9 months ago

chadlwilson commented 9 months ago

The client currently used is effectively EOL: https://github.com/spotify/docker-client

It also has a lot of dependencies on other libraries which cannot be upgraded (e.g Jersey) who themselves have reported vulnerabilities (which may or may not be relevant to this plugin)

Probably should move to https://github.com/docker-java/docker-java ?