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
image-layout: Link "refs" to the index.json section
To make it clear what they are now that we have no "Refs" section
(which was removed in 0556a6b, image-layout: ./refs/ -> index.json,
2017-01-26, #533).
Signed-off-by: W. Trevor King <[email protected]>
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
@@ -58,7 +58,7 @@ A blob, referenced with digest `<alg>:<hex>` (per [descriptor](descriptor.md#dig
58
58
The character set of the entry name for `<hex>` and `<alg>` MUST match the respective grammar elements described in [descriptor](descriptor.md#digests-and-verification).
59
59
For example `sha256:5b` will map to the layout `blobs/sha256/5b`.
60
60
61
-
The blobs directory MAY contain blobs which are not referenced by any of the refs.
61
+
The blobs directory MAY contain blobs which are not referenced by any of the [refs](#indexjson-file).
62
62
63
63
The blobs directory MAY be missing referenced blobs, in which case the missing blobs SHOULD be fulfilled by an external blob store.
0 commit comments