Skip to content

Commit 783eb90

Browse files
committed
Merge pull request #46 from TomasTomecek/authoritative_source-consistency
label consistency in examples
2 parents 74d90f4 + 51894fb commit 783eb90

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

vendor/redhat/labels.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ The Fields are:
2727
To reconstruct the authoritative source for an image, docker pull...
2828

2929
```
30-
$AuthoritativeRegistry/$Name:$Version-$Release
30+
$authoritative_source/$name:$version-$release
3131
```
3232

3333
Aka:
3434

3535
```
36-
$AuthoritativeRegistry[:PORT]/PRODUCT[$PRODUCTGEN][--$PLATFORMDIFFERENTIATOR]/REPO[$CONTENTGENERATION][--$PLATFORMDIFFERENTIATOR]:$COMPVER-$IMGBUILD
36+
$authoritative_source[:PORT]/PRODUCT[$PRODUCTGEN][--$PLATFORMDIFFERENTIATOR]/REPO[$CONTENTGENERATION][--$PLATFORMDIFFERENTIATOR]:$COMPVER-$IMGBUILD
3737
```
3838

3939
## Other labels
@@ -44,9 +44,9 @@ $AuthoritativeRegistry[:PORT]/PRODUCT[$PRODUCTGEN][--$PLATFORMDIFFERENTIATOR]/RE
4444
* Scope of intended distribution of the image.
4545
* Possible values
4646
* `private`: No public redistribution intended
47-
* `authoritative_source_only` Redistribution only from the source listed in the `"authoritative_source"` label|
48-
* `restricted` Redistribution only with permission|
49-
* `public` No redistribution limits beyond licenses|
47+
* `authoritative_source_only` Redistribution only from the source listed in the `"authoritative_source"` label
48+
* `restricted` Redistribution only with permission
49+
* `public` No redistribution limits beyond licenses
5050
* For Red Hat product images this will be set to `"authoritative_source_only"`
5151
* `"build_date"`
5252
* Date/Time image was built (Optional)

0 commit comments

Comments
 (0)