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: Invocation image OCI runtime requirements extension #363

Open
jlegrone opened this issue Apr 15, 2020 · 1 comment
Open

Proposal: Invocation image OCI runtime requirements extension #363

jlegrone opened this issue Apr 15, 2020 · 1 comment
Projects

Comments

@jlegrone
Copy link
Member

jlegrone commented Apr 15, 2020

For OCI-based invocation images, there are cases in which invocation image authors may need to express certain runtime requirements such as memory quota or the ability to mount a docker socket.

A well-known custom extension for defining these requirements would ideally

  1. Support scoping requirements to an invocation image, not the bundle (multiple invocation images can be present in the same bundle, and may have different requirements)
  2. Allow for future extensibility as new use cases are defined
  3. Be generic enough to be used by multiple bundle builders, CLIs, and execution runtimes
@technosophos
Copy link
Member

I agree -- I think this is going to be increasingly important for not just cloud cases, but for constrained providers (edge, IoT) as well.

@carolynvs carolynvs added this to To do in Roadmap Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Roadmap
To do
Development

No branches or pull requests

2 participants