Skip to content

Commit 8abb709

Browse files
committed
README: Consolidate "OCI Image" definitions
These two sentences had been saying pretty much the same thing. The first had previously scoped the spec to image creation, but the spec covers the format itself, creation, and unpacking. Listing the constituent components seemed like enough for one sentence, so the new sentence stays away from format/creation/unpacking distinctions. I've also left manifest lists out for now, since adding a reference too them seemed orthogonal do consolidating these sentences. Signed-off-by: W. Trevor King <[email protected]>
1 parent 7cab1f8 commit 8abb709

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ The goal of this specification is to enable the creation of interoperable tools
1919

2020
## Overview
2121

22-
This specification defines how to create an OCI Image, which will generally be done by a build system, and output an [image manifest](manifest.md), a set of [filesystem layers](layer.md), and an [image configuration](config.md).
22+
This specification defines an OCI Image, consisting of a [manifest](manifest.md), a set of [filesystem layers](layer.md), and a [configuration](config.md).
2323
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.
2424
The image configuration includes information such as application arguments, environments, etc.
25-
The combination of the image manifest, image configuration, and one or more filesystem layers is called the "OCI Image".
2625

2726
The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" are to be interpreted as described in [RFC 2119](http://tools.ietf.org/html/rfc2119) (Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997).
2827

0 commit comments

Comments
 (0)