You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,11 @@ The high-level components of the spec include:
57
57
*[Filesystem Layer](layer.md) - a changeset that describes a container's filesystem
58
58
*[Image Configuration](config.md) - a document determining layer ordering and configuration of the image suitable for translation into a [runtime bundle][runtime-spec]
59
59
*[Descriptor](descriptor.md) - a reference that describes the type, metadata and content address of referenced content
60
-
* Signatures that are based on signing image content address (optional OCI layer)
61
-
* Naming that is federated based on DNS and can be delegated (optional OCI layer)
60
+
61
+
Future versions of this specification may include the following OPTIONAL features:
62
+
63
+
* Signatures that are based on signing image content address
64
+
* Naming that is federated based on DNS and can be delegated
0 commit comments