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: image-layout.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Given an image layout and a ref, a tool can create an [OCI Runtime Specification
12
12
The image layout has two top level directories:
13
13
14
14
- "blobs" contains content-addressable blobs. A blob has no schema and should be considered opaque.
15
-
- "refs" contains [descriptors][descriptors]. Commonly pointing to an image manifest or an image manifest list.
15
+
- "refs" contains [descriptors][descriptors]. Commonly pointing to an [image manifest](manifest.md#image-manifest) or an [image manifest list](manifest-list.md#oci-image-manifest-list-specification).
16
16
17
17
18
18
It also contains a file that is used to identify the layout version:
0 commit comments