class DockerPushImage extends AbstractDockerRemoteApiTask
| Fields inherited from class | Fields |
|---|---|
class ConventionTask |
TASK_NAME, TASK_DESCRIPTION, TASK_GROUP, TASK_TYPE, TASK_DEPENDS_ON, TASK_OVERWRITE, TASK_ACTION, TASK_CONSTRUCTOR_ARGS |
| Type | Name and description |
|---|---|
String |
imageNameThe image name e.g. |
DockerRegistryCredentials |
registryCredentialsThe target Docker registry credentials for pushing image. |
String |
tagThe image's tag. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
runRemoteCommand(def dockerClient) |
The image name e.g. "bmuschko/busybox" or just "busybox" if you want to default.
The target Docker registry credentials for pushing image.