Skip to content

Commit c915383

Browse files
authored
Merge pull request #12 from emqx/tag-scheme-readme
docs: rephrase tag scheme in readme
2 parents 91c8bda + ce96c6a commit c915383

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,12 @@ ghcr.io/emqx/emqx-builder/<BUILDER_GIT_TAG>:1.13.1-24.1.5-1-ubuntu20.04
3232
```
3333

3434
Where `BUILDER_GIT_TAG` is of scheme `4.4-1` for images to build EMQ X
35-
4.4 and `5.0-1`, `5.0-2` for images to build EMQ X 5.0. `1.13.1` and
35+
4.4.X and `5.0-1`, `5.0-2` for images to build EMQ X 5.0.X. `1.13.1` and
3636
`24.1.5-1` are the Elixir and OTP version, respectively.
37+
38+
Notice that we do **not** track the _patch_ version of EMQ X in our
39+
image scheme: we have one base image for each minor release that can
40+
be shared on a non one-to-one basis with several EMQ X patch releases.
41+
42+
For example: EMQ X `5.0.0` and `5.0.3` may share the same
43+
`emqx-builder/5.0-2` image.

0 commit comments

Comments
 (0)