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

fix(ecs): allow sub-org ecr repos #3633

Merged
merged 1 commit into from
May 10, 2019
Merged

Conversation

KyleJamesWalker
Copy link
Contributor

@KyleJamesWalker KyleJamesWalker commented May 6, 2019

The current regex match does not catch names like the following:

  • 111111111111.dkr.ecr.us-east-1.amazonaws.com/sub-org/my-app-image:v0.0.0

@spinnakerbot
Copy link
Contributor

The following commits need their title changed:

Please format your commit title into the form:

<type>(<scope>): <subject>, e.g. fix(kubernetes): address NPE in status check

This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here.

@KyleJamesWalker KyleJamesWalker changed the title Allow sub-org Repos fix(ecs): allow sub-org ecr repos May 6, 2019
@KyleJamesWalker KyleJamesWalker changed the title fix(ecs): allow sub-org ecr repos fix(kubernetes): allow sub-org ecr repos May 6, 2019
@KyleJamesWalker KyleJamesWalker force-pushed the patch-1 branch 2 times, most recently from ac55ed9 to 08535fc Compare May 6, 2019 23:09
@KyleJamesWalker KyleJamesWalker changed the title fix(kubernetes): allow sub-org ecr repos fix(docker): allow sub-org ecr repos May 6, 2019
@KyleJamesWalker KyleJamesWalker changed the title fix(docker): allow sub-org ecr repos fix(ecs): allow sub-org ecr repos May 6, 2019
@KyleJamesWalker KyleJamesWalker force-pushed the patch-1 branch 2 times, most recently from 37f5fe0 to 4a01282 Compare May 8, 2019 18:16
@KyleJamesWalker
Copy link
Contributor Author

@spinnaker/reviewers

The current regex match does not match names like
`111111111111.dkr.ecr.us-east-1.amazonaws.com/sub-org/my-app-image:v0.0.0`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants