Skip to content

Commit 50b6194

Browse files
authored
Merge pull request #941 from sudo-bmitch/pr-spec-components
Add artifact to spec.md
2 parents bc9c4bd + ed7e07b commit 50b6194

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

spec.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Open Container Initiative
22
## Image Format Specification
33

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).
55

66
The goal of this specification is to enable the creation of interoperable tools for building, transporting, and preparing a container image to run.
77

@@ -39,11 +39,11 @@ The image configuration includes information such as application arguments, envi
3939
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

42-
![](img/build-diagram.png)
42+
![build diagram](img/build-diagram.png)
4343

4444
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).
4545

46-
![](img/run-diagram.png)
46+
![runtime diagram](img/run-diagram.png)
4747

4848
### Understanding the Specification
4949

@@ -52,7 +52,8 @@ 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 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
5657
* [Image Layout](image-layout.md) - a filesystem layout representing the contents of an image
5758
* [Filesystem Layer](layer.md) - a changeset that describes a container's filesystem
5859
* [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)