Skip to content

Commit ff700cc

Browse files
committed
Merge pull request #40 from goldmann/changelog
Add a changelog label
2 parents 274b280 + 0d047ca commit ff700cc

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,27 @@ The following types of data are being considered:
4242
| vcs_type | The type of version control used by the container source. Generally one of git, hg, svn, bzr, cvs|
4343
| vcs_url | URL of the version control repository|
4444
| vcs_ref | A 'reference' within the version control repository; e.g. a git commit, or a subversion branch|
45-
| authoritative_source | The authoritative location in which the image is published|
45+
| authoritative_source_url | The authoritative location in which the image is published|
4646
| distribution_scope | Intended scope of distribution for image (see below for possible values)|
47+
| changelog_url | URL of a page containing release notes for the image|
4748

4849
3. Possible values of distribution_scope field
4950

5051
|Name | Description |
5152
|-------------|-------------|
5253
| private | No public redistribution intended|
53-
| authoritative_source_only | Redistribution only from the source listed in the 'authoritative_source' label|
54+
| authoritative_source_only | Redistribution only from the source listed in the 'authoritative_source_url' label|
5455
| restricted | Redistribution only with permission|
5556
| public | No redistribution limits beyond licenses|
5657

5758

5859
## Details on Labels
5960

60-
## authoritative_source
61+
## `authoritative_source_url`
6162
* The authoritative location the image is published by the owner.
6263
* In combination with the 'name' label, this tells a user where to go and look for official updates and current versions of the image, regardless of the local tags.
6364

64-
## distribution_scope
65+
## `distribution_scope`
6566
* The intended scope of distribution for the image.
6667
* Allows a user to define the intended scope of distribution. This addresses the end-user case of internal builds vs. public content and the use case of a vendor like Red Hat that provides content streams under subscription agreements - which is different from the license(s) of the image content.
67-
* In combination with the 'authoritative_source' and 'name' labels allows automatic redirect to the authoritative source.
68+
* In combination with the 'authoritative_source_url' and 'name' labels allows automatic redirect to the authoritative source.

0 commit comments

Comments
 (0)