Skip to content

Commit 687d989

Browse files
author
Erik Hollensbe
committed
spec.md: rewrite links to spec parts to be more obvious
Signed-off-by: Erik Hollensbe <[email protected]>
1 parent a8963c5 commit 687d989

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
The OCI Image Format project creates and maintains the software shipping container image format spec (OCI Image Format).
99

10-
The specification can be found [here](spec.md).
10+
**[The specification can be found here](spec.md).**
1111

1212
This repository also provides [Go types](specs-go), [intra-blob validation tooling, and JSON Schema](schema).
1313
The Go types and validation should be compatible with the current Go release; earlier Go releases are not supported.

spec.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,12 @@ The [OCI Image Media Types](media-types.md) document is a starting point to unde
5151

5252
The high-level components of the spec include:
5353

54-
* An archival format for container images, consisting of an [image manifest](manifest.md), an [image index](image-index.md) (optional), an [image layout](image-layout.md), a set of [filesystem layers](layer.md), and [image configuration](config.md) (base OCI layer)
55-
* A [process of referencing container images by a cryptographic hash of their content](descriptor.md) (base OCI layer)
56-
* A format for [storing CAS blobs and references to them](image-layout.md) (optional OCI layer)
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
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.
5760
* Signatures that are based on signing image content address (optional OCI layer)
5861
* Naming that is federated based on DNS and can be delegated (optional OCI layer)
5962

0 commit comments

Comments
 (0)