Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken parsing URIs with single slash after scheme #1505

Closed
serhiy-storchaka opened this issue May 15, 2020 · 0 comments · Fixed by #1506
Closed

Broken parsing URIs with single slash after scheme #1505

serhiy-storchaka opened this issue May 15, 2020 · 0 comments · Fixed by #1506
Assignees
Labels
bug Something isn't working

Comments

@serhiy-storchaka
Copy link
Contributor

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'"}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant