Skip to content

Commit 55b1588

Browse files
committed
spec: Drop "one or more" from index description
Fixing overly-strict wording from 0cc871e (spec: consistent wording, #641). In image-index.md, we explicitly allow 'manifests' to be empty: While this property MUST be present, the size of the array MAY be zero. Which allows you to do things like distribute an image-layout which only provides CAS blobs. Signed-off-by: W. Trevor King <[email protected]>
1 parent a90602e commit 55b1588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The [OCI Image Media Types](media-types.md) document is a starting point to unde
5252
The high-level components of the spec include:
5353

5454
* [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
55+
* [Image Index](image-index.md) - an annotated index of image manifests
5656
* [Image Layout](image-layout.md) - a filesystem layout representing the contents of an image
5757
* [Filesystem Layer](layer.md) - a changeset that describes a container's filesystem
5858
* [Image Configuration](config.md) - a document determining layer ordering and configuration of the image suitable for translation into a [runtime bundle][runtime-spec]

0 commit comments

Comments
 (0)