Skip to content
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 ECR auth example #9

Closed
lipovsek-aws opened this issue Jul 31, 2023 · 1 comment
Closed

Add ECR auth example #9

lipovsek-aws opened this issue Jul 31, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@lipovsek-aws
Copy link
Contributor

ECR is now supported lets add it to default template.

@lipovsek-aws lipovsek-aws added enhancement New feature or request good first issue Good for newcomers labels Aug 2, 2023
@mhuguesaws
Copy link
Contributor

mhuguesaws commented Sep 18, 2024

Will have to create /enroot/.credentials to authenticate against ECR.

Example of .credentials:

machine 12345678901.dkr.ecr.us-west-2.amazonaws.com login AWS password $(aws ecr get-login-password --region us-west-2)

enroot import docker://12345678901.dkr.ecr.us-west-2.amazonaws.com/nccl-tests:efa1.34.0-ofiv1.11.0-aws-ncclv2.23.4-1-testsv2.13.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants