-
Notifications
You must be signed in to change notification settings - Fork 136
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
suppport of AWS ECR registry #168
Comments
@jorge-lip @mariojmdavid any chance AWS ECR support will be added to udocker in the near future? Docker Hub has started to implement pull limits that are easily met by my application, which has forced me to stop using udocker unfortunately for now (see also grycap/scar#350) |
I moved on with singularity and use of the ecr credential helper. |
I am also facing the same issue, to authenticate the AWS ecr repository. |
The branch devel3 has fixes that address the ECR usage like:
|
udocker should support authentication to AWS ECR registries for pulling containers of it.
Ideally boto3 is included and .aws/config files supported.
The text was updated successfully, but these errors were encountered: