Skip to content

Commit

Permalink
Merge pull request opencontainers#615 from wking/require-runtime-supp…
Browse files Browse the repository at this point in the history
…ort-for-full-api

docs/command-line-interface: Require complete runtime coverage
  • Loading branch information
Zhou Hao authored Apr 6, 2018
2 parents 598db14 + 7f50875 commit fcd5b23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/command-line-interface.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OCI Runtime Command Line Interface

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

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

The runtime MUST support the entire API defined in this specification.
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.

## Global options

None are required, but the runtime MAY support options that start with at least one hyphen.
Expand Down
2 changes: 1 addition & 1 deletion docs/runtime-compliance-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

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

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

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

0 comments on commit fcd5b23

Please sign in to comment.