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

docker,package name should not support upper case? #725

Closed
He-Pin opened this issue Jan 14, 2016 · 2 comments
Closed

docker,package name should not support upper case? #725

He-Pin opened this issue Jan 14, 2016 · 2 comments
Labels

Comments

@He-Pin
Copy link
Contributor

He-Pin commented Jan 14, 2016

if I use gateServer then,it comes

repository name component must match "[a-z0-9](?:-*[a-z0-9])*(?:[._][a-z0-9](?:-*[a-z0-9])*)*"

but gateserver works.

packageName in Docker := "gateServer"
@mbarison
Copy link

Have a look at the regular expression mentioned in the error:

repository name component must match "[a-z] ...

It's [a-z]. which means lowercase only. Uppercase is NOT supported,

@muuki88 muuki88 added the docker label Jan 30, 2016
@muuki88
Copy link
Contributor

muuki88 commented Jan 30, 2016

AFAIK docker still doesn't support uppercase letters. So we validate your package name upfront for you.

@muuki88 muuki88 closed this as completed Jan 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants