From 0c4ae9766cffa566251a748448bc882a4ee8b770 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 3 Apr 2017 19:00:00 -0400 Subject: [PATCH] config: reference common label conventions This has come up a couple of times on the weekly discussion, but the PR had not been followed through with. label-schema.org is a convention that follows the practices outlined in OCI. Provide here only as a reference example of label usage. Signed-off-by: Vincent Batts --- annotations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/annotations.md b/annotations.md index 2d9f7cef2..12f08894c 100644 --- a/annotations.md +++ b/annotations.md @@ -13,6 +13,7 @@ This property contains arbitrary metadata. * Keys using the `org.opencontainers.image` namespace are reserved for use in the OCI Image Specification and MUST NOT be used by other specifications and extensions, including other OCI specifications. * If there are no annotations then this property MUST either be absent or be an empty map. * Consumers MUST NOT generate an error if they encounter an unknown annotation key. +* There are community conventions available for image labels and annotations, for example [Label Schema](http://label-schema.org/rc1/). ## Pre-Defined Annotation Keys