docker-registry-artifact-plugin
docker-registry-artifact-plugin copied to clipboard
Replace spotify docker-client with an alternative
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 ?