Pushing Docker Image to AWS ECR fails on the first step.

0

So I created a public repo in AWS ECR. When i type the following command in AWS CLI:

aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/********

I get the following error:

Error saving credentials: error storing credentials - err: exit status 1, out: error storing credentials - err: exit status 1, out: `The stub received bad data.``

I created an IAM user and gave it AdministratorAccess. I have tried everything but I am still getting this error.

1 réponse
1

Hi

you need to find a file ~/.config/docker/config.json. And then remove the credHelpers line from this file. and retry the command

profile picture
EXPERT
GK
répondu il y a un mois
profile pictureAWS
EXPERT
iBehr
vérifié il y a un mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions