Skip to content

Commit e16bcda

Browse files
committed
Formalize $RELEASE (_beta) in repository name
1 parent 490d5dc commit e16bcda

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

vendor/redhat/names.md

Lines changed: 3 additions & 1 deletion
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.

0 commit comments

Comments
 (0)