Pulling image from AWS ECR private repository #1424
Unanswered
massimogallina
asked this question in
Q&A
Replies: 1 comment
|
I think you should generate the token outside Kairos and just put it there. Even if you had aws cli inside Kairos, you would need to verify your identity somehow in order to generate a token (using credentials or some other flow). |
0 replies
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.
Hello,
I would like to do a manual upgrade as described in the guide using ain image stored on a private repository on AWS ECR.
From what I understood I have to create a file like this:
{ "auths": { "aws_account_id.dkr.ecr.region.amazonaws.com": { "auth": "aws-token" } } }However, to generate the
aws-tokenI need the AWS CLI installed on the host; could you confirm?And is docker installed by default on Kairos images or should I install it before to run the upgrade command?
Thanks,
M
All reactions