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

Document Pull from Amazon ECR #86

Open
tri-adam opened this issue Feb 5, 2019 · 0 comments
Open

Document Pull from Amazon ECR #86

tri-adam opened this issue Feb 5, 2019 · 0 comments
Assignees

Comments

@tri-adam
Copy link
Contributor

tri-adam commented Feb 5, 2019

Amazon Elastic Container Registry (ECR) is a private Docker registry that works out of the box with Singularity. But using it is a bit weird. We should document the process to use it with Singularity 3.x.

Essentially, it amounts to:

$ AWS_PROFILE=blah aws ecr get-login
docker login -u AWS -p <redacted> https://123456789.dkr.ecr.us-east-1.amazonaws.com
$ export SINGULARITY_DOCKER_USERNAME=...
$ export SINGULARITY_DOCKER_PASSWORD=...
$ singularity pull docker://123456789.dkr.ecr.us-east-1.amazonaws.com/image:tag
@syl-ilumb syl-ilumb self-assigned this May 22, 2019
@dtrudg dtrudg assigned dtrudg and unassigned syl-ilumb Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants