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

suppport of AWS ECR registry #168

Open
tbugfinder opened this issue Nov 23, 2018 · 4 comments
Open

suppport of AWS ECR registry #168

tbugfinder opened this issue Nov 23, 2018 · 4 comments

Comments

@tbugfinder
Copy link

udocker should support authentication to AWS ECR registries for pulling containers of it.
Ideally boto3 is included and .aws/config files supported.

@adokter
Copy link

adokter commented Sep 21, 2020

@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)

@tbugfinder
Copy link
Author

I moved on with singularity and use of the ecr credential helper.

@deveshbajaj59
Copy link

I am also facing the same issue, to authenticate the AWS ecr repository.

@jorge-lip
Copy link
Collaborator

The branch devel3 has fixes that address the ECR usage like:

aws ecr get-login-password --region eu-north-1 | udocker login --username=AWS --password-stdin --registry=000000000000.dkr.ecr.eu-north-1.amazonaws.com
udocker pull 000000000000.dkr.ecr.eu-north-1.amazonaws.com/repositoryname

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants