@CompileStatic class DockerPushImage extends AbstractDockerRemoteApiTask
Fields inherited from class | Fields |
---|---|
class DefaultTask |
TASK_NAME, TASK_DESCRIPTION, TASK_GROUP, TASK_TYPE, TASK_DEPENDS_ON, TASK_OVERWRITE, TASK_ACTION, TASK_CONSTRUCTOR_ARGS |
Type | Name and description |
---|---|
SetProperty<String> |
images The images including repository, image name and tag to be pushed e.g. |
DockerRegistryCredentials |
registryCredentials {@inheritDoc} |
Constructor and description |
---|
DockerPushImage
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
registryCredentials(Action<? super DockerRegistryCredentials> action) {@inheritDoc} |
|
void |
runRemoteCommand() |
The images including repository, image name and tag to be pushed e.g. vieux/apache:2.0
.
{@inheritDoc}
{@inheritDoc}
Groovy Documentation