Skip to content

Commit

Permalink
Merge pull request #523 from wking/clarify-version
Browse files Browse the repository at this point in the history
config: Clarify ociVersion covering the configuration <-> runtime API
  • Loading branch information
tianon authored Sep 15, 2016
2 parents b3ce195 + c94e7c0 commit 74ec713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Below is a detailed description of each field defined in the configuration forma

* **`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.
The Open Container Runtime Specification follows semantic versioning and retains forward and backward compatibility within major versions.
For example, if an implementation is compliant with version 1.0.1 of the spec, it is compatible with the complete 1.x series.
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.

### Example

Expand Down

0 comments on commit 74ec713

Please sign in to comment.