-
Notifications
You must be signed in to change notification settings - Fork 65
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
Offer an alternative interface for specifying registy/repo/tag triple with docker-style syntax #5
Comments
Hi @mishak87! Afaik, the Cheers |
Yes v2 does not limit |
Documented in 2621ced . |
OT: Just a thought. Using docker/reference.WithName could simplify CLI input so registry does not have to be specified via argument. By simulating docker behaviour however it is messy would fit more into docker toolset (docker, docker-compose image names). > docker-ls tags super.secret/vendor/project |
Hi @mishak87 ! I'll think about it. While I think that the current interface is more clear and concise, it might be worthwhile to add a mode of operation where you specify the resource the docker way. Of course, I am also open to pull requests 😏 Cheers |
When listing tags of official repository results in error.
> docker-ls tags redis ERROR: authorization rejected by registry
Listing it with
library/
prefix works.Would it make sense to prepend
library/
for images without<vendor>/
?The text was updated successfully, but these errors were encountered: