Commit e10b04d 1 parent e9f698e commit e10b04d Copy full SHA for e10b04d
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,14 @@ The [OCI Image Media Types](media-types.md) document is a starting point to unde
51
51
52
52
The high-level components of the spec include:
53
53
54
- * [ Image Manifest] ( manifest.md ) - Describes the components that make up a container image.
55
- * [ Image Index] ( image-index.md ) - An index of annotated image manifests distributed as a complete unit.
56
- * [ Image Layout] ( image-layout.md ) - The filesystem layout representing the contents of an image
54
+ * [ Image Manifest] ( manifest.md ) - a document describing the components that make up a container image
55
+ * [ Image Index] ( image-index.md ) - an index of annotated image manifests distributed as a complete unit
56
+ * [ Image Layout] ( image-layout.md ) - a filesystem layout representing the contents of an image
57
57
* [ Filesystem Layers] ( layer.md ) - changesets that describe a container's filesystem
58
- * [ Image Configuration] ( config.md ) - The document determining layer ordering and configuration of the image suitable for consumption by runtime-spec
59
- * [ Descriptors] ( descriptor.md ) - Describes the type, metadata and content address of referenced content.
58
+ * [ Image Configuration] ( config.md ) - a document determining layer ordering and configuration of the image suitable for consumption by [ runtime-spec] [ ]
59
+ * [ Descriptors] ( descriptor.md ) - an reference that describes the type, metadata and content address of referenced content
60
60
* Signatures that are based on signing image content address (optional OCI layer)
61
61
* Naming that is federated based on DNS and can be delegated (optional OCI layer)
62
62
63
63
[ c99-unspecified ] : http://www.open-std.org/jtc1/sc22/wg14/www/C99RationaleV5.10.pdf#page=18
64
+ [ runtime-spec ] : https://github.com/opencontainers/runtime-spec
You can’t perform that action at this time.
0 commit comments