From 88ef945196cc5d6b1e5249470fef752a06fa96e8 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sat, 7 May 2016 07:56:48 -0400 Subject: [PATCH] image manifest: add source annotation For a number of images, source code needs to be provided due to the license of the files in the image, so provide an annotation to make it easy to determine where that source can be found. Signed-off-by: Greg Kroah-Hartman --- manifest.md | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.md b/manifest.md index d74e1cf7b..0b81f1d91 100644 --- a/manifest.md +++ b/manifest.md @@ -201,6 +201,7 @@ Unlike the [Manifest List](#manifest-list), which contains information about a s * **authors** contact details of the people or organization responsible for the image (freeform string) * **homepage** URL to find more information on the image (string, must be a URL with scheme HTTP or HTTPS) * **documentation** URL to get documentation on the image (string, must be a URL with scheme HTTP or HTTPS) + * **source** URL to get the source code for the binary files in the image (string, must be a URL with scheme HTTP or HTTPS) ## Example Image Manifest