Skip to content

Commit eea6103

Browse files
author
Vladimir Kotal
authored
add tag table
1 parent 573d2ad commit eea6103

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docker/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@ is doing, use the `docker logs` command.
3939

4040
### Tags and versioning
4141

42-
Each OpenGrok release triggers creation of new Docker image. The `latest` tag always tracks the latest and there is also versioned image (e.g. `1.2.3`) - if you want to pin against a specific version, use one of these.
42+
Each OpenGrok release triggers creation of new Docker image.
43+
44+
| Tag | Note |
45+
| -------- |:--------------------------------------------------------|
46+
| `latest` | tracks the latest version |
47+
| `x.y.z` | if you want to pin against a specific version |
48+
| `x.y` | stay on micro versions to avoid reindexing from scratch |
4349

4450
## How to run
4551

0 commit comments

Comments
 (0)