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: manifest.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ A client will distinguish a manifest list from an image manifest based on the Co
50
50
51
51
-**`digest`***string*
52
52
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.
54
54
55
55
-**`platform`***object*
56
56
@@ -166,7 +166,7 @@ Unlike the [Manifest List](#manifest-list), which contains information about a s
166
166
167
167
- **`digest`** *string*
168
168
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.
170
170
171
171
-**`layers`***array*
172
172
@@ -189,7 +189,7 @@ Unlike the [Manifest List](#manifest-list), which contains information about a s
189
189
190
190
- **`digest`** *string*
191
191
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.
0 commit comments