We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0fb4ba3 + 21c55a7 commit 5122496Copy full SHA for 5122496
descriptor.md
@@ -118,6 +118,17 @@ The following example describes a [_Manifest_](manifest.md#image-manifest) with
118
"size": 7682,
119
"digest": "sha256:5b0bcabd1ed22e9fb1310cf6c2dec7cdef19f0ad69efa1f392e94a4333501270"
120
}
121
+
122
+In the following example, the descriptor indicates that the referenced manifest is retrievable from a particular URL:
123
124
+{
125
+ "mediaType": "application/vnd.oci.image.manifest.v1+json",
126
+ "size": 7682,
127
+ "digest": "sha256:5b0bcabd1ed22e9fb1310cf6c2dec7cdef19f0ad69efa1f392e94a4333501270",
128
+ "urls": [
129
+ "https://example.com/example-manifest"
130
+ ]
131
+}
132
```
133
134
[rfc3986]: https://tools.ietf.org/html/rfc3986
0 commit comments