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: README.md
+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
@@ -291,8 +291,8 @@ The configuration works as follows:
291
291
-`dest`: path in the tar ball where you want the file, you can refer to it using the same path in an ADD statement.
292
292
-`<buildArguments>` contains a list of build arguments that can be used in your Dockerfile
293
293
you can specify:
294
-
-`tag_name`: The name of the tag will be used as the name of the build argument e.g. <foo> will create a build argument called `foo` that can be used in your dockerfile as `$foo`.
295
-
-`tag_value`: The value of the tag will be used as the value of the build argument e.g. <foo>bar</foo> will create a build argument called `foo` with the value `bar` that can be used in your dockerfile as `$foo`.
294
+
-`tag_name`: The name of the tag will be used as the name of the build argument e.g. `<foo>` will create a build argument called `foo` that can be used in your dockerfile as `$foo`.
295
+
-`tag_value`: The value of the tag will be used as the value of the build argument e.g. `<foo>bar</foo>` will create a build argument called `foo` with the value `bar` that can be used in your dockerfile as `$foo`.
296
296
-`<mavenArtifacts>` contains a list of Maven dependencies to add to the container as `<mavenArtifact>` elements. For each `<mavenArtifact>` element
297
297
you can specify:
298
298
-`dependency`: A maven dependency in the format \<groupId\>:\<artifactId\>[:\<extension\>[:\<classifier\>]]:\<version\>
0 commit comments