Skip to content

Commit

Permalink
Modify the error message
Browse files Browse the repository at this point in the history
Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
  • Loading branch information
zhouhao committed Feb 13, 2017
1 parent c16fa01 commit 0b1750c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions schema/fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,19 @@ z/m4LF/ffDcRgybcDcD5QmQIE0JaDmU55Dx4yYGgGJQBMgFH9Ikihd92maxhP9LKrVdrZjI072fRwa+z
pl6LlqRj/iJ6azSNlw0sPeoYG9HQhLY0Yv06/j9R2XfqgJ4v7YVKea8OFdMm4BxHf577OCnF/N3tAMeK
QhljQ3p5Fcptdbc74iAvI1efqxlQc5tcCWohB9RkKE1XzqawJlLh8XlPHiPWw1fvsP4ndcUNwGNzbN4D
AAD//1HKEXaZAwAA
=======
size: 1134,
modtime: 1484547392,
compressed: `
H4sIAAAJbogA/6xSsW4UMRDt7ytGTjpya4KotqVKgSiIaBCFWc/uTXQeG49z4nS6f0e219nbHAUCyn3r
9+a9eXPaACiLMkQKiTyrHtSngPzBczLEGOHBmQnho2EaURJ8DjjQSIMpr+8y/VaGHTqTqbuUQq/1k3je
VrTzcdI2mjFt377XFbupPLKNIr3WPiAPbaoUWn2tKTvQbnZQuekYMLP99yccZixEHzAmQlE95GAAqkp8
wSg1XIWvMz/uSGAk3FuQmhAF0g6hDIc2HKoeHKogGAHDQJxwwlhcFPG/S6bXZl/UWtarMY6Y3LNTPbxb
MPOzYQU61z/KoSXzWJVO/+hz0bryKCkSTwuOXLx8nb8BlAlhP5+PPrDt/EBd0e+afne4f5MvSM2kb6sg
g+eRpssUtxHHPDt7R07bVq2P3SLT6HtzxCiX9GbdxGiOq+U+JHT56f1S7Iycljx/NB3gvHJhmH0qO5D/
0Mel2t3rrVgcZVsXnP3caIsjMZXXK+am2SwmVcQfzxTRvrSnfnee6vUttH7W697kFs+bXwEAAP///ALW
6W4EAAA=
>>>>>>> Modify the error message
`,
},

Expand Down
2 changes: 1 addition & 1 deletion schema/image-manifest-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"annotations": {
"id": "https://opencontainers.org/schema/image/manifest-list/annotations",
"id": "https://opencontainers.org/schema/image/manifest/annotations",
"$ref": "defs-image.json#/definitions/annotations"
}
},
Expand Down
2 changes: 1 addition & 1 deletion specs-go/v1/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ type Manifest struct {
// Layers is an indexed list of layers referenced by the manifest.
Layers []Descriptor `json:"layers"`

// Annotations contains arbitrary metadata for the manifest list.
// Annotations contains arbitrary metadata for the image manifest.
Annotations map[string]string `json:"annotations,omitempty"`
}

0 comments on commit 0b1750c

Please sign in to comment.