Authentication (or accessing private repositories) #487
-
|
I'm trying to find any information on credentials, specifically around pulling from AWS ECR, but information about other private repositories would be helpful. In my case, I've got my AWS credentials configured so that a TIA |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I knew as soon as I created a discussion, I'd find the answer: |
Beta Was this translation helpful? Give feedback.
I knew as soon as I created a discussion, I'd find the answer:
ws ecr get-login-password --region us-west-2 | container registry login --username AWS --password-stdin <ecr_domain>