dockerPushImage
Pushes an image to a docker registry. The default registry is docker.io but that can be overridden using the 'Docker Registry Address' Target property. Depending on the size of the image it is not uncommon for this operation to take several minutes to complete.
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. |
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 Registry Account |
| No | The registry account. Created in Topology→Integrations→Container. |
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 name of the image/repository to push. This input will take priority over the FDDKR_IMAGE_NAME project property. |
Image Tag |
| No | The specific tag to push. If blank, all tags for the image will be pushed. This input will take priority over the FDDKR_IMAGE_TAG project property. |
Docker Registry Account |
| No | The Docker Registry Account Code. Created under Topology->Integrations->Containers |
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 operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Special Considerations
Depending on the bandwidth and image size this operation may take several minutes to complete.
- style