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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,11 @@ No semantic restriction is given for object names in the `refs` subdirectory.
49
49
Each object in the `refs` subdirectory MUST be of type `application/vnd.oci.descriptor.v1+json`.
50
50
In general the `mediatype` of this [descriptor][descriptors] 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.
51
51
52
+
**Implementor's Note:**
53
+
A common use case of refs is representing "tags" for a container image.
54
+
For example, an image may have a tag for different versions or builds of the software.
55
+
In the wild you often see "tags" like "v1.0.0-vendor.0", "2.0.0-debug", etc.
56
+
52
57
This illustrates the expected contents of a given ref, the manifest list it points to and the blobs the manifest references.
0 commit comments