-
Notifications
You must be signed in to change notification settings - Fork 800
Minor tweaks to manifest for clarity #68
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
Conversation
manifest.md
Outdated
| # Image Manifest | ||
|
|
||
| The image manifest provides a configuration and a set of layers for a container image. | ||
| Unlike the [(Manifest List](#manifest-list), which contains information about a set of images that can span a variety of archiectures and operating systems, an image manifest provides a configuration and set of layers for a single container image for a specific architecture and operating system. |
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.
nit: spelling error: architectures
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.
fixed!
On May 6, 2016, at 11:31 AM, Brandon Philips [email protected] wrote:
In manifest.md #68 (comment):
@@ -132,14 +132,14 @@ A client will distinguish a manifest list from an image manifest based on the Co
Image Manifest
-The image manifest provides a configuration and a set of layers for a container image.
+Unlike the (Manifest List, which contains information about a set of images that can span a variety of archiectures and operating systems, an image manifest provides a configuration and set of layers for a single container image for a specific architecture and operating system.
nit: spelling error: architectures—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub https://github.com/opencontainers/image-spec/pull/68/files/9494cb085a34ec3e10a2ab5ccdf528184585c0b4#r62346141
88e45bc to
5df609c
Compare
|
lgtm |
|
@philips I did a minor tweak to this line: https://github.com/opencontainers/image-spec/pull/68/files#diff-bf8d9e5146f89ef0a8b9bf8cd1026901R152 please make sure you're still ok with it. |
|
still lgtm ;) |
manifest.md
Outdated
| This configuration item is a JSON blob that the runtime uses to set up the container. | ||
| This new schema uses a tweaked version of this configuration to allow image content-addressability on the daemon side. | ||
| The `config` property references a configuration object for a container, by digest. | ||
| The referenced configuration object is a JSON blob that the runtime uses to set up the container, see [Image JSON Description](serialization.md#image-json-description). |
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.
Tab indent here?
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.
fixed!
Signed-off-by: Doug Davis <[email protected]>
|
|
||
| The config field references a configuration object for a container, by digest. | ||
| This configuration item is a JSON blob that the runtime uses to set up the container. | ||
| This new schema uses a tweaked version of this configuration to allow image content-addressability on the daemon side. |
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.
Notes on “tweaked” here, so it should be safe to remove.
|
LGTM |
The tab came in with the line in fa4c6e7 (Minor tweaks to manifest for clarity, 2016-05-06, opencontainers#68), but the rest of this file indents with spaces. Signed-off-by: W. Trevor King <[email protected]>
Signed-off-by: Doug Davis [email protected]