We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274b280 commit b71e205Copy full SHA for b71e205
1 file changed
vendor/redhat/labels.md
@@ -27,13 +27,13 @@ The Fields are:
27
To reconstruct the authoritative source for an image, docker pull...
28
29
```
30
-$AuthoritativeRegistry/$Name:$Version-$Release
+$authoritative_source/$name:$version-$release
31
32
33
Aka:
34
35
36
-$AuthoritativeRegistry[:PORT]/PRODUCT[$PRODUCTGEN][--$PLATFORMDIFFERENTIATOR]/REPO[$CONTENTGENERATION][--$PLATFORMDIFFERENTIATOR]:$COMPVER-$IMGBUILD
+$authoritative_source[:PORT]/PRODUCT[$PRODUCTGEN][--$PLATFORMDIFFERENTIATOR]/REPO[$CONTENTGENERATION][--$PLATFORMDIFFERENTIATOR]:$COMPVER-$IMGBUILD
37
38
39
## Other labels
0 commit comments