From 350d5f2590cb2637199a1a98e56b741618b04bed Mon Sep 17 00:00:00 2001 From: Stephen J Day Date: Tue, 4 Apr 2017 11:28:01 -0700 Subject: [PATCH] annotations.md: added useful annotations Other label schema projects include the following items that are not yet included in OCI Images. This PR adds support for `version`, `vendor` and `revision` to bring parity to OCI defined image labels. Signed-off-by: Stephen J Day --- annotations.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/annotations.md b/annotations.md index 2d9f7cef2..cc2be275e 100644 --- a/annotations.md +++ b/annotations.md @@ -22,4 +22,8 @@ This specification defines the following annotation keys, intended for but not l * **org.opencontainers.image.homepage** URL to find more information on the image (string, a URL with scheme HTTP or HTTPS) * **org.opencontainers.image.documentation** URL to get documentation on the image (string, a URL with scheme HTTP or HTTPS) * **org.opencontainers.image.source** URL to get source code for the binary files in the image (string, a URL with scheme HTTP or HTTPS) +* **org.opencontainers.image.version** [Semantic versioning-compatible](http://semver.org/) version of the packaged software. +* **org.opencontainers.image.revision** Source control revision identifier for packaged software. +* **org.opencontainers.image.vendor** Name of the distributing entity, organization or individual. +* **org.opencontainers.image.licenses** Comma-separated list of licenses under which contained software is distributed, in [SPDX Short identifier]https://spdx.org/licenses/] form. * **org.opencontainers.image.ref.name** Name of the reference (string)