Skip to content

Commit

Permalink
[ReadMe] Add Compliance Language
Browse files Browse the repository at this point in the history
Add language parallel to what is in the OCI Runtime.

Signed-off-by: Rob Dolin <robdolin@microsoft.com>
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
  • Loading branch information
RobDolinMS authored and vbatts committed Nov 1, 2016
1 parent 756744a commit 15ebbeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SH

The keywords "unspecified", "undefined", and "implementation-defined" are to be interpreted as described in the [rationale for the C99 standard][c99-unspecified].

An implementation is not compliant if it fails to satisfy one or more of the MUST, REQUIRED, or SHALL requirements.
An implementation is compliant if it satisfies all the MUST, REQUIRED, and SHALL requirements.

![](img/build-diagram.png)

Once built the OCI Image can then be discovered by name, downloaded, verified by hash, trusted through a signature, and unpacked into an [OCI Runtime Bundle](https://github.com/opencontainers/runtime-spec/blob/master/bundle.md).
Expand Down

0 comments on commit 15ebbeb

Please sign in to comment.