Configuration object for the DockerImage plugin.
| Type | Name and description |
|---|---|
java.util.List |
dockerFileDefinitionsDefinitions of the Dockerfiles to build. |
java.io.File |
imageTagDirDirectory to store image tags in |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Definitions of the Dockerfiles to build. This is an array of Maps. Each Map has the following format: [ // dockerfile to build 'dockerfile' : file('src/acme/Dockerfile'), // repository name for the built docker image 'repository' : 'brightsparklabs/acme', // custom tags for the built docker image 'tags' : ['v1.0.1', 'awesome-ant'] ]
Directory to store image tags in