Skip to content

Commit a3bf898

Browse files
committed
descriptor: add urls property
Signed-off-by: Antonio Murdaca <[email protected]>
1 parent 7cb2899 commit a3bf898

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

descriptor.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ The following describe the primary set of properties that make up a _Descriptor_
2828
This property exists so that a client will have an expected size for the content before validating.
2929
If the length of the retrieved content does not match the specified length, the content SHOULD NOT be trusted.
3030

31-
### Reserved
31+
- **`urls`** *array*
3232

33-
The following are field keys that MUST NOT be used in descriptors specified in other OCI specifications:
33+
This OPTIONAL property specifies a list of URLs from which this object can be downloaded.
34+
For an ordinary layer, this property is empty and the layer contents can be retrieved directly from the registry.
3435

35-
- **`urls`** *array*
36+
### Reserved
3637

37-
This key is RESERVED for future versions of the specification.
38+
The following are field keys that MUST NOT be used in descriptors specified in other OCI specifications:
3839

3940
- **`data`** *string*
4041

0 commit comments

Comments
 (0)