opencontainers / runtime-spec

OCI Runtime Specification
http://www.opencontainers.org
Apache License 2.0
3.19k stars 541 forks source link

Proposal: Add the `update` operation #1183

Open utam0k opened 1 year ago

utam0k commented 1 year ago

How about adding the update operation, which is used in the real world, if you don't mind me asking?^1 https://github.com/opencontainers/runtime-spec/blob/main/runtime.md#operations

Also, we already have checkBeforeUpdate for the update operation. https://github.com/opencontainers/runtime-spec/blob/main/config-linux.md#memory

utam0k commented 1 year ago

I can make the draft PR if needed.