Skip to content

Commit

Permalink
update version docs about versioning (#2086)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Aug 2, 2023
1 parent 43e80c1 commit a8b8c9a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/versioned_docs/version-1.0/80-downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8b8c9a

Please sign in to comment.