Skip to content

Commit 5b32ab0

Browse files
Merge pull request #490 from wking/restore-compliance-language
spec: Restore compliance language
2 parents d2046bb + f9fb09a commit 5b32ab0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S
2525

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

28+
An implementation is not compliant if it fails to satisfy one or more of the MUST, REQUIRED, or SHALL requirements for the protocols it implements.
29+
An implementation is compliant if it satisfies all the MUST, REQUIRED, and SHALL requirements for the protocols it implements.
30+
2831
# Overview
2932

3033
At a high level the image manifest contains metadata about the contents and dependencies of the image including the content-addressable identity of one or more [filesystem layer changeset](layer.md) archives that will be unpacked to make up the final runnable filesystem.

0 commit comments

Comments
 (0)