Skip to content

Commit 47e1b04

Browse files
committed
Merge pull request #62 from pbabinca/beta-repositories
Clarify beta repositories names
2 parents ee3a4ab + e16bcda commit 47e1b04

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

vendor/redhat/names.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Based on the v1 Docker naming scheme `REGISTRY[:PORT]/USER/REPO[:TAG]`, Red Hat
7070

7171
```
7272
registry.access.redhat.com/
73-
PRODUCT[$PRODUCTGEN][--$PLATFORMDIFFERENTIATOR]/
73+
PRODUCT[$PRODUCTGEN][--$PLATFORMDIFFERENTIATOR][_$RELEASE]/
7474
REPO[--$CONTENTGENERATION][--$PLATFORMDIFFERENTIATOR]
7575
:$COMPVER-$IMGBUILD
7676
```
@@ -82,6 +82,8 @@ The spaces (" "s) after the are just for formating and not part of the actual sc
8282
* $PRODUCTGEN
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/*
85+
* $RELEASE
86+
* Indicate specific release milestone. Example is beta release which can be used to deliver pre-release content with different level of support.
8587
* REPO
8688
* Name of the image - based on the primary component - e.g. rhel for base, php for php images.
8789
* 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.
@@ -180,10 +182,10 @@ Until an automatic redirect solution can be implemented, or the approach can be
180182
Beta releases will be treated as separate 'generations' at the first level. Example:
181183

182184
```
183-
rhel8-beta/rhel:8beta-$IMGBUILD
184-
rhel8-beta/rhel-tools:8beta-$IMGBUILD
185-
rhel8-beta/rsyslog:VERSION-$IMGBUILD
186-
rhel8-beta/php...
185+
rhel8_beta/rhel:8beta-$IMGBUILD
186+
rhel8_beta/rhel-tools:8beta-$IMGBUILD
187+
rhel8_beta/rsyslog:VERSION-$IMGBUILD
188+
rhel8_beta/php...
187189
...
188190
```
189191

0 commit comments

Comments
 (0)