Skip to content

Commit f70822c

Browse files
author
Vladimir Kotal
authored
on tagging
1 parent e2736ff commit f70822c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you happen to have one of the following:
2323
then it is advisable to run OpenGrok standalone or construct your own docker
2424
image based on the official one.
2525

26-
## Additional info about the container
26+
## Additional info about the image
2727

2828
* Tomcat 9
2929
* JRE 8 (Required for Opengrok 1.0+)
@@ -37,6 +37,10 @@ The indexer/mirroring is set so that it does not log into files.
3737
Rather, everything goes to standard (error) output. To see how the indexer
3838
is doing, use the `docker logs` command.
3939

40+
### Tags and versioning
41+
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.
43+
4044
## How to run
4145

4246
### From DockerHub

0 commit comments

Comments
 (0)