https://rancher.com/ logo
#rancher-desktop
Title
# rancher-desktop
a

agreeable-lifeguard-63921

06/09/2022, 1:29 PM
Is there any documentation for the changes with registry credential helpers in 1.4.1? I used to be able to sign into multiple AWS ECR repos at the same time, but now I can sign in to one just fine, but any subsequent sign ins to different ECR repos produce an error :
Copy code
➜ aws ecr get-login-password --region us-east-1 --profile PROFILENAME | nerdctl --namespace <http://k8s.io|k8s.io> login --username AWS --password-stdin <http://ACCOUNTID.dkr.ecr.us-east-1.amazonaws.com|ACCOUNTID.dkr.ecr.us-east-1.amazonaws.com>
time="2022-06-09T13:23:20Z" level=fatal msg="error saving credentials: error storing credentials - err: exit status 52, out: ``"
f

fast-garage-66093

06/09/2022, 3:48 PM
I'm sorry, I think this may have been broken by always installing a credential helper inside the VM instead of letting
nerdctl
store credentials unencrypted inside the
/root/.docker/config.json
file. 😞
Can you please file a Github issue for this?
a

agreeable-lifeguard-63921

06/09/2022, 4:04 PM
Will do!
f

fast-garage-66093

06/09/2022, 4:20 PM
Thanks! I'll try to repro this (but I only have a single ecr registry) because on second thoughts, I think it should work
a

agreeable-lifeguard-63921

06/09/2022, 4:47 PM
17 Views