You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Open Container Initiative
2
2
## Image Format Specification
3
3
4
-
This specification defines an OCI Image, consisting of a [manifest](manifest.md), an [image index](image-index.md) (optional), a set of [filesystem layers](layer.md), and a [configuration](config.md).
4
+
This specification defines an OCI Image, consisting of an [image manifest](manifest.md), an [image index](image-index.md) (optional), a set of [filesystem layers](layer.md), and a [configuration](config.md).
5
5
6
6
The goal of this specification is to enable the creation of interoperable tools for building, transporting, and preparing a container image to run.
7
7
@@ -39,11 +39,11 @@ The image configuration includes information such as application arguments, envi
39
39
The image index is a higher-level manifest which points to a list of manifests and descriptors.
40
40
Typically, these manifests may provide different implementations of the image, possibly varying by platform or other attributes.
41
41
42
-

42
+

43
43
44
44
Once built the OCI Image can then be discovered by name, downloaded, verified by hash, trusted through a signature, and unpacked into an [OCI Runtime Bundle](https://github.com/opencontainers/runtime-spec/blob/master/bundle.md).
45
45
46
-

46
+

47
47
48
48
### Understanding the Specification
49
49
@@ -52,7 +52,8 @@ The [OCI Image Media Types](media-types.md) document is a starting point to unde
52
52
The high-level components of the spec include:
53
53
54
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 image manifests
55
+
*[Image Index](image-index.md) - an annotated list of manifests
56
+
*[Artifact Manifest](artifact.md) - a document describing the components that make up an artifact
56
57
*[Image Layout](image-layout.md) - a filesystem layout representing the contents of an image
57
58
*[Filesystem Layer](layer.md) - a changeset that describes a container's filesystem
58
59
*[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