Skip to content

Commit 6b4694f

Browse files
author
Brandon Philips
committed
README: add language around base and optional layers
Based on feedback new users might not know what the base and optional layer language is about. Point to the scope doc that uses this language. Fixes #120. Signed-off-by: Brandon Philips <[email protected]>
1 parent eb105f6 commit 6b4694f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ The high level components of the spec include:
2121
* Signatures that are based on signing image content address (optional layer)
2222
* Naming that is federated based on DNS and can be delegated (optional layer)
2323

24+
The optional and base layers of all OCI projects are tracked in the [OCI Scope Table](https://www.opencontainers.org/governance/oci-scope-table).
25+
2426
## Running an OCI Image
2527

2628
The OCI Image Format partner project is the [OCI Runtime Spec project](https://github.com/opencontainers/runtime-spec). The Runtime Specification outlines how to run a "[filesystem bundle](https://github.com/opencontainers/runtime-spec/blob/master/bundle.md)" that is unpacked on disk. At a high-level an OCI implementation would download an OCI Image then unpack that image into an OCI Runtime filesystem bundle. At this point the OCI Runtime Bundle would be run by an OCI Runtime.

0 commit comments

Comments
 (0)