Merge pull request #3669 from sudo-bmitch/pr-manifest-comment

Fix comment for manifest list
pull/3681/head
Milos Gajdos 2022-07-02 08:19:10 +01:00 committed by GitHub
commit 8857a19487
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ type ManifestDescriptor struct {
type ManifestList struct {
manifest.Versioned
// Config references the image configuration as a blob.
// Manifests references a list of manifests
Manifests []ManifestDescriptor `json:"manifests"`
}