Skip to content

Commit b5fe675

Browse files
committed
change IMGBUILD separator to '-'
1 parent e6d1e4c commit b5fe675

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vendor/redhat/labels.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Beta releases will be treated as separate 'generations' at the first level. Exam
157157
```
158158
rhel8-beta/rhel:8beta-$IMGBUILD
159159
rhel8-beta/rhel-tools:8beta-$IMGBUILD
160-
rhel8-beta/rsyslog:VERSION_$IMGBUILD
160+
rhel8-beta/rsyslog:VERSION-$IMGBUILD
161161
rhel8-beta/php...
162162
...
163163
```
@@ -168,7 +168,7 @@ rhel8-beta/php...
168168
REGISTRY/
169169
PRODUCT$PRODUCTGEN[--$PLATFORMDIFFERENTIATOR]/
170170
REPO[$CONTENTGENERATION][--$PLATFORMDIFFERENTIATOR]
171-
:$COMPVER_$IMGBUILD
171+
:$COMPVER-$IMGBUILD
172172
```
173173

174174
The mapping to Bugzilla (or Jira) components will follow REPO-docker within the respective product. Details as follows:
@@ -180,7 +180,7 @@ The mapping to Bugzilla (or Jira) components will follow REPO-docker within the
180180
* `REPO[$CONTENTGENERATION]` maps to the component with -docker appended
181181
* `PLATFORMDIFFERNTIATOR` is not part of the formal mapping
182182
* `:$COMPVER` Maps to the version of the component
183-
* `_$IMGBUILD` is not part of the formal mapping
183+
* `-$IMGBUILD` is not part of the formal mapping
184184

185185
Examples:
186186

0 commit comments

Comments
 (0)