Skip to content

Commit be8ecf4

Browse files
authored
Merge pull request #636 from stevvooe/extend-image-schema-annotations
annotations.md: added useful annotations
2 parents a82c098 + 350d5f2 commit be8ecf4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

annotations.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ This specification defines the following annotation keys, intended for but not l
2222
* **org.opencontainers.image.homepage** URL to find more information on the image (string, a URL with scheme HTTP or HTTPS)
2323
* **org.opencontainers.image.documentation** URL to get documentation on the image (string, a URL with scheme HTTP or HTTPS)
2424
* **org.opencontainers.image.source** URL to get source code for the binary files in the image (string, a URL with scheme HTTP or HTTPS)
25+
* **org.opencontainers.image.version** [Semantic versioning-compatible](http://semver.org/) version of the packaged software.
26+
* **org.opencontainers.image.revision** Source control revision identifier for packaged software.
27+
* **org.opencontainers.image.vendor** Name of the distributing entity, organization or individual.
28+
* **org.opencontainers.image.licenses** Comma-separated list of licenses under which contained software is distributed, in [SPDX Short identifier]https://spdx.org/licenses/] form.
2529
* **org.opencontainers.image.ref.name** Name of the reference (string)

0 commit comments

Comments
 (0)