dockerregistrypusher
dockerregistrypusher copied to clipboard
Doesn't support server address with port number
For a repo server like myserver.cloud:1234 uploading fails because Registry.getImageTag() sees the colon for the port as the start of the image tag. It should reverse search the repo data to get the index of the last colon signifying the start of the image tag.