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

Feat: Implement driver.StorageDriver interface from the official registry implementation #38

Open
jay-dee7 opened this issue Sep 27, 2021 · 0 comments
Labels
enhancement New feature or request P1 P1 label is used for this that we see of highest priority. Critical bugs, security issues, etc

Comments

@jay-dee7
Copy link
Member

The official container registry implementation distribution/distribution has an interface driver.StorageDriver, which is the battle tested implementation for integrating with storage drivers. They have plenty of implementations (aws, gcp, azure, filesystem, etc). It would be nice if we could adopt same interface for our container registry instead of doing our very hacky implementation.

Reference Documentation:
https://github.com/distribution/distribution/blob/main/registry/storage/driver/storagedriver.go#L41

@jay-dee7 jay-dee7 added enhancement New feature or request P1 P1 label is used for this that we see of highest priority. Critical bugs, security issues, etc labels Sep 27, 2021
@jay-dee7 jay-dee7 added this to To do in OpenRegistry - Roadmap via automation Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P1 P1 label is used for this that we see of highest priority. Critical bugs, security issues, etc
Projects
Status: Todo
Development

No branches or pull requests

1 participant