Skip to content

Commit cdc87dc

Browse files
sajayantonymikebrow
andcommitted
Update specs-go/v1/manifest.go
Co-authored-by: Mike Brown <[email protected]> Signed-off-by: Sajay Antony <[email protected]>
1 parent a6a1c98 commit cdc87dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/v1/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type Manifest struct {
3030
// Layers is an indexed list of layers referenced by the manifest.
3131
Layers []Descriptor `json:"layers"`
3232

33-
// Subject is an optional link to a manifest.
33+
// Subject is an optional link from the image manifest to another manifest forming an association between the image manifest and the other manifest.
3434
Subject *Descriptor `json:"subject,omitempty"`
3535

3636
// Annotations contains arbitrary metadata for the image manifest.

0 commit comments

Comments
 (0)