Skip to main content

Questions tagged [ecr]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
1 vote
2 answers
3k views

How to make my ECS Task pull my ECR image

I am trying to create a ECS task and be able to access and pull from ECR, but I am getting an error. How can I resolve this issue? Raw error: Cannotpullcontainererror: pull image manifest has been ...
Arthur Luiz's user avatar
0 votes
1 answer
980 views

How can you update the password for an AWS ECR repo in Kubernetes?

I created a private docker registry using AWS ECR. I want to use it with a Kubernetes cluster managed by Rancher, but the password to the registry is changed by AWS every 12 hours. How do I keep it ...
Juan Jimenez's user avatar
0 votes
0 answers
17 views

OIDC authentication failure logs for ECR

I'm trying to use OIDC with bitbucket pipelines and AWS/ECR. I'm typically getting errors like: An error occurred (UnrecognizedClientException) when calling the DescribeRepositories operation: The ...
rupert160's user avatar
  • 133
0 votes
0 answers
338 views

AWS ECR pull-through-cache fetch image via HTTP request to registry

I've set up an AWS ECR pull-through-cache for Docker Hub registry. Say it is available under: 123.dkr.ecr.eu-central-1.amazonaws.com/docker. Now after authenticating using: aws ecr get-login-password ....
fiction's user avatar
  • 173
0 votes
1 answer
383 views

How to surface a docker-registry secret in Rancher?

I am using Rancher 2.5.8 to run Kubernetes clusters. In my org, we maintain a private docker registry on AWS ECR. I know I can create registry credentials within a project (for use in one or all ...
Juan Jimenez's user avatar
-1 votes
2 answers
2k views

Error to login ecr docker

I'm trying to login ecr with docker to upload the container, but it always returns an error. The cli configuration is ok. I'm following the documentation that aws provides, but still to no avail. ...
Luka Martins's user avatar