appc / spec

App Container Specification and Tooling (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
1.26k stars 146 forks source link

schema: Change the type of annotation's Name from ACIdentifier to string #655

Closed yifan-gu closed 8 years ago

yifan-gu commented 8 years ago

This allows arbitrary strings to be used as annotation, which improves the usability of the annotations.

/cc @jonboulle @philips @lucab @s-urbaniak

s-urbaniak commented 8 years ago

This PR is superseded by #656 by introducting CRIAnnotations, and CRILabels, I think it can be closed now.