| Type | Name and description |
|---|---|
java.lang.String |
baseImage |
CompositeExecInstruction |
exec |
java.lang.String |
maintainerDeprecated as per https://docs.docker.com/engine/deprecated/#maintainer-in-dockerfile Will be removed in 4.x release. |
java.lang.Integer |
port |
java.util.Set<java.lang.Integer> |
ports |
boolean |
skipMaintainerTemporary solution to be able to create image without MAINTAINER and preserve backward compatibility.
|
java.lang.String |
tag |
| Type Params | Return Type | Name and description |
|---|---|---|
|
CompositeExecInstruction |
exec(groovy.lang.Closure<java.lang.Void> closure) |
|
java.lang.Integer[] |
getPorts() |
| 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() |
Deprecated as per https://docs.docker.com/engine/deprecated/#maintainer-in-dockerfile Will be removed in 4.x release.
Temporary solution to be able to create image without
MAINTAINER and preserve backward compatibility.
Will be removed in 4.x release.