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 Risposta
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
ESPERTO
GK
con risposta 25 giorni fa
profile pictureAWS
ESPERTO
iBehr
verificato 25 giorni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande