Skip to content

Commit 74ec713

Browse files
authored
Merge pull request #523 from wking/clarify-version
config: Clarify ociVersion covering the configuration <-> runtime API
2 parents b3ce195 + c94e7c0 commit 74ec713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Below is a detailed description of each field defined in the configuration forma
1212

1313
* **`ociVersion`** (string, required) MUST be in [SemVer v2.0.0](http://semver.org/spec/v2.0.0.html) format and specifies the version of the Open Container Runtime Specification with which the bundle complies.
1414
The Open Container Runtime Specification follows semantic versioning and retains forward and backward compatibility within major versions.
15-
For example, if an implementation is compliant with version 1.0.1 of the spec, it is compatible with the complete 1.x series.
15+
For example, if a configuration is compliant with version 1.1 of this specification, it is compatible with all runtimes that support any 1.1 or later release of this specification, but is not compatible with a runtime that supports 1.0 and not 1.1.
1616

1717
### Example
1818

0 commit comments

Comments
 (0)