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
Object names in the `refs` and `blobs` MUST NOT include characters outside of the set of "A" to "Z", "a" to "z", the hyphen `-`, the dot `.`, and the underscore `_`.
40
+
Object names in the `refs` and `blobs`subdirectories MUST NOT include characters outside of the set of "A" to "Z", "a" to "z", "0" to "9", the hyphen `-`, the dot `.`, and the underscore `_`.
40
41
Hash algorithm identifiers containing the colon `:` will be converted to the hyphen `-`.
41
42
For example `sha256:5b` will map to the layout `blobs/sha256-5b`.
42
43
The blobs directory MAY contain blobs which are not referenced by any of the refs.
@@ -50,7 +51,24 @@ This illustrates the expected contents of a given ref, the manifest list it poin
0 commit comments