dockerTagImage
Tags a source repository and source tag with the given target tag. Provide specific target tag to apply to the given source repository. Use comma-separated values to specify multiple target tags. e.g. 1.0,2.0,3.0 . This operation uses Docker CLI, it requires the docker executable to be on the path of the docker endpoint.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Docker Unix Socket |
| No | The socket the Docker daemon listens on. Required if Docker Server and Docker Port are not set. Default value is [/var/run/docker.sock] |
Docker Server Address |
| No | The IP address of the Docker server.  Required if Docker Unix Socker is not set. |
Docker Port |
| No | The port the Docker service is listening on. Required if Docker Unix Socker is not set. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Source Repository Name |
| No | Provide source repository name with optional namespace. i.e. foo/bar or bar. The plugin input |
Source Tag Name |
| No | The source tag name. The plugin input |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Source Repository Name |
| No | Provide source repository name with optional namespace. i.e. foo/bar or bar. This input will take priority over the |
Source Tag Name |
| No | The source tag name. This input will take priority over the |
Source Image Id |
| No | The source image id. This input will take priority over source repository name. |
Target Tag Name |
| Yes | The target tag name to apply to the given source repository. Use comma-separated values to specify multiple tags. (e.g. 1.0,2.0,3.0). |
Artifacts
This operation doesn’t consume or produce any artifacts.
Endpoint Selection
This operation delegates the selection to the workflow developer to determine.
Endpoint Execution
This operations delegates the execution to the workflow developer to decide.
- style