Skip to content

Commit 5f8311f

Browse files
authored
Merge pull request #680 from wking/spdx-license-expressions
annotations: Use SPDX License Expressions for licenses
2 parents 1c80f4c + 25588f0 commit 5f8311f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

annotations.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This specification defines the following annotation keys, intended for but not l
2727
* version MAY be [Semantic versioning-compatible](http://semver.org/)
2828
* **org.opencontainers.image.revision** Source control revision identifier for the packaged software.
2929
* **org.opencontainers.image.vendor** Name of the distributing entity, organization or individual.
30-
* **org.opencontainers.image.licenses** Comma-separated list of licenses under which contained software is distributed, in [SPDX Short identifier](https://spdx.org/licenses/) form.
30+
* **org.opencontainers.image.licenses** License(s) under which contained software is distributed as a [SPDX License Expression][spdx-license-expression].
3131
* **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).
3232
* **org.opencontainers.image.title** Human-readable title of the image (string)
3333
* **org.opencontainers.image.description** Human-readable description of the software packaged in the image (string)
@@ -54,3 +54,5 @@ While users are encouraged to use the **org.opencontainers.image** keys, tools M
5454
| `ref.name` | | No equivalent in Label Schema |
5555
| | `schema-version`| No equivalent in the OCI Image Spec |
5656
| | `docker.*`, `rkt.*` | No equivalent in the OCI Image Spec |
57+
58+
[spdx-license-expression]: https://spdx.org/spdx-specification-21-web-version#h.jxpfx0ykyb60

0 commit comments

Comments
 (0)