Skip to content

Commit 01b3557

Browse files
authored
Merge pull request #380 from wking/explicit-link-for-readme-hashing
README.md: Add high-level link to optional image-layout
2 parents 74acb30 + f5f98cf commit 01b3557

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ The [OCI Image Media Types](media-types.md) document is a starting point to unde
4141
The high-level components of the spec include:
4242

4343
* An archival format for container images, consisting of an [image manifest](manifest.md), an [image layout](image-layout.md), a set of [filesystem layers](layer.md), and [image configuration](config.md) (base OCI layer)
44-
* A process of hashing the image format for integrity and content-addressing (base OCI layer)
44+
* A [process of referencing container images by a cryptographic hash of their content](descriptor.md) (base OCI layer)
45+
* A format for [storing CAS blobs and references to them](image-layout.md) (optional OCI layer)
4546
* Signatures that are based on signing image content address (optional OCI layer)
4647
* Naming that is federated based on DNS and can be delegated (optional OCI layer)
4748

0 commit comments

Comments
 (0)