docker-registry-artifact-plugin icon indicating copy to clipboard operation
docker-registry-artifact-plugin copied to clipboard

Replace spotify docker-client with an alternative

Open chadlwilson opened this issue 2 years ago • 0 comments

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 ?

chadlwilson avatar Dec 10 '22 01:12 chadlwilson