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 `_`.
39
+
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
40
Hash algorithm identifiers containing the colon `:` will be converted to the hyphen `-`.
41
41
For example `sha256:5b` will map to the layout `blobs/sha256-5b`.
42
42
The blobs directory MAY contain blobs which are not referenced by any of the refs.
43
43
The blobs directory MAY be missing referenced blobs, in which case the missing blobs SHOULD be fulfilled by an external blob store.
44
44
45
-
Each object in the refs subdirectory MUST be of type `application/vnd.oci.descriptor.v1+json`.
45
+
No semantic restriction is given for object names in the `refs` subdirectory.
46
+
Each object in the `refs` subdirectory MUST be of type `application/vnd.oci.descriptor.v1+json`.
46
47
In general the `mediatype` of this descriptor object will be either `application/vnd.oci.image.manifest.list.v1+json` or `application/vnd.oci.image.manifest.v1+json` although future versions of the spec MAY use a different mediatype.
47
48
48
-
This illustrates the expected contents of a given ref and the manifest list it points to.
49
+
This illustrates the expected contents of a given ref, the manifest list it points to and the blobs the manifest references.
0 commit comments