-
Notifications
You must be signed in to change notification settings - Fork 181
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
Add pure OCI Resolver #165
Comments
I'd like to help with this. Do we need to re-implement Resolver from scratch or is there an oci lib we can use? |
I use google/go-containerregistry a lot. |
IIRC google's go-containerregistry also uses docker's Resolver. |
I've spent so long in their code, I should know that. 😆 I'm away from laptop now, so cannot check. |
I'm certainly no expert! I can dig into the code some more. Still, I have recently tried to use go-containerregistry to pull an index.json with no luck. |
@jdolitsky I lost context on this issue. Please re-open if it still need to be resolved. /cc @SteveLasker |
Should create a Resolver that does not contain Docker-specific logic
For more info, please see opencontainers/tob#68 (comment)
The text was updated successfully, but these errors were encountered: