Skip to content

Commit dc87ccd

Browse files
committed
manifest: support urls for layers
Signed-off-by: Antonio Murdaca <[email protected]>
1 parent ca58cdf commit dc87ccd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

manifest.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ Unlike the [Manifest List](#manifest-list), which contains information about a s
191191

192192
This REQUIRED property is the digest of the content, as defined by the [Descriptor](descriptor.md) digest format.
193193

194+
- **`urls`** *array*
195+
196+
For an ordinary layer, this is empty, and the layer contents can be retrieved directly from the registry. For a layer with mediatype of application/vnd.docker.image.rootfs.foreign.diff.tar.gzip, this contains a non-empty list of URLs from which this object can be downloaded.
197+
194198
- **`annotations`** *hashmap*
195199

196200
This OPTIONAL property contains arbitrary metadata for the manifest list.

0 commit comments

Comments
 (0)