Skip to content

Commit 656697a

Browse files
authored
Merge pull request #143 from philips/remove-external-doc-dependency
manifest: use descriptor doc as canonical source
2 parents 3f29dae + 1149fac commit 656697a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ A client will distinguish a manifest list from an image manifest based on the Co
5050

5151
- **`digest`** *string*
5252

53-
This REQUIRED property is the digest of the content, as defined by the [Registry V2 HTTP API Specification](https://docs.docker.com/registry/spec/api/#digest-parameter).
53+
This REQUIRED property is the digest of the content, as defined by the [Descriptor](descriptor.md) digest format.
5454

5555
- **`platform`** *object*
5656

@@ -166,7 +166,7 @@ Unlike the [Manifest List](#manifest-list), which contains information about a s
166166

167167
- **`digest`** *string*
168168

169-
The digest of the content, as defined by the [Registry V2 HTTP API Specificiation](https://docs.docker.com/registry/spec/api/#digest-parameter).
169+
This REQUIRED property is the digest of the content, as defined by the [Descriptor](descriptor.md) digest format.
170170

171171
- **`layers`** *array*
172172

@@ -189,7 +189,7 @@ Unlike the [Manifest List](#manifest-list), which contains information about a s
189189

190190
- **`digest`** *string*
191191

192-
The digest of the content, as defined by the [Registry V2 HTTP API Specificiation](https://docs.docker.com/registry/spec/api/#digest-parameter).
192+
This REQUIRED property is the digest of the content, as defined by the [Descriptor](descriptor.md) digest format.
193193

194194
- **`annotations`** *hashmap*
195195

0 commit comments

Comments
 (0)