We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a1c98 commit cdc87dcCopy full SHA for cdc87dc
specs-go/v1/manifest.go
@@ -30,7 +30,7 @@ type Manifest struct {
30
// Layers is an indexed list of layers referenced by the manifest.
31
Layers []Descriptor `json:"layers"`
32
33
- // Subject is an optional link to a manifest.
+ // Subject is an optional link from the image manifest to another manifest forming an association between the image manifest and the other manifest.
34
Subject *Descriptor `json:"subject,omitempty"`
35
36
// Annotations contains arbitrary metadata for the image manifest.
0 commit comments