dockerregistrypusher icon indicating copy to clipboard operation
dockerregistrypusher copied to clipboard

Doesn't support server address with port number

Open eth10 opened this issue 4 years ago • 0 comments

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.

eth10 avatar Jan 07 '21 19:01 eth10