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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,24 +34,24 @@ The following types of data are being considered:
34
34
| version | Version of the image|
35
35
| release | Release Number for this version|
36
36
| architecture| Architecture for the image|
37
-
|build_date| Date/Time image was built|
37
+
|build-date| Date/Time image was built|
38
38
| vendor | Owner of the image|
39
39
| url | Url with more information on the image|
40
40
| summary | Short Description of the image|
41
41
| description | Detailed description of the image|
42
-
|vcs_type| The type of version control used by the container source. Generally one of git, hg, svn, bzr, cvs|
43
-
|vcs_url| URL of the version control repository|
44
-
|vcs_ref| A 'reference' within the version control repository; e.g. a git commit, or a subversion branch|
45
-
|authoritative_source_url| The authoritative location in which the image is published|
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|
42
+
|vcs-type| The type of version control used by the container source. Generally one of git, hg, svn, bzr, cvs|
43
+
|vcs-url| URL of the version control repository|
44
+
|vcs-ref| A 'reference' within the version control repository; e.g. a git commit, or a subversion branch|
45
+
|authoritative-source-url| The authoritative location in which the image is published|
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|
48
48
49
-
3. Possible values of distribution_scope field
49
+
3. Possible values of distribution-scope field
50
50
51
51
|Name | Description |
52
52
|-------------|-------------|
53
53
| private | No public redistribution intended|
54
-
|authoritative_source_only| Redistribution only from the source listed in the 'authoritative_source_url' label|
54
+
|authoritative-source-only| Redistribution only from the source listed in the 'authoritative-source-url' label|
55
55
| restricted | Redistribution only with permission|
56
56
| public | No redistribution limits beyond licenses|
57
57
@@ -62,11 +62,11 @@ The following types of data are being considered:
62
62
63
63
## Details on Labels
64
64
65
-
## `authoritative_source_url`
65
+
## `authoritative-source-url`
66
66
* The authoritative location the image is published by the owner.
67
67
* 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.
68
68
69
-
## `distribution_scope`
69
+
## `distribution-scope`
70
70
* The intended scope of distribution for the image.
71
71
* 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.
72
-
* In combination with the 'authoritative_source_url' and 'name' labels allows automatic redirect to the authoritative source.
72
+
* In combination with the 'authoritative-source-url' and 'name' labels allows automatic redirect to the authoritative source.
Copy file name to clipboardExpand all lines: vendor/redhat/labels.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The Fields are:
12
12
* Right now the value is `"x86_64"`
13
13
*`"name"`
14
14
* The primary name of the image (relative path without TAG): `PRODUCT[$PRODUCTGEN][--$PLATFORMDIFFERENTIATOR]/ REPO[$CONTENTGENERATION][--$PLATFORMDIFFERENTIATOR]`
15
-
*`"authoritative_source"`
15
+
*`"authoritative-source"`
16
16
* The authoritative registry in which the image is published. For Red Hat this is `"registry.access.redhat.com"`. This allows e.g. to verify if a newer version is available independent of local tagging.
17
17
* For ISVs this is optional.
18
18
*`"release"`
@@ -27,40 +27,40 @@ The Fields are:
27
27
To reconstruct the authoritative source for an image, docker pull...
0 commit comments