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

Error message (caused by uppercase letter in name argument to "docker tag") does not mention casing #112

Closed
teetotum opened this issue May 19, 2017 · 2 comments

Comments

@teetotum
Copy link

When I tried to use docker tag to specify my registry and image name, I got the following error:

docker tag 08245 registry.example.org/foo/screenApp
Error parsing reference: "registry.example.org/foo/screenApp" is not a valid repository/tag

I figured out what the problem was (uppercase letter in name component) and saw that others had the same problem.

Expected result for the error situation is that the error message mentions the wrongful presence of uppercase letters.

@dgageot
Copy link
Member

dgageot commented Jul 3, 2017

@vdemeester Looks like the error message is now correct. It says: invalid reference format: repository name must be lowercase

@vdemeester
Copy link
Collaborator

Yay 🎉

trapier pushed a commit to trapier/cli that referenced this issue Sep 30, 2019
…-master-6d59892b665fe157c451fd192a33b862623a5b3e

[master] sync to upstream master 6d59892
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants