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: image-index.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ For the media type(s) that this document is compatible with, see the [matrix][ma
93
93
-**`subject`***[descriptor](descriptor.md)*
94
94
95
95
This OPTIONAL property specifies a [descriptor](descriptor.md) of another manifest.
96
-
This value, used by the [`referrers` API][referrers-api], indicates a relationship to the specified manifest.
96
+
This value defines a weak association to a separate [Merkle Directed Acyclic Graph (DAG)][dag] structure, and is used by the [`referrers` API][referrers-api] to include this manifest in the list of responses for the subject digest.
97
97
98
98
-**`annotations`***string-string map*
99
99
@@ -179,9 +179,10 @@ When the variant of the CPU is not listed in the table, values are implementatio
Copy file name to clipboardExpand all lines: manifest.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Unlike the [image index](image-index.md), which contains information about a set
94
94
-**`subject`***[descriptor](descriptor.md)*
95
95
96
96
This OPTIONAL property specifies a [descriptor](descriptor.md) of another manifest.
97
-
This value, used by the [`referrers` API](https://github.com/opencontainers/distribution-spec/blob/main/spec.md#listing-referrers), indicates a relationship to the specified manifest.
97
+
This value defines a weak association to a separate [Merkle Directed Acyclic Graph (DAG)][dag] structure, and is used by the [`referrers` API][referrers-api] to include this manifest in the list of responses for the subject digest.
98
98
99
99
-**`annotations`***string-string map*
100
100
@@ -257,6 +257,8 @@ The decision tree below and the associated examples MAY be used to design new ar
257
257
258
258
_Implementers note:_ artifacts have historically been created without an `artifactType` field, and tooling to work with artifacts should fallback to the `config.mediaType` value.
0 commit comments