runtime-spec icon indicating copy to clipboard operation
runtime-spec copied to clipboard

OCI Runtime Specification

Results 125 runtime-spec issues
Sort by recently updated
recently updated
newest added

Add the vTPM (virtual Trusted Platform Module) specification to the documentation, config.go and schema description. Runtime uses this specification to create vTPMs and pass them to the container. This virtual...

When runtime-tools validator checks mandatory fields, it expects every string field either to be tagged "omitempty" or contain a non-empty string. Linux memory policy modes MPOL_DEFAULT and MPOL_LOCAL must have...

This change introduces more generic `CPUAffinity` property of `Process` to specify desired CPU affinities while performing operations on create, start and exec operations. As it was originally discussed in PR...

(Note: this issue is a personal perspective and does _not_ represent a stance of the OCI TOB) https://github.com/opencontainers/runtime-spec/commit/869b2d5b0c9fbb9db559ab53cf1fa61a170835e9 changed `LinuxPid` from `int64` to `*int64`. While the description in the commit...

https://github.com/search?q=repo%3Aopencontainers%2Fruntime-spec%20field&type=code https://github.com/search?q=repo%3Aopencontainers%2Fruntime-spec+property&type=code The terminology should be unified to either "field" or "property". This issue is not specific to runtime-spec; the same nomenclature should be applied to image-spec and distribution-spec as...