Skip to content

Commit fcd5b23

Browse files
author
Zhou Hao
authored
Merge pull request #615 from wking/require-runtime-support-for-full-api
docs/command-line-interface: Require complete runtime coverage
2 parents 598db14 + 7f50875 commit fcd5b23

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/command-line-interface.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OCI Runtime Command Line Interface
22

3-
This file defines the OCI Runtime Command Line Interface version 1.0.0.
3+
This file defines the OCI Runtime Command Line Interface version 1.0.1.
44
It is one of potentially several [runtime APIs supported by the runtime compliance test suite](runtime-compliance-testing.md#supported-apis).
55

66
## Notation
@@ -31,6 +31,9 @@ That executable MUST support commands with the following template:
3131
$ funC [global-options] <COMMAND> [command-specific-options] <command-specific-arguments>
3232
```
3333

34+
The runtime MUST support the entire API defined in this specification.
35+
Runtimes MAY also support additional options and commands as extensions to this API, but callers interested in OCI-runtime portability SHOULD NOT rely on those extensions.
36+
3437
## Global options
3538

3639
None are required, but the runtime MAY support options that start with at least one hyphen.

docs/runtime-compliance-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
In order to be tested for [compliance][], runtimes MUST support at least one of the following APIs:
66

7-
* Version 1.0.0 of the [OCI Runtime Command Line Interface](command-line-interface.md).
7+
* Version 1.0.1 of the [OCI Runtime Command Line Interface](command-line-interface.md).
88

99
[compliance]: https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc4/spec.md#notational-conventions

0 commit comments

Comments
 (0)