spotify / docker-maven-plugin

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

Add support for image names with private registry and port #320

Closed cstettler closed 6 years ago

cstettler commented 7 years ago

Pull request for https://github.com/spotify/docker-maven-plugin/issues/319

Adds support for image names with private registry and port, only taking the :character as a separator, if it occurs after the registry part, or if no registry part is provided.

adveres commented 6 years ago

+1 can we get this in?

adveres commented 6 years ago

Thank you, both, for handling this!