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.
2 parents a8963c5 + 09f618b commit 3ff2369Copy full SHA for 3ff2369
specs-go/v1/manifest.go
@@ -27,6 +27,6 @@ type Manifest struct {
27
// Layers is an indexed list of layers referenced by the manifest.
28
Layers []Descriptor `json:"layers"`
29
30
- // Annotations contains arbitrary metadata for the manifest.
+ // Annotations contains arbitrary metadata for the image manifest.
31
Annotations map[string]string `json:"annotations,omitempty"`
32
}
0 commit comments