Skip to content

Commit c65b2fd

Browse files
committed
Update names.md with new conventions
Proposing addition of information about tech preview repos.
1 parent f640778 commit c65b2fd

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

vendor/redhat/names.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The spaces (" "s) after the are just for formating and not part of the actual sc
8383
* The major relevant generation of the product that is relevant for user experience in the context of the images if needed - for RHEL this is the major release (e.g. RHEL 7)
8484
*The minor release of a product will only be used if it is significant for the respective product from a user point of view. Example: RHEL minor releases are not significant at that level due to the life cycle guarantees given with RHEL, while with SCLs no versions are relevant at this level, so it's simply scl/*
8585
* $RELEASE
86-
* Indicate specific release milestone. Example is beta release which can be used to deliver pre-release content with different level of support.
86+
* Indicate specific release milestone. Example is beta or tech preview releases which can be used to deliver pre-release content with different levels of support.
8787
* REPO
8888
* Name of the image - based on the primary component - e.g. rhel for base, php for php images.
8989
* Can have a modifier if it's a variant or the combination is very important: e.g. 'rhel-systemd' for a rhel platform image that includes systemd.
@@ -184,11 +184,21 @@ Beta releases will be treated as separate 'generations' at the first level. Exam
184184
```
185185
rhel8_beta/rhel:8beta-$IMGBUILD
186186
rhel8_beta/rhel-tools:8beta-$IMGBUILD
187-
rhel8_beta/rsyslog:VERSION-$IMGBUILD
187+
rhel8_beta/rsyslog:$VERSION-$IMGBUILD
188188
rhel8_beta/php...
189189
...
190190
```
191191

192+
## Tech Preview Releases
193+
194+
Tech Preview releases are treated similarly to Beta. Example:
195+
196+
```
197+
rhel8_tech_preview/rhel:$VERSION-$IMGBUILD
198+
rhel8_tech_preview/rhel-tools:$VERSION-$IMGBUILD
199+
...
200+
```
201+
192202
## Bugzilla Mapping
193203

194204
```

0 commit comments

Comments
 (0)