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

Capital letters in the name of your github repo cause mu to fail #323

Open
mattbucci opened this issue Sep 3, 2018 · 1 comment
Open

Comments

@mattbucci
Copy link

This seems like an AWS issue so I'm not sure if mu can solve it, but maybe there is some string formatting ahead of repository creation that can be done to resolve it.

mu-repo-SquallyWebsite: EcsRepo (AWS::ECR::Repository) CREATE_FAILED Invalid parameter at 'repositoryName' failed to satisfy constraint: 'must satisfy regular expression '(?:[a-z0-9]+(?:[.-][a-z0-9]+)/)[a-z0-9]+(?:[.-][a-z0-9]+)*'' (Service: AmazonECR; Status Code: 400; Error Code: InvalidParameterException; Request ID: 6908aac2-afbf-11e8-a938-11b4b9eba67a)

https://regexr.com/3usn1

@mneil
Copy link
Contributor

mneil commented Sep 4, 2018

My guess is that your Git Repo or folder name doesn't match the naming conventions of ECR. We could rely only on the Git repo name and sanitize it.

Is closely related to #318 but is not the same issue. Linking to it since they would be good to fix together.

@cplee cplee added hacktoberfest https://hacktoberfest.digitalocean.com/ help wanted and removed help wanted labels Oct 1, 2018
@cplee cplee removed hacktoberfest https://hacktoberfest.digitalocean.com/ labels Nov 1, 2018
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

3 participants