-
Notifications
You must be signed in to change notification settings - Fork 804
README: add language around base and optional layers #124
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 language around base and optional layers #124
Conversation
README.md
Outdated
| * Signatures that are based on signing image content address (optional layer) | ||
| * Naming that is federated based on DNS and can be delegated (optional layer) | ||
|
|
||
| The optional and base layers of all OCI projects are tracked in the OCI Scope Table](https://www.opencontainers.org/governance/oci-scope-table). |
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.
“OCI” → “[OCI”
Based on feedback new users might not know what the base and optional layer language is about. Point to the scope doc that uses this language. Fixes opencontainers#120. Signed-off-by: Brandon Philips <[email protected]>
485be94 to
6b4694f
Compare
|
@opencontainers/image-spec-maintainers any other LGTMs for this trivial change? |
|
@philips Does this tool allow you to LGTM your self? |
|
@stevvooe yes, if you are a maintainer you can LGTM yourself. |
|
@stevvooe but the threshold is two maintainers to merge so need one more. |
|
On Wed, Jun 08, 2016 at 05:47:08PM -0700, Brandon Philips wrote:
Currently only in this repo of the OCI repos using PullApprove |
Based on feedback new users might not know what the base and optional
layer language is about. Point to the scope doc that uses this language.
Fixes #120.
Signed-off-by: Brandon Philips [email protected]