-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add aws-iam-authenticator to windows image to allow aws aks auth #32
Conversation
@@ -4,6 +4,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2019 | |||
SHELL ["powershell", "-Command"] | |||
|
|||
ARG Aws_Cli_Version=2.0.60 | |||
ARG Aws_Iam_Authenticator_Version=0.5.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we bump the version in the ubuntu dockerfile to 0.5.3 whilst we are here so they align?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, all done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent set of improvements, thanks @Justin-Walsh!
Fixes #31