Authenticate to AWS ECR private repository
Hello, I have my private image on AWS ECR. I have created a new IAM role that can pull that image and I have fulfilled those credentials inside the template.
However, when I run a pod I'm getting some errors:
However, when I run a pod I'm getting some errors:
error pulling image: Error response from daemon: unauthorized: Not Authorized
What's the correct way to pull images form AWS ECR?2 Replies
I got the same issue but with normal Docker ... I feel like most people use runpod to spin up some template :p
error pulling image: Error response from daemon: pull access denied for x, repository does not exist or may require 'docker login':
denied: requested access to the resource is denied
error creating container: unauthorized to use image x
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View