Replies: 1 comment 1 reply
-
I initially though that Tart is not passing environment variables properly but @edigaryev noted in #490 that you use {
"credHelpers": {
"4XXXXXXXXX.dkr.ecr.us-east-1.amazonaws.com": "ecr-login"
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use a docker credential helper for ECR to manage logins to an ECR registry. I think I have everything set up but it failed with a this error when I do a pull.
Manually, I can do the following for a pull:
I installed
docker-credential-helper-ecr
via brew and I have my credentials set up in ~/.aws/credentials. My ~/.docker/config.json looks like this:I feel like I'm missing a step here somewhere, but I'm not sure where. When I run the
tart pull
, nothing is logged in the ~/.ecr directory which makes me think that maybe the helper isn't getting invoked at all? Since I can manually log in useaws
, I believe that my credentials are correct and have the proper access to ECR. Any pointers on how to debug this further?Beta Was this translation helpful? Give feedback.
All reactions