You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ If you happen to have one of the following:
23
23
then it is advisable to run OpenGrok standalone or construct your own docker
24
24
image based on the official one.
25
25
26
-
## Additional info about the container
26
+
## Additional info about the image
27
27
28
28
* Tomcat 9
29
29
* JRE 8 (Required for Opengrok 1.0+)
@@ -37,6 +37,10 @@ The indexer/mirroring is set so that it does not log into files.
37
37
Rather, everything goes to standard (error) output. To see how the indexer
38
38
is doing, use the `docker logs` command.
39
39
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.
0 commit comments