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

Property Name

Property Code

Required

Description

Docker Unix Socket

FDDKR_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

FDDKR_DOCKER_SERVER

No

The IP address of the Docker server.  Required if Docker Unix Socker is not set.

Docker Port

FDDKR_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

Property Name

Property Code

Required

Description

Source Repository Name

FDDKR_IMAGE_NAME

No

Provide source repository name with optional namespace. i.e. foo/bar or bar. The plugin input FDDKR_INP_IMAGE_NAME takes precedence over this property.

Source Tag Name

FDDKR_IMAGE_TAG

No

The source tag name. The plugin input FDDKR_INP_IMAGE_TAG takes precedence over this property.

Inputs

Input Name

Input Code

Required

Description

Input Name

Input Code

Required

Description

Source Repository Name

FDDKR_INP_IMAGE_NAME

No

Provide source repository name with optional namespace. i.e. foo/bar or bar. This input will take priority over the FDDKR_IMAGE_NAME project property.

Source Tag Name

FDDKR_INP_IMAGE_TAG

No

The source tag name. This input will take priority over the FDDKR_IMAGE_TAG project property.

Source Image Id

FDDKR_INP_SOURCE_IMAGE_ID

No

The source image id. This input will take priority over source repository name.

Target Tag Name

FDDKR_INP_TARGET_IMAGE_TAG

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.

The following macros are not currently supported in the footer:
  • style