From 0cc871e781ad76c71123c1ae81cd86cd8c599200 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Thu, 6 Apr 2017 15:50:56 +0200 Subject: [PATCH] spec: consistent wording Chasing #621, standardise on case/punctuation/articles Signed-off-by: Jonathan Boulle --- spec.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/spec.md b/spec.md index 792f96108..9ad4fff60 100644 --- a/spec.md +++ b/spec.md @@ -51,13 +51,14 @@ The [OCI Image Media Types](media-types.md) document is a starting point to unde The high-level components of the spec include: -* [Image Manifest](manifest.md) - Describes the components that make up a container image. -* [Image Index](image-index.md) - An index of annotated image manifests distributed as a complete unit. -* [Image Layout](image-layout.md) - The filesystem layout representing the contents of an image -* [Filesystem Layers](layer.md) - changesets that describe a container's filesystem -* [Image Configuration](config.md) - The document determining layer ordering and configuration of the image suitable for consumption by runtime-spec -* [Descriptors](descriptor.md) - Describes the type, metadata and content address of referenced content. +* [Image Manifest](manifest.md) - a document describing the components that make up a container image +* [Image Index](image-index.md) - an annotated index of one or more image manifests +* [Image Layout](image-layout.md) - a filesystem layout representing the contents of an image +* [Filesystem Layer](layer.md) - a changeset that describes a container's filesystem +* [Image Configuration](config.md) - a document determining layer ordering and configuration of the image suitable for translation into a [runtime bundle][runtime-spec] +* [Descriptor](descriptor.md) - a reference that describes the type, metadata and content address of referenced content * Signatures that are based on signing image content address (optional OCI layer) * Naming that is federated based on DNS and can be delegated (optional OCI layer) [c99-unspecified]: http://www.open-std.org/jtc1/sc22/wg14/www/C99RationaleV5.10.pdf#page=18 +[runtime-spec]: https://github.com/opencontainers/runtime-spec