-
Notifications
You must be signed in to change notification settings - Fork 427
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
unable to deploy a service to apprunner from local machine #4165
Comments
Hey @atali! Thanks for sharing all of those details. If you go to the AWS account where your |
Hey @dannyrandall , this is the output of ECRRepobackend: arn:aws:ecr:us-east-1:000000000000:repository/mycompany-poc/backend obviously, the account and the company has been changed do you have any idea what could cause the issue ? |
Hi, @atali! |
What version of Docker are you using? |
Hi @huanjani , Yes,it seems to be the behaviour. I am using docker desktop. Below all the info : |
Hi! |
Ah! I just realized that you were following the guidance for environment manifests when configuring your VPC. Sorry-- it is confusing that the different manifests have different fields/syntax. |
This issue is stale because it has been open 60 days with no response activity, and is tagged with |
This issue is closed due to inactivity. Feel free to reopen the issue if you have any follow-ups! |
I am trying to deploy my service from my local machine but I got the following error:
From codepipeline it seems to work but not from my machine. I did some investigation but the RepoDigests is empty when the image is build locally.
But if I clean my local image and download the image with the sha256 from ECR, I got the RepoDigest filled correctly.
I think the issue is coming from this part of the code:
It's not clear for me when the RepoDigests is set ?
This is the result of the command of inspect :
My manifest looks like :
Any suggestions ?
The text was updated successfully, but these errors were encountered: