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

Proposal: Create containers-extra package #465

Open
m-renaud opened this issue Dec 27, 2017 · 1 comment
Open

Proposal: Create containers-extra package #465

m-renaud opened this issue Dec 27, 2017 · 1 comment

Comments

@m-renaud
Copy link
Contributor

m-renaud commented Dec 27, 2017

Background

I've just finished going through all of the open issues and pull requests and I've noticed a bunch of them are of the form "Consider adding x to the Y api", and the discussion usually ends with, "I like this idea, but this is a somewhat special and the api is already huge, so probably not."

See below for a list of open issues that request that things be added to containers. Many of these are reasonable requests and things that not everyone should need to write themselves, but also don't quite belong in the core containers API. By creating an official containers-extra package we can provide the "extra" API functions to reduce code duplication in other libraries, (potentially) user more efficient implementations using the Internals, and use it as a test bed to see which operations are widely used to give us data for what should be included in the core api.

Open API Requests

@treeowl
Copy link
Contributor

treeowl commented Dec 29, 2017

I don't think it would be bad to have such a package, but I have very little sense of what would go in it. Some things above are now in containers, some should probably be added, some are kind of bad ideas (IMO) and some might go well in an extras package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants