Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

+Tags an image in a docker repository with a repository name and tag.  

...

Target Properties

Property Name

Property Code

Required

Description

Docker Server Address

FDDKR_DOCKER_SERVER

No

The IP address of the Docker server.

  Required

  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.

Docker Unix Socket

FDDKR_UNIX_SOCKET

No

The socket the Docker daemon listens on. Required if Docker Server and Docker Port are not set.

Project Properties

...

Property Name

...

Required

...

Description

Inputs

Input Name

Input Code

Required

Description

Docker Repository

FDDKR_INP_REPOSITORY

Yes

The repository to use when tagging.  This is the REPOSITORY column when running the command 'docker images'.

Image Tag

FDDKR_INP_IMAGE_TAG

No

The tag to apply to the image.  Use comma separated values to specify multiple tags. Example: 'latest, 1.2.3'.

Image Name

FDDKR_INP_IMAGE_NAME

Yes

The image to tag.  This is the ID column when you run docker images.

Outputs

Output Name

Required

Description

Artifacts

This operation doesn’t consume or produce any artifacts.

...