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: src/main/asciidoc/inc/build/_configuration.adoc
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,9 +120,6 @@ a| Scan the archive specified in `dockerArchive` and find the actual repository
120
120
| *shell*
121
121
| Shell to be used for the *runCmds*. It contains *arg* elements which are defining the executable and its params.
122
122
123
-
| *retries*
124
-
| If pulling an image is required, how often should a pull be retried before giving up. This useful for flaky registries which tend to return 500 error codes from time to time. The default is 0 which means no retry at all.
125
-
126
123
| *runCmds*
127
124
| Commands to be run during the build process. It contains *run* elements which are passed to the shell. Whitespace is trimmed from each element and empty elements are ignored. The run commands are inserted right after the assembly and after *workdir* into the Dockerfile. This tag is not to be confused with the `<run>` section for this image which specifies the runtime behaviour when starting containers.
Copy file name to clipboardExpand all lines: src/main/asciidoc/inc/start/_configuration.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ In addition to the <<global-configuration>>, this goal supports the following gl
9
9
| Default pattern for naming all containers when they are created. See <<container-name, Container Names>> for details.
10
10
| `docker.containerNamePattern`
11
11
12
-
| *retries*
12
+
| *pullRetries*
13
13
| If pulling an image is required, how often should a pull be retried before giving up. This useful for flaky registries which tend to return 500 error codes from time to time. The default is 0 which means no retry at all.
Copy file name to clipboardExpand all lines: src/main/asciidoc/inc/watch/_configuration.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,14 +55,14 @@ below how this can be specified.
55
55
| `docker.keepRunning`
56
56
57
57
| *keepContainer*
58
-
| As for `{plugin}:stop`, if this is set to `true` (and `keepRunning` is disabled) then all container will be removed after they have been stopped. The default is `true`.
58
+
| As for `{plugin}:stop`, if this is set to `true` (and `keepRunning` is disabled) then all container will be removed after they have been stopped. The default is `false`.
59
59
| `docker.keepContainer`
60
60
61
61
| *removeVolumes*
62
62
| if set to `true` will remove any volumes associated to the container as well. This option will be ignored if either `keepContainer` or `keepRunning` are `true`.
63
63
| `docker.removeVolumes`
64
64
65
-
| *retries*
65
+
| *pullRetries*
66
66
| If pulling an image is required, how often should a pull be retried before giving up. This useful for flaky registries which tend to return 500 error codes from time to time. The default is 0 which means no retry at all.
0 commit comments