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

Rewrite Galaxy container resolver #22

Open
innovate-invent opened this issue Apr 12, 2022 · 0 comments
Open

Rewrite Galaxy container resolver #22

innovate-invent opened this issue Apr 12, 2022 · 0 comments

Comments

@innovate-invent
Copy link
Collaborator

The Galaxy container resolver currently has quay.io/bioconda hardcoded as the only container source.
This needs to be rewritten to allow additional sources to be configurable via Galaxies container_resolvers_conf.yml

The current implementation also makes direct docker registry v1 http requests to quay.io, this needs to be swapped out for the official docker sdk. This is required to improve forwards compatibility and upgrade to v2 of the docker registry api spec. Currently it is not possible to configure a pull through proxy as the proxy is not compatible with v1 of the spec.

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

1 participant