update docs about versioning (#2043)

#2040 did point out, it needs to be better clarified
This commit is contained in:
6543
2023-07-27 15:46:20 +02:00
committed by GitHub
parent b824693b0a
commit 1d2f594fc6
2 changed files with 6 additions and 5 deletions
+5 -4
View File
@@ -13,10 +13,11 @@ To find out more about the differences between the two releases, please read the
## Docker images
Image variants:
* The `latest` image is the latest stable release
* The `vX.X.X` images are stable releases
* The `vX.X` images are based on the latest patch version of a specific minor release (see [Semver](https://semver.org/))
* The `next` images are based on the current master branch and should not be used for production environments
- The `latest` image is the latest stable release
- The `vX.X.X` images are stable releases
- The `vX.X` images are based on the current release branch (e.g. `release/v1.0`) and can be used to get bugfixes asap
- The `next` images are based on the current `main` branch and should not be used for production environments
``` bash
# server