Skip to content

Commit

Permalink
image manifest: add back 'source' annotation key
Browse files Browse the repository at this point in the history
This got dropped somehow in commit 873b9b6 when things were
moved around in the file, so add it back.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
gregkh committed Dec 14, 2016
1 parent 6983e64 commit de3efef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,4 @@ This specification defines the following annotation keys, which MAY be used by m
* **org.opencontainers.authors** contact details of the people or organization responsible for the image (freeform string)
* **org.opencontainers.homepage** URL to find more information on the image (string, must be a URL with scheme HTTP or HTTPS)
* **org.opencontainers.documentation** URL to get documentation on the image (string, must be a URL with scheme HTTP or HTTPS)
* **org.opencontainers.source** URL to get source code for the binary files in the image (string, must be a URL with scheme HTTP or HTTPS)

0 comments on commit de3efef

Please sign in to comment.