You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,26 +42,27 @@ The following types of data are being considered:
42
42
| vcs_type | The type of version control used by the container source. Generally one of git, hg, svn, bzr, cvs|
43
43
| vcs_url | URL of the version control repository|
44
44
| 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|
46
46
| 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|
47
48
48
49
3. Possible values of distribution_scope field
49
50
50
51
|Name | Description |
51
52
|-------------|-------------|
52
53
| 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|
54
55
| restricted | Redistribution only with permission|
55
56
| public | No redistribution limits beyond licenses|
56
57
57
58
58
59
## Details on Labels
59
60
60
-
## authoritative_source
61
+
## `authoritative_source_url`
61
62
* The authoritative location the image is published by the owner.
62
63
* 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.
63
64
64
-
## distribution_scope
65
+
## `distribution_scope`
65
66
* The intended scope of distribution for the image.
66
67
* 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