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). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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:
However, to generate the
aws-token
I 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
Beta Was this translation helpful? Give feedback.
All reactions