udocker icon indicating copy to clipboard operation
udocker copied to clipboard

suppport of AWS ECR registry

Open tbugfinder opened this issue 6 years ago • 4 comments

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

tbugfinder avatar Nov 23 '18 22:11 tbugfinder

@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 https://github.com/grycap/scar/issues/350)

adokter avatar Sep 21 '20 21:09 adokter

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

tbugfinder avatar Sep 23 '20 17:09 tbugfinder

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

deveshbajaj59 avatar Sep 30 '20 10:09 deveshbajaj59

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

jorge-lip avatar Mar 13 '24 20:03 jorge-lip