README: clean-up and clarifications#367
Merged
Merged
Conversation
- Remove redundant sentence describing media types document - Disambiguate "OCI Layers", and more directly explain link to archival format - Change ROADMAP pointer to a more realistic date - Minor tweaks to FAQ wording Signed-off-by: Jonathan Boulle <jonathanboulle@gmail.com>
wking
reviewed
Oct 4, 2016
| * A process of hashing the image format for integrity and content-addressing (base layer) | ||
| * Signatures that are based on signing image content address (optional layer) | ||
| * Naming that is federated based on DNS and can be delegated (optional layer) | ||
| * An archival format for container images, consisting of an [image manifest](manifest.md), an [image layout](image-layout.md), a set of [filesystem layers](layer.md), and [image configuration](config.md) (base OCI layer) |
Contributor
There was a problem hiding this comment.
Add a reference to manifest-list.md following #365?
Contributor
Author
There was a problem hiding this comment.
Eh, this sentence is already unwieldy - I'd rather let manifest.md be the canonical one and there are links to the manifest list from there
Contributor
Member
1 similar comment
Contributor
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
format
Signed-off-by: Jonathan Boulle jonathanboulle@gmail.com