Skip to content

Commit 0ddc795

Browse files
author
Vladimir Kotal
authored
add information about the master tag
1 parent 552e80c commit 0ddc795

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docker/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,15 @@ Each OpenGrok release triggers creation of new Docker image.
5757

5858
| Tag | Note |
5959
| -------- |:--------------------------------------------------------|
60-
| `latest` | tracks the latest version |
60+
| `master` | corresponds to the latest commit in the OpenGrok repo |
61+
| `latest` | tracks the latest [released version](https://github.com/oracle/opengrok/releases) |
6162
| `x.y.z` | if you want to pin against a specific version |
6263
| `x.y` | stay on micro versions to avoid reindexing from scratch |
6364

65+
If you want to stay on the bleeding edge, use the `opengrok/docker:master` image which is automatically refreshed whenever a commit is made to the OpenGrok source code repository. This allows to track the development. After all, this is what http://demo.opengrok.org/ is running.
66+
67+
For other use cases, stick to the other image tags.
68+
6469
## How to run
6570

6671
### From DockerHub

0 commit comments

Comments
 (0)