You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -82,6 +82,8 @@ The spaces (" "s) after the are just for formating and not part of the actual sc
82
82
* $PRODUCTGEN
83
83
* 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)
84
84
*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.
85
87
* REPO
86
88
* Name of the image - based on the primary component - e.g. rhel for base, php for php images.
87
89
* 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
180
182
Beta releases will be treated as separate 'generations' at the first level. Example:
0 commit comments