-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ReadMe] Add Compliance Language #432
Conversation
@@ -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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still think we want the “for the protocols it implements” wording from runtime-spec and a list of protocols contained within this spec (and it seemed like @philips agreed). But as it stands, 15ebbeb is better than nothing. I'm fine having this land and then filing a follow-up PR with the protocol list.
LGTM I agree with making the improvements linked though https://github.com/opencontainers/image-spec/pull/432/files#r85947950 |
Add language parallel to what is in the OCI Runtime. Signed-off-by: Rob Dolin <[email protected]> Signed-off-by: Vincent Batts <[email protected]>
updated. PTAL. |
This landed in 836fb1c ([ReadMe] Add Compliance Language, 2016-10-11, opencontainers#432) but was removed in 27508e2 (Clean-up spec to remove non-spec-ish items, 2016-11-14, opencontainers#458), likely accidentally during a rebase. Signed-off-by: W. Trevor King <[email protected]>
Add language parallel to what is in the OCI Runtime.
This is a carry of #381, with fixed whitespace.
Signed-off-by: Rob Dolin [email protected]
Signed-off-by: Vincent Batts [email protected]