Stable Tags are composed of:
- CRS version, in the fromat
<major>[.<minor>[.<patch]]
- web server variant
- OS variant (optional)
- date, in the format
YYYYMMDDHHMM
The stable tag format is <CRS version>-<web server>[-<os>]-<date>
.
Examples:
4-nginx-202401121309
4.0-apache-alpine-202401121309
4.0.0-openresty-alpine-fat-202401121309
Rolling tags are updated whenever a new stable tag release occurs. Rolling tags can be practical but should not be used in production.
Rolling Tags are composed of:
- web server variant
- OS variant (optional)
The stable tag format is <web server>[-<os>]
.
Examples:
nginx
apache-alpine
openresty-alpine-fat