Skip to content

Commit 0cc871e

Browse files
committed
spec: consistent wording
Chasing opencontainers#621, standardise on case/punctuation/articles Signed-off-by: Jonathan Boulle <[email protected]>
1 parent e9f698e commit 0cc871e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

spec.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ The [OCI Image Media Types](media-types.md) document is a starting point to unde
5151

5252
The high-level components of the spec include:
5353

54-
* [Image Manifest](manifest.md) - Describes the components that make up a container image.
55-
* [Image Index](image-index.md) - An index of annotated image manifests distributed as a complete unit.
56-
* [Image Layout](image-layout.md) - The filesystem layout representing the contents of an image
57-
* [Filesystem Layers](layer.md) - changesets that describe a container's filesystem
58-
* [Image Configuration](config.md) - The document determining layer ordering and configuration of the image suitable for consumption by runtime-spec
59-
* [Descriptors](descriptor.md) - Describes the type, metadata and content address of referenced content.
54+
* [Image Manifest](manifest.md) - a document describing the components that make up a container image
55+
* [Image Index](image-index.md) - an annotated index of one or more image manifests
56+
* [Image Layout](image-layout.md) - a filesystem layout representing the contents of an image
57+
* [Filesystem Layer](layer.md) - a changeset that describes a container's filesystem
58+
* [Image Configuration](config.md) - a document determining layer ordering and configuration of the image suitable for translation into a [runtime bundle][runtime-spec]
59+
* [Descriptor](descriptor.md) - a reference that describes the type, metadata and content address of referenced content
6060
* Signatures that are based on signing image content address (optional OCI layer)
6161
* Naming that is federated based on DNS and can be delegated (optional OCI layer)
6262

6363
[c99-unspecified]: http://www.open-std.org/jtc1/sc22/wg14/www/C99RationaleV5.10.pdf#page=18
64+
[runtime-spec]: https://github.com/opencontainers/runtime-spec

0 commit comments

Comments
 (0)