Skip to content

Conversation

@duglin
Copy link
Collaborator

@duglin duglin commented May 6, 2016

Signed-off-by: Doug Davis [email protected]

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: spelling error: architectures

Copy link
Collaborator Author

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

@duglin duglin force-pushed the imageTweaks branch 3 times, most recently from 88e45bc to 5df609c Compare May 6, 2016 15:37
@philips
Copy link
Contributor

philips commented May 6, 2016

lgtm

@duglin
Copy link
Collaborator Author

duglin commented May 6, 2016

@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.

@philips
Copy link
Contributor

philips commented May 6, 2016

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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tab indent here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed!


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.
Copy link
Contributor

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.

@vbatts
Copy link
Member

vbatts commented May 7, 2016

LGTM

@vbatts vbatts merged commit a1d3e53 into opencontainers:master May 7, 2016
wking added a commit to wking/image-spec that referenced this pull request Jul 2, 2016
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]>
@duglin duglin deleted the imageTweaks branch July 21, 2016 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants