-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs/runtime-compliance-testing: Document list of supported APIs
Currently just the command line API, but the test suite might add support for more APIs in the future. The command line API itself is independent of whether the test suite supports additional APIs, so I put the list of supported APIs in a new file. Signed-off-by: W. Trevor King <wking@tremily.us>
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Runtime compliance testing | ||
|
||
## Supported APIs | ||
|
||
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). | ||
|
||
[compliance]: /~https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc4/spec.md#notational-conventions |