python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Aws ECR task looks for image using :latest
We have an ecs task that looks for an image with the :latest tag and deploys that image into our cluster.
One of the :latest images were problematic so we deleted it hoping aws might be smart enough t...

Leslie Alldridge
Votes: 0
Answers: 2
aws cli not available on github actions
I have been trying to use github actions to deploy a docker image to AWS ECR, but there is a step that is consistently failing.
Here is the portion that is failing:
- name: Pulling ECR for updates and...
wannabedev
Votes: 0
Answers: 2
Elastic Beanstalk - Docker Platform with ECR - Specifying a tag via environment variable
I am looking at using Elastic Beanstalk + ECR to manage deployments.
FROM <ACCOUNT_ID>.dkr.ecr.us-east-1.amazonaws.com/<repoName>:<TAG>
ADD entrypoint.sh /
EXPOSE 8080 8787 9990
ENTR...
brian chandley
Votes: 0
Answers: 1
Unable to access ECR from Azure using IAM
I am trying to access ECR from Azurem I created an IAM role with access key and IAM policy.
I am getting the error as "no identity-based policy allows the ecr:GetAuthorizationToken action"
...
Aim Better
Votes: 0
Answers: 0