Skip to content

Commit

Permalink
Merge pull request #680 from wking/spdx-license-expressions
Browse files Browse the repository at this point in the history
annotations: Use SPDX License Expressions for licenses
  • Loading branch information
vbatts authored May 19, 2017
2 parents 1c80f4c + 25588f0 commit 5f8311f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This specification defines the following annotation keys, intended for but not l
* version MAY be [Semantic versioning-compatible](http://semver.org/)
* **org.opencontainers.image.revision** Source control revision identifier for the 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.licenses** License(s) under which contained software is distributed as a [SPDX License Expression][spdx-license-expression].
* **org.opencontainers.image.ref.name** Name of the reference for a target (string). SHOULD only be considered valid when on descriptors on `index.json` within [image layout](image-layout.md).
* **org.opencontainers.image.title** Human-readable title of the image (string)
* **org.opencontainers.image.description** Human-readable description of the software packaged in the image (string)
Expand All @@ -54,3 +54,5 @@ While users are encouraged to use the **org.opencontainers.image** keys, tools M
| `ref.name` | | No equivalent in Label Schema |
| | `schema-version`| No equivalent in the OCI Image Spec |
| | `docker.*`, `rkt.*` | No equivalent in the OCI Image Spec |

[spdx-license-expression]: https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60

0 comments on commit 5f8311f

Please sign in to comment.