-
Notifications
You must be signed in to change notification settings - Fork 7
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 support for metadata retrieval from GHCR.io #6
Conversation
We'll need to add the OCI mirror package to conda. |
You'll also need to change the code to use ruamel.yaml everywhere. |
Ugh I searched for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jaimergp I think for now since conda-oci-mirror is not on pypi and this package ships on both pypi and conda, we should make conda-oci-mirror optional. I have suggested changes to guard the import. All that is left is to make it optional in the pyproject.toml as well.
Co-authored-by: Matthew R. Becker <[email protected]>
Weird test failure but the install appears to work. |
Ugh, that's the pre-commit thingy pyupgrading a bit too much. Let me check. |
There we go! |
cc @beckermr