spotify / docker-maven-plugin

INACTIVE: A maven plugin for Docker
Apache License 2.0
2.67k stars 575 forks source link

Upgrade docker-client to 8.0.0 #316

Closed scheerer closed 7 years ago

scheerer commented 7 years ago

Description

docker-client 8.0.0 contains fixes for various issues (primarily identityToken authentication for docker registries using that mechanism)

What do you expect

Api usage and such updated to work with docker-client 8.0.0

scheerer commented 7 years ago

FYI. I'm working on a PR for this right now. I have all the tests passing. I want to verify locally with one of our problematic setups to see if eveything is working as expected now

scheerer commented 7 years ago

Oops, 8.0.0 is broken with identitytoken.. Fix coming soon