dockerTagImage
Tags an image in a docker repository with a repository name and tag. Â
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
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. |
Docker Unix Socket |
| No | The socket the Docker daemon listens on. Required if Docker Server and Docker Port are not set. |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Docker Image Name |
| No | The name of the docker image, including the repository if desired. i.e. foo/bar or bar. The plugin input |
Docker Image Tag |
| No | The tag of the docker image. For example: 1.2.3. The plugin input |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Image Name |
| No | The source image name or Id to tag. This input will take priority over the FDDKR_IMAGE_NAME project property. |
Image Tag |
| No | The tag to apply to the image. Use comma separated values to specify multiple tags. Example: 'latest, 1.2.3'. |
Docker Repository |
| Yes | The repository to use when tagging. This is the REPOSITORY column when running the command 'docker images'. |
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