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
As @shagren reported, parsing URIs with single slash after scheme does nor work. imahe:/{user}/{name} is resolved to image://{current_cluster}/{current_user}/{user}/{name} instead of image://{current_cluster}/{user}/{name}.
For example:
$ neuro images
image:/mvasilkovsky/neuromation-mask-detector
$ neuro image tags image:/mvasilkovsky/neuromation-mask-detector
ERROR: {"errors": [{"code": "NAME_UNKNOWN", "message": "The repository with name 'neuro/shagren/mvasilkovsky/neuromation-mask-detector' does not exist in the registry with id '771188043543'"}]}
The text was updated successfully, but these errors were encountered:
As @shagren reported, parsing URIs with single slash after scheme does nor work.
imahe:/{user}/{name}
is resolved toimage://{current_cluster}/{current_user}/{user}/{name}
instead ofimage://{current_cluster}/{user}/{name}
.For example:
The text was updated successfully, but these errors were encountered: