Skip to content

Commit 1e92fb7

Browse files
committed
Drop "one or more" from index description, follow up #644
Signed-off-by: Lei Jitang <[email protected]>
1 parent 00dfb9b commit 1e92fb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

media-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ The following figure shows how the above media types reference each other:
6363
![](img/media-types.png)
6464

6565
[Descriptors](descriptor.md) are used for all references.
66-
The image-index being a "fat manifest" references one or more image manifests per target platform. An image manifest references exactly one target configuration and possibly many layers.
66+
The image-index being a "fat manifest" references a list of image manifests per target platform. An image manifest references exactly one target configuration and possibly many layers.
6767

6868
[rfc1952]: https://tools.ietf.org/html/rfc1952

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ An implementation is compliant if it satisfies all the MUST, REQUIRED, and SHALL
3636

3737
At a high level the image manifest contains metadata about the contents and dependencies of the image including the content-addressable identity of one or more [filesystem layer changeset](layer.md) archives that will be unpacked to make up the final runnable filesystem.
3838
The image configuration includes information such as application arguments, environments, etc.
39-
The image index is a higher-level manifest which points to one or more manifests and descriptors.
39+
The image index is a higher-level manifest which points to a list of manifests and descriptors.
4040
Typically, these manifests may provide different implementations of the image, possibly varying by platform or other attributes.
4141

4242
![](img/build-diagram.png)

0 commit comments

Comments
 (0)