gocd-contrib / docker-swarm-elastic-agent-plugin

Docker swarm based elastic agents for GoCD
https://www.go.cd
Apache License 2.0
15 stars 17 forks source link

Replace Spotify docker-client with an alternative #245

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 ?

See https://github.com/gocd/docker-registry-artifact-plugin/issues/874 and https://github.com/gocd-contrib/docker-elastic-agents-plugin/issues/258