Skip to content

Commit 5bbd613

Browse files
Jonathan Dowlandjmtd
authored andcommitted
Add Vcs* labels
Add VcsType, VcsURL and VcsRef labels, used to describe where the image source can be obtained from version control. Discussed in issue #10.
1 parent 4b32e40 commit 5bbd613

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ The following types of data are being considered:
3636
| URL | Url with more information on the image|
3737
| Summary | Short Description of the image|
3838
| Description | Detailed description of the image|
39+
| VcsType | The type of version control used by the container source. Generally one of git, hg, svn, bzr, cvs|
40+
| VcsUrl | URL of the version control repository|
41+
| VcsRef | A 'reference' within the version control repository; e.g. a git commit, or a subversion branch|
42+
3943

4044
3. Annotations with container configuration that is externally accessible, to clarify the extent to which a container image is a "black box". Rather than explicit fields, this is a pattern for the key (in likeness to an Object Identifiers (OID) or the Java package naming convention).
4145

0 commit comments

Comments
 (0)