We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91c8bda + ce96c6a commit c915383Copy full SHA for c915383
README.md
@@ -32,5 +32,12 @@ ghcr.io/emqx/emqx-builder/<BUILDER_GIT_TAG>:1.13.1-24.1.5-1-ubuntu20.04
32
```
33
34
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
+4.4.X and `5.0-1`, `5.0-2` for images to build EMQ X 5.0.X. `1.13.1` and
36
`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