You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
For a repo server like
myserver.cloud:1234
uploading fails becauseRegistry.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.The text was updated successfully, but these errors were encountered: