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

ECR support #105

Closed
zmarouf opened this issue May 27, 2019 · 4 comments · Fixed by #174
Closed

ECR support #105

zmarouf opened this issue May 27, 2019 · 4 comments · Fixed by #174

Comments

@zmarouf
Copy link

zmarouf commented May 27, 2019

Hello,

I tried using ORAS with ECR support and I get Error: unexpected response: 404 Not Found
I know the project is still in its infancy but I wanted to hack on it in AWS and I was wondering if anyone got it to work. Anything I can do to help test this? :)

@jdolitsky
Copy link
Contributor

@zmarouf I don't think ECR supports arbitrary content types at this time. Maybe you can send feature request to their support?

Alternatively, you can run a custom registry on AWS EC2 node. container, etc:

docker run -it --rm -p 5000:5000 registry

All config options here

@jdolitsky
Copy link
Contributor

@zmarouf I've just opened aws/containers-roadmap#308

@zmarouf
Copy link
Author

zmarouf commented May 28, 2019

Awesome! Thank you so much for confirming this and opening a ticket chez AWS's appropriate repo.
I'll play with the custom registry for now! :)

@RichiCoder1
Copy link
Contributor

RichiCoder1 commented Sep 6, 2020

This is now official supported in ECR, so all that's left is ECR auth right? Edit: NVM, ECR auth should work just find via the aws ecr get-login-password method.

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

Successfully merging a pull request may close this issue.

3 participants