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

MythicalMysfitsServiceCodeBuildProject failes with an error #122

Closed
vcloudguy opened this issue Jul 7, 2019 · 4 comments
Closed

MythicalMysfitsServiceCodeBuildProject failes with an error #122

vcloudguy opened this issue Jul 7, 2019 · 4 comments

Comments

@vcloudguy
Copy link

BUILD | Failed | COMMAND_EXECUTION_ERROR: Error while executing command: docker tag mythicalmysfits/service:latest $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/mythicalmysfits/service:latest. Reason: exit status 1

POST_BUILD | Failed | COMMAND_EXECUTION_ERROR: Error while executing command: docker push
$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/mythicalmysfits/service:latest. Reason: exit status 1

UPLOAD_ARTIFACTS | Failed | CLIENT_ERROR: no matching artifact paths found

Any ideas why am I getting this error?

@abaird986
Copy link
Contributor

There are some changes that are required in the json file to create the CodeBuild Project:
https://github.com/aws-samples/aws-modern-application-workshop/blob/python/module-2/aws-cli/code-build-project.json

These errors could be a sign that those commands are looking for the AccountId and Region variables to be appropriately set but still have the placeholder values instead.

@abaird986
Copy link
Contributor

Closing after inactivity. Please comment/reopen if the issue persists.

@mossibat
Copy link

@abaird986 the error happens in module-4 after this push: git commit -m "Update service code backend to enable additional website features."

@postpersonality
Copy link

postpersonality commented May 19, 2021

I've got the same error. The reason was

docker pull toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

#237

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants