mirror of
https://github.com/distribution/distribution.git
synced 2025-07-18 09:21:51 +00:00
Merge pull request #3669 from sudo-bmitch/pr-manifest-comment
Fix comment for manifest list
This commit is contained in:
commit
8857a19487
@ -119,7 +119,7 @@ type ManifestDescriptor struct {
|
|||||||
type ManifestList struct {
|
type ManifestList struct {
|
||||||
manifest.Versioned
|
manifest.Versioned
|
||||||
|
|
||||||
// Config references the image configuration as a blob.
|
// Manifests references a list of manifests
|
||||||
Manifests []ManifestDescriptor `json:"manifests"`
|
Manifests []ManifestDescriptor `json:"manifests"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user